Standalone image manipulation similar to Typo3 GIFBUILDER
realizing a little project with CodeIgniter I have no access to the most convenient GIFBUILDER of Typo3 as I usually have. The CI image manipulation functions are very basic and I haven't been able to locate anything similar to GIFBUILDER so far.
What I'm looking for is an independent class or even a whole application for image processing beyond cropping and resizing. Targe开发者_运维知识库t languages would be PHP, Python or Perl. Yet any other language should do as long as the usage of the code is far easier than native methods.
Classes considered so far:
- http://phpthumb.gxdlabs.com/ (not powerful enough)
- http://code.google.com/p/php-image/wiki/PHPImage (seems to offer much more than phpthumb, yet I'm not full convinced)
Thanks for advice.
cu Roman
I recently stumbled upon WideImage, but haven't tried it yet. It seems to cover most of the GIFBUILDER functions: http://wideimage.sourceforge.net/examples/
Try imagemaick. You can use it from commandline or via the php extension for all sorts of image manipulation.
精彩评论