I just installed this thumbnail generator
http://www.cleverleap.com/ruby-thumbnail-generator/
and with it gd2 and the gd2 ruby binding library. Has anyone used
this. I am trying to create thumbnails from my images and i use the
following code in my view.
image_tag("thumb/photo.jpg",:h=>20,:w=>30)
nothing seems to happen but the name of the image is displayed. i
can't find any examples of this plugin being used. Any help is
appreciated.