I used to have two versions and realized that I did not not need the original
So instead of having
version :thumb do
process :resize_to_limit => [50, 50]
end
version :normal do
process :resize_to_limit => [300,300]
end
I removed :normal and added this
process :resize_to_limit => [300, 300]
Now the original is saved in size I need and I don't have a third unused image on the server
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…