A .NET library for handling Tagged Image File Format + related tests and tools
Main goals are to
a) read and show as much info as possible from any correct TIF
b) read, modify and write baseline compliant files correctly
Not production safe for output when the file contains non-baseline tags.
For example SubIFDS, Exif etc will most likely result in a broken file.
I use Visual Studio Code on Arch Linux
Code is written in C# 7.0, targeting .NET Standard 2.0
Test framework is xUnit.net
and test code is targeting .NET Core 2.1
These are excellent resources :
netstandard 2.0 library for handling TIFF
Started out in VB 6.0 as tool for tag dumping and page counting,
then ported to C# / .NET 2.0 as a learning/sanity project.
GNU Lesser General Public License v3.0
http://www.gnu.org/licenses/gpl.txt
http://www.gnu.org/licenses/lgpl.txt
netcore 2.1 project for testing the library (and acting as documentation)
A commandline application that uses Diwen.Tiff for dumping TIFF info
I do not claim any license or ownership for these. If there is a problem, please inform me.
Various images that do not represent any kind of test suite but were included along the way to test some specific features
Files from libtiff testsuite