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
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
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
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
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
5 matches
Mail list logo