2
0
mirror of https://github.com/moebooru/moebooru synced 2025-08-22 01:47:48 +00:00

Update minimagick syntax

This commit is contained in:
nanaya 2025-01-04 16:34:48 +09:00
parent f766aae6eb
commit 3afef796c5

View File

@ -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