Reputation:
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. Target 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:
Thanks for advice.
cu Roman
Upvotes: 2
Views: 426
Reputation: 3734
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/
Upvotes: 1
Reputation: 31078
Try imagemaick. You can use it from commandline or via the php extension for all sorts of image manipulation.
Upvotes: 0