mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
екн
This commit is contained in:
@@ -25,7 +25,7 @@ module Paperclip
|
||||
when 'image/png', 'image/x-png'
|
||||
"pngcrush -rem alla -q #{src_shell} #{dst_shell}"
|
||||
when 'image/gif'
|
||||
"gifsicle -o #{dst_shell} --no-comments --no-names --same-delay --same-loopcount --no-warnings -- #{src_shell}"
|
||||
"gifsicle -o #{dst_shell} --no-warnings -- #{src_shell}"
|
||||
else
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user