keichan34 / exfile-imagemagick

An ImageMagick file processor suite for Exfile
MIT License
7 stars 7 forks source link

Exfile + exfile_imagemagick #1

Closed noma4i closed 8 years ago

noma4i commented 8 years ago

I see issue with converting animated gif to any other format. For now it will produce files with zero length.

Maybe it's good idea to have a look on Arc package which has nice imagemagick implementation. W/o on the fly conversion which consumes a CPU like crazy on a page with ~100 images in a list.

keichan34 commented 8 years ago

I'll check about animated gifs. It could be a problem with imagemagick.

In regards to on the fly conversion, that isn't going away anytime soon. You should put exfile behind a caching proxy or CDN to take care of that for you -- the URL should change when the image changes, so you don't have to worry about clearing the cache. If that doesn't work for you, I recommend using a different solution that stores the processing artifacts in some kind of storage for you, instead of processing on the fly.

noma4i commented 8 years ago

I will try to work out extension for Exfile to make conversion persistent.

Exfile is the one activly maintained project for file uploads in phoenix. Thats why Im interested in using and contributing to it.

Alex T

On August 14, 2016 at 23:37:33, Keitaroh Kobayashi (notifications@github.com) wrote:

I'll check about animated gifs. It could be a problem with imagemagick.

In regards to on the fly conversion, that isn't going away anytime soon. You should put exfile behind a caching proxy or CDN to take care of that for you -- the URL should change when the image changes, so you don't have to worry about clearing the cache. If that doesn't work for you, I recommend using a different solution that stores the processing artifacts in some kind of storage for you, instead of processing on the fly.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/keichan34/exfile-imagemagick/issues/1#issuecomment-239674007, or mute the thread https://github.com/notifications/unsubscribe-auth/AAM262Me-lGAGZ8-SexLC26sKqv4SA0nks5qfxodgaJpZM4JjzrP .