Re: What's the best way to rotate, resize, and thumbnail?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, 2009-01-16 at 20:38 -0500, Al wrote:
> 
> port23user wrote:
> > I have a site (done in CodeIgniter) where users can upload pictures.  When
> > they upload a picture, I want to rotate it (rotating is optional, depending
> > on how much cpu/ram I end up needing), resize it, and create a thumbnail. 
> > Right now I'm doing it all in that order using GD, but I'm not sure if it's
> > as efficient as it could be.  What's the best way to make this process
> > faster?
> 
> Imagick class.  Has more image manipulating functions than you'll ever use. You 
> name, and there's function to do it.
> 
GD is faster than ImageMagik, so if you can do it with that, keep on.
ImageMagick is only useful for the extra functionality it brings to the
table.


Ash
www.ashleysheridan.co.uk


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux