Thursday, February 12, 2015

Image Processing with Rails

Images are a crucial part of any application. From a social network to a simple bug tracker, images play an important role. However, managing images is not a trivial task and requires a lot of planning ahead.


In this article allow me to demonstrate how to achieve this in Rails. I'm going to show you how to process your images and create multiple versions in the backend. We'll also see how to improve the performance of the page by compressing these images without losing quality.


Continue reading %Image Processing with Rails%




by Vasu K via SitePoint

No comments:

Post a Comment