Strip generated PNG images of metadata

Akinori MUSHA лет %!s(int64=9): %!d(string=назад)
Родитель
Сommit
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