Strip generated PNG images of metadata

Akinori MUSHA 9 年 前
コミット
4eedbe72b8
共有1 個のファイルを変更した1 個の追加0 個の削除を含む
  1. 1 0
      lib/tasks/icon.rake

+ 1 - 0
lib/tasks/icon.rake

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