JaCraig / Structure.Sketching

Image processing library for use in .Net applications that supports .Net Core.
Apache License 2.0
84 stars 5 forks source link

TIFF file format #8

Open JaCraig opened 8 years ago

JaCraig commented 8 years ago

The TIFF file format isn't in heavy use except when dealing with text, faxes, etc. So having a basic encoder/decoder would be helpful but is definitely a low priority at the moment.

Basic tiff tags: http://www.digitalpreservation.gov/formats/content/tiff_tags.shtml

File format http://www.digitalpreservation.gov/formats/fdd/fdd000022.shtml

JaCraig commented 7 years ago

Example library: https://github.com/Core-Techs/TiffLibrary