Commit c0be2791 authored by Aurimas Liutikas's avatar Aurimas Liutikas

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}
parent 5e4c24b9
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment