Attachment Fu Skip Resize plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install https://svn.openrain.com/opensource/public/rails/plugins/attachment_fu_skip_resize
In your attachment_fu image class, add..
attr_accessor :skip_resize
Any time you want to save an image *without* invoking resizing on the original image..
image.skip_resize = true image.save
Thumbnails will be generated at their defined resolutions regardless of the skip_resize flag.
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: Guest, 6 months ago

