mirror of
https://github.com/moebooru/moebooru
synced 2025-08-22 01:47:48 +00:00
Update minimagick syntax
This commit is contained in:
parent
f766aae6eb
commit
3afef796c5
@ -45,7 +45,7 @@ module Moebooru
|
|||||||
write_format = file_ext
|
write_format = file_ext
|
||||||
end
|
end
|
||||||
|
|
||||||
MiniMagick::Tool::Convert.new do |convert|
|
MiniMagick.convert do |convert|
|
||||||
convert << input_path
|
convert << input_path
|
||||||
convert.background BGCOLOR
|
convert.background BGCOLOR
|
||||||
convert.flatten
|
convert.flatten
|
||||||
|
Loading…
x
Reference in New Issue
Block a user