Add sRGB profile to mandrill images
Bug: skia: Change-Id: Ic0e0ae23c88f86885583a304d90d1ce874ff14ed Reviewed-on: https://skia-review.googlesource.com/139960 Auto-Submit: Brian Osman <brianosman@google.com> Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 821 B After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 9.2 KiB After Width: | Height: | Size: 12 KiB |
@ -514,7 +514,8 @@ DEF_TEST(Codec_png, r) {
|
||||
// half-transparent-white-pixel.png is too small to test incomplete
|
||||
check(r, "images/half-transparent-white-pixel.png", SkISize::Make(1, 1), false, false, false, true);
|
||||
check(r, "images/mandrill_128.png", SkISize::Make(128, 128), false, false, true, true);
|
||||
check(r, "images/mandrill_16.png", SkISize::Make(16, 16), false, false, true, true);
|
||||
// mandrill_16.png is too small (relative to embedded sRGB profile) to test incomplete
|
||||
check(r, "images/mandrill_16.png", SkISize::Make(16, 16), false, false, false, true);
|
||||
check(r, "images/mandrill_256.png", SkISize::Make(256, 256), false, false, true, true);
|
||||
check(r, "images/mandrill_32.png", SkISize::Make(32, 32), false, false, true, true);
|
||||
check(r, "images/mandrill_512.png", SkISize::Make(512, 512), false, false, true, true);
|
||||
|