Flatten PNGs w/ white BG before dither
Some were showing up w/ black BG
This commit is contained in:
@@ -27,6 +27,8 @@ get "/*" do |path|
|
|||||||
|
|
||||||
convert = MiniMagick::Tool::Convert.new
|
convert = MiniMagick::Tool::Convert.new
|
||||||
convert << @decrypted.path
|
convert << @decrypted.path
|
||||||
|
convert.background("white")
|
||||||
|
convert.layers("flatten")
|
||||||
|
|
||||||
if geometry
|
if geometry
|
||||||
if geometry.start_with?("x") || geometry.end_with?("x")
|
if geometry.start_with?("x") || geometry.end_with?("x")
|
||||||
|
|||||||
Reference in New Issue
Block a user