Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Image resizing web service [closed]

Does someone know a good web service to resize images ? Either an open source (PHP/Python/Ruby) application, or a company providing a web service api.

like image 988
user123562 Avatar asked Jun 16 '09 08:06

user123562


2 Answers

Make your own service at Utility Mill (http://utilitymill.com). Here's one that I wrote that adds a simulated gallery wrap - http://utilitymill.com/utility/Gallery_Wrap_Image. Define your own interface, parameters, processing logic, and you get not only an interactive web service, but you also get a callable API.

like image 121
PaulMcG Avatar answered Oct 15 '22 21:10

PaulMcG


Another alternative is the image processing web service at www.lightspun.com .

like image 44
eahanson Avatar answered Oct 15 '22 23:10

eahanson