mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-17 08:10:38 -04:00
Rename RawImageDecoder to RawTiffDecoder and qualify candidates by their actual stream instead of trusting the tags: CR2 keeps its full-size JPEG as an IFD0 strip, DNG stores the raw sensor payload as lossless JPEG (SOF3) which starts with a regular SOI. A JPEG segment walk to the SOF marker accepts only the DCT processes common decoders render.