mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-30 03:20:28 +00:00
1b4f9bdbdb
I created a 16-bpp RGB file in Display P3 in photoshop, filled it with (0, 255, 0), and then drew something on it with (100, 255, 0). (Since it's a 16-bpp image, 255 ix stored as 0xffff and 100 is stored as 65535 * 100 / 255 == 0x6464 in the file.) I verified that Edit->Convert to Profile...->sRGB resulted in an image filled with (0, 255, 0) in that color space (due to gamut clipping). Similar to these: * https://webkit.org/blog-files/color-gamut/Webkit-logo-P3.png * https://www.dropbox.com/s/tgarynpj65ouafd/insta-logo.png?dl=1 ...but in green instead of in red, and hand-drawn by me so no license concerns. |
||
---|---|---|
.. | ||
test-inputs | ||
BenchmarkGfxPainter.cpp | ||
BenchmarkJPEGLoader.cpp | ||
CMakeLists.txt | ||
TestDeltaE.cpp | ||
TestFontHandling.cpp | ||
TestGfxBitmap.cpp | ||
TestICCProfile.cpp | ||
TestImageDecoder.cpp | ||
TestPainter.cpp | ||
TestParseISOBMFF.cpp | ||
TestRect.cpp | ||
TestScalingFunctions.cpp | ||
TestWOFF.cpp | ||
TestWOFF2.cpp |