commit | 189d5d833358b8ee884c23f9eb5a5d650a03d6a0 | [log] [tgz] |
---|---|---|
author | Josep del Rio <joseprio@google.com> | Thu Jan 12 16:31:11 2023 +0000 |
committer | Josep del Rio <joseprio@google.com> | Thu Jan 12 16:31:11 2023 +0000 |
tree | 89e114f125eba7268a3ec2d7c7bbf006f4ec3237 | |
parent | c9263e96b9fc52896acf67f779a7ae70ae560d17 [diff] |
Optimize framework's PNG resources The images that framework uses are not optimized, and were created quite many years ago, which means that they didn't benefit from the advanced PNG tooling we enjoy today. I ran optimage on all files, an internal command line tool that will increase the compression of PNG files without losing any information. Bug: 265292276 Test: build and tested in device; checked that mouse cursor images look the same. Change-Id: Ie549b7bfcbfdab466090e4779a385c20b50c2ce6