Dragonfly Welcome! Dragonfly is a highly customizable ruby gem which is already used on thousands of websites. If you want to generate image thumbnails in Rails … class User < ActiveRecord::Base # model dragonfly_accessor :photo end <%= image_tag @user.photo.thumb('300x200#').url # view %> … or generate text images on-demand in Sinatra … get "/:text" do |text| Dragonfly.app.generate(:text, text, "