On the Fly Image Processing in Ruby
I take a look at popular Ruby file upload gems and point out the problems of upfront image processing. Then I proceed to explain on the fly image processing and its advantages.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I take a look at popular Ruby file upload gems and point out the problems of upfront image processing. Then I proceed to explain on the fly image processing and its advantages.
Comments
At first I was also attracted to Refile’s on-the-fly processing. However, there are multiple downsides with this:
However, Refile’s uploading on file select (through the mounted Sinatra app) is awesome, that’s the first time someone made something like this. But I feel the upfront processing is still the right way, just background processing should be more convenient.
Post a comment