I'm looking for a free, preferably open source, http image processing server. I.e. I would send it a request like this:
http://myimageserver/rotate?url=http%3A%2F%2Fstackoverflow.com%2FContent%2FImg%2Fstackoverflow-logo-250.png&angle=90
and it would return that image rotated. Features wanted:
- Server-side caching
- Several operations/effects (like scaling, watermarking, etc). The more the merrier.
- POST support to supply the image (instead of the server GETting it).
- Different output formats (PNG, JPEG, etc).
- Batch operations
It would be something like this, but free and less SOAPy. Is there anything like this or am I asking too much?