syoyo / tinydng

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

Add packbit support to tiff reading and writing #25

Closed fire closed 1 year ago

fire commented 1 year ago

Hi!

I was wondering if we can suggest adding packbits to this tiff reader

Some context https://github.com/godotengine/godot-proposals/issues/4620 and https://github.com/godotengine/godot-proposals/issues/5803.

syoyo commented 1 year ago

You can contribute! PR is much appreciated

fire commented 1 year ago

I am not able to, not familiar with the PackBit technology or your code base.