Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 955 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 955 Bytes

LibTiff.NET

The .NET version of original libtiff library written by Sam Leffler and others.

LibTiff.Net provides support for the Tag Image File Format (TIFF), a widely used format for storing image data.

This is a slightly modified version that we use in our software products. The qn branch is ours, and the master branch represents the version of the upstream repository we rebased our commits onto.

Sample code

Sample code for C# and VB.NET

https://github.com/BitMiracle/libtiff.net/tree/master/Samples

Documentation

Help pages can be found here

https://bitmiracle.github.io/libtiff.net/help/

License

LibTiff.Net is freely available for all uses under the New BSD license.

The library is free and can be used in commercial applications without royalty.

We don't promise that this software works. But if you find any bugs, please let us know!