syoyo / tinydng

Header-only Tiny DNG/TIFF loader and writer in C++
MIT License
151 stars 30 forks source link

[feature] Decode Semantic Map from Apple ProRAW #11

Closed syoyo closed 1 year ago

syoyo commented 3 years ago

Apple ProRAW stores semantic map which is defined in DNG 1.6

https://helpx.adobe.com/photoshop/kb/dng-specification-tags.html

Image format used for semantic map layer seems a standard (lossy) JPEG compression.

syoyo commented 3 years ago

It was simply 8bit standard JPEG data, thus stb_image can decode it.

syoyo commented 1 year ago

Supported some semantic maps in recent commit.