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

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