This is a similar question to this.
I have a GalleryPhoto model with ~28,000 records. Each has an image attachment with five styles: original, large, medium, small, and thumb. The large, medium, and small have a watermark applied to them. I want to add an addition style called download to the styles that has no watermark.
How can I reprocess the entire batch to only add the additional style without redoing all of the existing styles? Otherwise the reprocess will probably take days.
Rails 3.1.1
Paperclip 2.4.2
ImageMagick 6.2.8