Commit 4a625e00 by Tieg Zaharia Committed by Jon Yurek

animated gif option formatting

parent 3d0d49f5
......@@ -96,7 +96,7 @@ module Paperclip
trans << "-auto-orient" if auto_orient
trans << "-resize" << %["#{scale}"] unless scale.nil? || scale.empty?
trans << "-crop" << %["#{crop}"] << "+repage" if crop
trans << "-layers \"optimize\"" if animated?
trans << '-layers "optimize"' if animated?
trans
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment