iwyg / jitimage

Just In Time image manipulation (GD, Imagick, imagemagick) with integration for laravel 4
MIT License
95 stars 8 forks source link

feature request: intergration with Amazon S3 #41

Closed akempes closed 10 years ago

akempes commented 10 years ago

It would be awesome if support for Amazon s3 could be integrated.

I'm using S3 to store a large number of images because it's cheap. It would be great if the image key could be used to access the images in the S3 server. Maybe the cache files could be stored there as well...

Thanks for the already great package!

iwyg commented 10 years ago

Already there https://github.com/iwyg/jitimage/tree/v0_2 but still lacking documentation. Caching on remotes is also possible but very slow (~700 - 900ms). A bit faster, if the cache is accessible via http, but still slow ( ~ 250ms per image on dropbox).

iwyg commented 10 years ago

see #26