Strip generated PNG images of metadata

This commit is contained in:
Akinori MUSHA 2015-06-05 07:26:37 +09:00
parent b737a77674
commit 4eedbe72b8

View file

@ -100,5 +100,6 @@ def convert_image(source, target, options = {}) # width: nil, round: false
end
end
result.strip
result.write(target)
end