Generates a thumbnail to an image and renders an image tag.
{% thumbnail /path/to/local/image.png 50x50< %}
The dimensions will be given directly to imagemagick. You probably want the "<" at the end. See http://www.imagemagick.org/Magick++/Geometry.html.
gem "mini_magick"
(and bundle install
)