Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good Tiff library for .NET [closed]

Tags:

c#

.net

tiff

I know libtiff for C, but haven't found a port for .NET. Does such a port exist?

like image 900
kitsune Avatar asked Nov 16 '08 20:11

kitsune


People also ask

What is Libtiff used for?

LIBTIFF is a C graphic library provides support for the Tag Image File Format (TIFF), a widely used format for storing image data. This library provide means to easily access and create TIFF image files. LIBTIFF will be the supported image manipulating package supported in the class.

Is TIFF An image format?

tiff. A TIFF is an image file — so it stores photographic and graphical data. You won't be able to edit the original file information without editing software, like Adobe Photoshop or Illustrator.


1 Answers

My company recently released a free and open-source(New BSD license) version of LibTiff written using only managed C# (license permits commercial use and distribution).

https://bitmiracle.com/libtiff/

like image 183
Bobrovsky Avatar answered Oct 06 '22 15:10

Bobrovsky