Nick Doyle
Nick Doyle
For reference: ``` % magick -list format | grep RAW A* RAW rw+ Raw alpha samples B* RAW rw+ Raw blue samples C* RAW rw+ Raw cyan samples DCRAW DNG...
See: * https://github.com/ImageMagick/ImageMagick/blob/master/coders/raw.h * https://github.com/ImageMagick/ImageMagick/blob/master/coders/raw.c
I specifically do not have the libraw delegate. Looks like there may be a (second separate) bug with a conflict between libraw and the internal unrelated raw functionality?
Just to be clear so we're on the same page. The "raw" functionality I am talking about and trying to use is getting raw sample data and libraw is unrelated...
> What does "raw channel data" mean? What I want is output that is nothing but raw pixel data. Assuming `-depth 8` and an output type of `R:`, the first...
@snibgo The issue with that approach is that, to my understanding, the values are potentially modified (for example from sRGB gamma to linear gray). This means I don't really have...
You're right, it doesn't look like `GRAY:` linearizes anything. This means it is a possible workaround. Thank you. I do think the original bug still stands though for the other...
It's only out of scope as much as producing output images that reflect the input images is out of scope. Mozjpeg says it supports PNG input and attached ICC profiles...
This isn't really an issue of cjpeg being an all in one tool. This is an issue of cjpeg not properly supporting an input format it says it supports. The...
I understand ICC profiles aren't part of JPEG or JFIF proper (they might as well be from a de-facto standard point of view though). They are part of the PNG...