ruby on rails - paperclip run processors on selected style -
I have: xxx image processor, and I have two genres in the model: big and: thumbs.
How can I process: Only xxx: By leaving the thumb image: The big image is untouched?
By default, the rake function refreshes all the thumbnails. Keep in mind that it does not touch the original image Will not find / process
You can modify another class and specify a specific thumbnail size, but the current design assumes that you want to take it from the original and redo all the thumbnails from the original.
Comments
Post a Comment