Strip generated PNG images of metadata

Akinori MUSHA 9 years ago
parent
commit
4eedbe72b8
1 changed files with 1 additions and 0 deletions
  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