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

Reply via email to