ruby on rails - Image resizing + hosting (language independent) -


for several of applications (mvc3 / ror / php) looking library (framework or service) resize images on fly + host different sizes on cdn / cache somewhere not use own bandwidth.

bonus : should work on mobile generate thumbnails + store them on cache somewhere (s3 or rackspace, whatever).

thank in advance replies.

cheers

my company launched service : cloudimage.io, few others exists too:

for cloudimage.io, if have image such http://mywebsite.com/photo.jpg, can resize @ 400px mobile : http://cloudimage.io/t/resize/400/mywebsite.com/photo.jpg.

then mobile download images directly in right size. on mobile application, if app used worldwide, having images stored on worldwide cdn better user experience.

you'll find lot of examples on above websites.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -