I had two versions and realized that I did not need the original
So instead
version :thumb do process :resize_to_limit => [50, 50] end version :normal do process :resize_to_limit => [300,300] end
I deleted: normal and added this
process :resize_to_limit => [300, 300]
Now the original is saved in the size that I need, and I do not have a third unused image on the server
Jepzen
source share