Chromium Code Reviews
Descriptionoptimize-ico-files: Automatically convert large BMPs to PNG format.
This ensures that we don't have large uncompressed images in .ico files
which could be stored as PNG. Only compresses large (>=256x256) images
(smaller images must be stored uncompressed for compatibility with
Windows XP).
Images are converted to PNG and then crushed.
BUG=332639
Committed: https://crrev.com/0d459808502b877cd4e9069e1ecb70e28f8a2438
Cr-Commit-Position: refs/heads/master@{#430442}
Patch Set 1 #Patch Set 2 : Rebase. #Patch Set 3 : Rebase. #Patch Set 4 : Rebase. #Patch Set 5 : Rebase. #
Total comments: 2
Patch Set 6 : Added TODO to compress all the images (no longer need XP). #Messages
Total messages: 20 (9 generated)
|