Umm I don't think there is any benchmark tests that will suit your case, it really depends on what you are going to do to the image. I suggest you to benchmark and measure these things, I also know codeigniter has a built-in image editing class, and as far as I remember you can choose in your config files whether to use imagemagick or GD. HTH, Nitsan On Thu, Jan 15, 2009 at 9:27 PM, port23user <jon@xxxxxxxxxx> 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? > -- > View this message in context: > http://www.nabble.com/What%27s-the-best-way-to-rotate%2C-resize%2C-and-thumbnail--tp21485027p21485027.html > Sent from the PHP - General mailing list archive at Nabble.com. > > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >