php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29320 i cant rotate image to 1-45 likewise by using imagerotate() function, urgent
Submitted: 2004-07-22 11:27 UTC Modified: 2004-07-23 18:05 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: seesaran2003 at yahoo dot com Assigned: pajoye (profile)
Status: Not a bug Package: GD related
PHP Version: 4.3.8 OS: winxp
Private report: No CVE-ID: None
 [2004-07-22 11:27 UTC] seesaran2003 at yahoo dot com
Description:
------------
i cant rotate image to 1-45 likewise by using imagerotate() function, urgently wanted solution


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-22 11:51 UTC] chregu@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2004-07-22 14:04 UTC] seesaran2003 at yahoo dot com
i cant rotate image properly to 1-45 degree likewise by using imagerotate() function, we can rotate image to 90,180,270,360 degree only. But i want coding to rotate image to any angle like 15,35,80,250, etc..

urgently wanted solution
 [2004-07-22 14:15 UTC] chregu@php.net
According to the source, imagerotate only works with
90, 180, 270, 45, 360 degrees.

You have to use an external tool like imagemagick or the imagick extension from pecl (http://pecl.php.net/imageick) for having this functionality.

Urgent is nothing here, by the way. Expect you pay someone to actually do it ;)
 [2004-07-23 17:42 UTC] pajoye@php.net
> According to the source, imagerotate only works with
> 90, 180, 270, 45, 360 degrees.

wrong, imagerotate supports cutom angles.

--Pierre
 [2004-07-23 18:05 UTC] pajoye@php.net
And the current CVS works.

--Pierre
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 04 02:01:29 2024 UTC