Displaying 1 result from an estimated 1 matches for "photo_store_dir".
2006 Aug 23
0
Rotating Images with file_column
...9;'s auto-generation function without "reuploading" the
image? Or better yet: is there a clean way to represent the image
"versions" (which would consist of dimensions and cropping) which I
can plug into the file_column and RMagick?
file_column :image, :store_dir => :photo_store_dir, :magick => {
:versions => {
:small_thumb => { :crop => ''1:1'', :size => ''40x40>'' },
:large_thumb => { :crop => ''4:3'', :size => ''100x75>'' },
:small => { :size => '...