Compress all images in Chrome .ico files |
|
Issue descriptionVersion: 56 OS: Windows Chrome .ico files currently store many image sizes, from 16x16 up to 256x256. All sizes <256 are stored as raw uncompressed BMPs while the 256x256 size is stored as a compressed PNG. Support for PNG icons was added in Windows Vista, with the uncompressed icons remaining for compatibility with Windows XP. Now that we no longer support Windows XP, we can probably compress all the images to save space. Example saving: INFO: chrome/app/theme/chromium/win/chromium.ico : 46741 => 32287 (14454 bytes : 30 %) Saving 14 KiB (times the number of icons) in the binary size ain't bad (though the actual download saving is likely much less since presumably it's compressed at some stage). We could also probably remove the 8-bit versions (which are there for some kind of backwards compatibility also).
,
Jan 11
You started fixing this bug over two years ago. Are you still working on it? You can update the status to "archived", "wontfix", or "closed". You can remove yourself as owner and change status to "untriaged", but if this is still a real bug, please do not sit on it. |
|
►
Sign in to add a comment |
|
Comment 1 by mgiuca@chromium.org
, Nov 8 2016