SerenityOS build: Saturday, March 15
Images 💾⌗
- serenity-x86_64-20250315-0630704.img.gz (Raw image, 242.62 MiB)
Last commit ⭐⌗
commit 0630704c01ea33403690dea6c27054e0a451752c
Author: Nico Weber <thakis@chromium.org>
AuthorDate: Fri Mar 14 07:58:05 2025 -0400
Commit: Nico Weber <thakis@chromium.org>
CommitDate: Fri Mar 14 21:42:24 2025 -0400
Tests: Add full ref test for JPEG2000 CMYK decoding
This is possible now that the tiff decoder decodes ref-cmyk.tif
correctly :^)
To create ref-cmyk.tif, I opened
kakadu-lossless-cmyk-u8-prog1-layers1-res6.jp2 in Photoshop and
saved it as a CMYK tiff file.
(Sadly, similar to the problems described in #25731, the cmyk
jpeg file written by Photoshop doesn't decode 100% correctly --
both in Serenity and in Preview.app. Photoshop itself does decode
it correctly. See the Adobe forum post mentioned in the comment.)
Other builds