diff options
author | Aurimas Liutikas <aurimas@google.com> | 2014-08-28 13:21:56 -0700 |
---|---|---|
committer | Aurimas Liutikas <aurimas@google.com> | 2014-08-28 20:23:02 +0000 |
commit | c0be27918a3bf1c6d8bbc230ee1e41040b4f3644 (patch) | |
tree | da010150fc764047bb1af7140a0b7be3c0378c2e /third_party | |
parent | 5e4c24b9ed85b0a9bdb2cac1eab0e289ccf7fd2c (diff) | |
download | chromium_src-c0be27918a3bf1c6d8bbc230ee1e41040b4f3644.zip chromium_src-c0be27918a3bf1c6d8bbc230ee1e41040b4f3644.tar.gz chromium_src-c0be27918a3bf1c6d8bbc230ee1e41040b4f3644.tar.bz2 |
Remove image color profiles from all clank assets.
Our designers generated assets that do not use sRGB color profile
and this makes libpng unhappy. According to jreck@ Android does not use
these profiles. This CL removes all these color profiles using this command:
find . -type f -name "*.png" -exec convert {} -strip {} \;
BUG=394138
R=dtrainor@chromium.org, newt@chromium.org
TBR=tedchoc@chromium.org
Review URL: https://codereview.chromium.org/510423002
Cr-Commit-Position: refs/heads/master@{#292446}
Diffstat (limited to 'third_party')
0 files changed, 0 insertions, 0 deletions