Table of Contents

Field TiffPhotometric

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Tiff image option name for setting the photometric interpretation. By default it is set to 2 (RGB) for RGB images and 0 (MINISWHITE) for greyscale or black and white images. It can also be set to 1 (MINISBLACK) to treat the lowest value as black and highest as white. If you want a greyscale image it is also sufficient to only specify TiffPhotometric and set it to either MINISWHITE or MINISBLACK. The other values are taken care of.

public const string TiffPhotometric = "Photometric"

Returns

string
Tiff image option name for setting the photometric interpretation. By default it is set to 2 () for RGB images and 0 () for greyscale or black and white images. It can also be set to 1 () to treat the lowest value as black and highest as white. If you want a greyscale image it is also sufficient to only specify and set it to either or . The other values are taken care of.