Displaying 2 results from an estimated 2 matches for "super_image".
Did you mean:
super_images
2006 Apr 27
7
SuperImage plugin
...l them out at any size you
want. Combine this with caching and it will stay light and fast.
More info and instructions are here:
http://beautifulpixel.textdriven.com/articles/2006/04/27/superimage-plugin-making-resizeable-uploaded-images-easy
svn: http://beautifulpixel.textdriven.com/svn/plugins/super_image/
That''s all well and good and useable, but there are 2 things I would
like to improve. I am stuck on them, however.
First, the included migration is an ugly hack
def self.up
create_table :super_images, :force => true do |t|
t.column :data, :binary, :size => 10000000...
2006 Jun 07
7
file_column image versions
does anyone know much about resizing different versions of images with
file_column? i tried it and everything works fine, but my question is
can you do more than just make sizes with a version of image? i''m
working on a photo album and i would like to resize the image to a
medium size, but create a thumbnail as well and crop anything left to
make the thumbnail a perfect square.
--