Using LibTiff.Net
How to read basic properties of a TIFF image
Create simple black-and-white TIFF
Create TIFF with palette (color map)
Rotate TIFF data (in a viewer-agnostic way)
Retrieve number of pages in TIFF image
Read and write custom TIFF tags
Add custom TIFF tags to an existing TIFF image
How to read value of a TIFF tag unknown to LibTiff.Net
Read RGB values of image pixels
Convert System.Drawing.Bitmap to a black and white TIFF
Convert System.Drawing.Bitmap to a 32-bit color TIFF
Convert System.Drawing.Bitmap to a 24-bit color TIFF
Convert black-and-white TIFF to a System.Drawing.Bitmap
Convert color TIFF to a 32-bit System.Drawing.Bitmap
Convert color TIFF to a 24-bit System.Drawing.Bitmap
Convert 16-bit grayscale TIFF to a 8-bit System.Drawing.Bitmap
Process 16-bit TIFF (increase brightness)
Convert a multi-strip TIFF image to a single-strip one
Convert bytes of a multi-strip TIFF image to bytes of a single-strip one
Print formatted description of a TIFF file contents
How to write TIFF tags before data (like in Cisco TIFF files)
How to read TIFF scanlines in a random fashion
