diff options
author | Edward Welbourne <[email protected]> | 2016-02-29 13:36:32 +0100 |
---|---|---|
committer | Simon Hausmann <[email protected]> | 2016-03-24 19:40:15 +0000 |
commit | ca0765d2835bcb35f34b975a3de84d0f9a64dc51 (patch) | |
tree | 8f3d94418a5001693ebdec3aaec5d011af0fedea /examples/quick/tutorials | |
parent | 89b96d2c6324f229dce9f10b1acba7560dff905d (diff) |
Purge sRGB chunks from PNGs in examples.
Subjects each *.png file that matched grep -law "sRGB" to:
pngcrush -ow -brute -rem allb -reduce
Various tools grumble about sRGB tables in PNG images; and our
handling of them doesn't pay attention to these, so purging them
makes the images smaller with no loss to the images.
Change-Id: If3baf60fb7c0045446ddfddecef96374845e739e
Reviewed-by: Topi Reiniƶ <[email protected]>
Diffstat (limited to 'examples/quick/tutorials')
-rw-r--r-- | examples/quick/tutorials/gettingStartedQml/images/arrow.png | bin | 583 -> 411 bytes |
-rw-r--r-- | examples/quick/tutorials/samegame/shared/pics/blueStar.png | bin | 278 -> 149 bytes |
-rw-r--r-- | examples/quick/tutorials/samegame/shared/pics/greenStar.png | bin | 273 -> 149 bytes |
-rw-r--r-- | examples/quick/tutorials/samegame/shared/pics/redStar.png | bin | 274 -> 148 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/examples/quick/tutorials/gettingStartedQml/images/arrow.png b/examples/quick/tutorials/gettingStartedQml/images/arrow.png Binary files differindex 14978c2e56..20ee200f5f 100644 --- a/examples/quick/tutorials/gettingStartedQml/images/arrow.png +++ b/examples/quick/tutorials/gettingStartedQml/images/arrow.png diff --git a/examples/quick/tutorials/samegame/shared/pics/blueStar.png b/examples/quick/tutorials/samegame/shared/pics/blueStar.png Binary files differindex ff9588f80a..213bb4bf6c 100644 --- a/examples/quick/tutorials/samegame/shared/pics/blueStar.png +++ b/examples/quick/tutorials/samegame/shared/pics/blueStar.png diff --git a/examples/quick/tutorials/samegame/shared/pics/greenStar.png b/examples/quick/tutorials/samegame/shared/pics/greenStar.png Binary files differindex cd06854719..38429749b8 100644 --- a/examples/quick/tutorials/samegame/shared/pics/greenStar.png +++ b/examples/quick/tutorials/samegame/shared/pics/greenStar.png diff --git a/examples/quick/tutorials/samegame/shared/pics/redStar.png b/examples/quick/tutorials/samegame/shared/pics/redStar.png Binary files differindex 0a4dffe583..5cdf45c4c0 100644 --- a/examples/quick/tutorials/samegame/shared/pics/redStar.png +++ b/examples/quick/tutorials/samegame/shared/pics/redStar.png |