syoyo / tinydng

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

Support bpp != 8 or 16 + new tags support #15

Closed storyboardcreativity closed 2 years ago

storyboardcreativity commented 2 years ago

[Implementations]

[Fixes]

syoyo commented 2 years ago

@storyboardcreativity Awesome! Merged!

Do you plan to submit further PR on DNG writing feature? (I am planning to update README to describe DNG write feature)

storyboardcreativity commented 2 years ago

@syoyo I'll make some more features for DNG that I need. Thank you for this nice header file!

I use your code here: https://github.com/storyboardcreativity/zraw-decoder Soon it will be a converter for ZRAW video frames to DNG files.

syoyo commented 2 years ago

@storyboardcreativity Understand! I'd like to wait for your further PRs, then update README.

Soon it will be a converter for ZRAW video frames to DNG files.

:star_struck: