The php imagemagick library is very effective and its a lot faster than php based crop/resize because it is written c. You might not have imagemagick installed, so check with php -i (php -i | grep imagick). If you see imagick, its installed. There is good documentation at the php.net site. I have always found imagemagick to be the fastest and most flexible php extension to manipulate images.
http://us.php.net/manual/en/book.imagick.php On Sep 29, 7:26 pm, Sid Bachtiar <[email protected]> wrote: > Sorry, didn't realize he asked for all in one cropping rather than a > library to crop/resize images. eCrop is what I use too. > > > > > > On Wed, Sep 30, 2009 at 3:15 PM, Jake Barnes <[email protected]> wrote: > > > On Sep 29, 8:36 pm, Sid Bachtiar <[email protected]> wrote: > >> Linux box only (using netpbm, > >> fast):http://www.symfony-project.org/plugins/pkImageConverterPlugin > > >> Linux and Windows (using GD, > >> slower):http://www.symfony-project.org/plugins/sfThumbnailPlugin > > > sfThumbnail facillitates cropping? I did not know that. Somehow I read > > through the docs on sfThumbnail and missed that. I use sfThumbnail to > > resize my images, but I didn't realize it could crop. > > > I should say, I just tried the eCrop plugin and it works great. Very > > simple to use, very straightforward. > > >> On Wed, Sep 30, 2009 at 1:26 PM, lawrence <[email protected]> wrote: > > >> > A client has asked me to build an image gallery. I'm curious what code > >> > or plugins Symfony developers typically use for this (assuming there > >> > is any typical usage). > > >> > Have developers here used the eCropPlugin, and do you have an opinion > >> > about it? > > >> >http://www.symfony-project.org/plugins/eCropPlugin/prototype > > >> -- > >> Blue Horn Ltd - System Developmenthttp://bluehorn.co.nz > > -- > Blue Horn Ltd - System Developmenthttp://bluehorn.co.nz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
