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