[PHP] imagerotate bug?

2009-12-25 Thread Richard Lynch
Can anybody email me off-list to comment on whether the bug demonstrated here for imagerotate is fixed in current PHP? http://6112northwolcott.com/dogfight/rotate.htm All the backgrounds should be white, not black. I can't easily test on a newer version of PHP at the moment. -- Some people ask

Re: [PHP] imagerotate

2008-03-07 Thread Richard Lynch
On Wed, March 5, 2008 11:17 am, Zeshan Uddin wrote: > * > Code for rotate.php > > // File and rotation > $filename = 'image.png'; > $degrees = 18; > > // Content type > header('Content-type: image/png'); > > // Load > $source = imagecreatefrompng($filename); > > // Rotate

Re: [PHP] imagerotate

2008-03-06 Thread Daniel Brown
On Thu, Mar 6, 2008 at 4:41 PM, tedd <[EMAIL PROTECTED]> wrote: > At 4:19 PM -0500 3/6/08, Daniel Brown wrote: > > New file: resizeandrotate.php > > It sounds like a phrase we used in high school with a hand gesture. I'm familiar with the phrase. I believe it involved passing an object

Re: [PHP] imagerotate

2008-03-06 Thread tedd
At 4:19 PM -0500 3/6/08, Daniel Brown wrote: On Wed, Mar 5, 2008 at 12:17 PM, Zeshan Uddin <[EMAIL PROTECTED]> wrote: I have 2 scripts, one for Image rotation and other image resize and they both are working. [snip!] > What I want to do is to combine both rotate.php & resize.php files

Re: [PHP] imagerotate

2008-03-06 Thread Daniel Brown
On Wed, Mar 5, 2008 at 12:17 PM, Zeshan Uddin <[EMAIL PROTECTED]> wrote: > I have 2 scripts, one for Image rotation and other image resize and they > both are working. [snip!] > > What I want to do is to combine both rotate.php & resize.php files [snip!] The merged code is below, and you ca

[PHP] imagerotate

2008-03-06 Thread Zeshan Uddin
Image Resize & Rotation Hi I have 2 scripts, one for Image rotation and other image resize and they both are working. Image resize scripts load the picture and resize it and Image rotation rotate the image by 90 deg. They are two differennt files i.e. resize.php and rotate.php. What I want to

Re: [PHP] imagerotate - lossless?

2004-06-30 Thread - Edwin -
On Thursday 01 July 2004 12:20, CSN wrote: > Anybody know if imagerotate does lossless rotation on > jpeg's? I don't know :) but maybe you can try this: Rotate an image 360°, save it under a different name, then examine it. (filesize, quality, etc.) - E - -- PHP General Mailing List (http://ww

[PHP] imagerotate - lossless?

2004-06-30 Thread CSN
Anybody know if imagerotate does lossless rotation on jpeg's? CSN __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht

[PHP] Imagerotate() Problems

2003-04-03 Thread Mike Brum
I'm having some problems with imagerotate() - e.g. it won't work. I've tried many different ways to get it to work, but I have yet to see it do anything at all. I'm using PHP 4.3.1 on XP. I know that GD is working properly because I can do other image-manipulation with it without error. Plus, I in

[PHP] Imagerotate() Problems

2003-03-19 Thread Mike Brum
I'm having some problems with imagerotate() - e.g. it won't work. I've tried many different ways to get it to work, but I have yet to see it do anything at all. I'm using PHP 4.3.1 on XP. I know that GD is working properly because I can do other image-manipulation with it without error. Plus, I in

[PHP] imagerotate

2002-11-05 Thread jacob
Has anyone used imagerotate() function? I am curious as to how exactly it is being used. I currently use a rather large custom function to rotate my images... Thanks, Jacob -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php