yigolden / TiffLibrary

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

Signed shorts, int16s, and floats? #15

Open roblkw-asu opened 1 year ago

roblkw-asu commented 1 year ago

Hi, is there any plan to allow for signed shorts, int16s and sfloats in the decoded arrays? Is there a way to go about extending the library ourselves to do this, or will we run into some truncation in the decode process ?