Image processing without custom scripts and cron jobs
- industryGraphic design
- headquartersLos Angeles, USA
- employees2
- tenure8 months
- moodzer.com
Started in 2013 by Trevor Greenleaf, Moodzer lets graphic designers and interaction designers create and share mood boards to assist in their work. These mood boards are collages of images centered around a particular theme or style and are used to help designers convey visual ideas.
Simply put, Moodzer is an application built entirely around images. It’s functionality and interface both primarily deal with the manipulation of large sets of them. This singular focus creates a need for extensive image processing.
Two of the core image-processing tasks required by Moodzer are generating thumbnails and and extracting color patterns from images. The thumbnails are used to optimize page-load times, while the color patterns are used to implement a “search by color” feature across all of the images in the system.
With a team of only two, automating this image processing is a serious challenge. Having efficient, reliable, and capable image-processing infrastructure is critical to the smooth operation of the application, but building that infrastructure is quite difficult. It takes a lot of time to do initially and requires ongoing maintenance, both of which draw development away from the application itself.
Uploadcare’s image processing functionality is built around our Smart CDN. You simply upload the assets, append the desired parameters to their URLs, and our on-the-fly image-processing system handles the rest. Using this system, Trevor implemented automatic thumbnail generation in 20 minutes.
Similarly, Trevor implement their “search by color” feature using Uploadcare’s Color Recognition. Originally built on a system of custom scripts running on a cron job, Trevor trivially moved that system to Uploadcare as well.
Ultimately, Moodzer moved all of their images and associated processing to Uploadcare. They no longer have to store their images on their own servers or process them with custom scripts running on cron jobs. They just upload the images directly to Uploadcare and add the desired parameters to their URLs.