syoyo / tinydng

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

[features and fixes] Writer DNG RAW support #13

Closed storyboardcreativity closed 2 years ago

storyboardcreativity commented 2 years ago

Hello!

I've done some implementations and fixes for your DNG writer. Please, give me access to create a branch and pull-request for my changes.

syoyo commented 2 years ago

@storyboardcreativity Aweome! There should be no restriction to create PR, so you should be able to create PR without any permissions.

storyboardcreativity commented 2 years ago

@syoyo I just can't push my branch to your repo. Do you want me to make a fork?

storyboardcreativity commented 2 years ago

@syoyo Ok, I've made a fork and created pull-request. I'll do more commits to this branch soon because I make ZRAW -> DNG (RAW) converter, that will make DNGs compatible with Adobe Camera RAW (DNGs will pass dng_validate tool checks from Adobe SDK).