[PHP] Re: Cookoo clock

2003-06-27 Thread azero
"Sparky Kopetzky" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I am in New Mexico and my php system is telling via date() that my timezone is BST (British standard time) and not MST (Mountain Standard Time). Any clue as to why it's doing this?? Or maybe there is wrong time zone se

[PHP] Re: making image smaller with same aspect ratio

2003-06-21 Thread azero
> Hey all, > > How do you reduse an image while keeping the same aspect ratio so not to > distort the image > > Thanks Original image: x - 800 y - 600 New size: x1 -100 y1 - ? y1 = 600*100/800 = 75 formula is: y1 = y*x1/x the same if you want to find x1 when know y1. -- PHP General Mailing L

[PHP] GD ImageCopyResized || ImageCopyResampled

2003-06-19 Thread azero
omething wrong with color pallete. There is sample: http://gsk.vtu.lt:8080/~azero/img/thumb.php?a001.jpg Real picture is here: http://gsk.vtu.lt:8080/~azero/img/a001.jpg Is it my code problem or it's gd's bug ? -- PHP General Mailing List (http://www.php.net/) To unsubs