yigolden / TiffLibrary

C# library for decoding and encoding Tag Image File Format (TIFF) files.
MIT License
58 stars 16 forks source link

Fix writing of 16 bit grayscale images #16

Closed hhubschle closed 1 year ago

hhubschle commented 1 year ago

In case of TiffPhotometricInterpretation.BlackIsZero the sample size was not taken into account. Also writing of very large images was slow.