Sami Boukortt
Sami Boukortt
You could have a script that outputs build rules, and then run it from your Tupfile using the `run` command. But in this specific case, a simple `: foreach` rule...
This has now fulfilled its purpose (to check whether #3289 was needed). Not sure whether we would like to keep `decode_oneshot` in C?
As far as I can tell, the non-XYB JPEG is correct: the pixel statistics (per `identify -v`) are similar to those of a PNG decoded from the JXL, and so...
Arguments against doing 1 might include the fact that it could make the user fail to realise that the result is not HDR, and that they have more flexibility in...
> Did you try the "keep original" color space option when exporting from darktable? The JPEG XL file will be considerably larger, but it'll preserve the profile. Otherwise, it discards...
If writing to an integer format, we should also not use sRGB primaries as it could cause gamut clipping (or worse). Which primaries to use is not obvious but P3...
> > Make cjxl recognize Display P3 and use the Enum representation for it rather than a generic icc profile. This would help for compression, and it circumvents the djxl...
The best answer I can give to “why not” is pretty much “because we have not implemented it so far”, but I have just started giving this a try (#2341)....
#2341 has now been merged. It doesn’t solve the issue with this specific `.jxl` file, but at least, if the same source file is compressed to JPEG XL again, it...
Even then, we used to also generate a fallback ICC chunk. That we don’t anymore is a regression, apparently introduced by #2635. I’ll have a closer look next week.