Click or drag to resize

TiffEncoderWriteImageColorProfile Property

Controls how the TiffEncoder writes color profiles.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool WriteImageColorProfile { get; set; }

Property Value

Type: Boolean

When set to true, if an image contains a non-null ColorProfile objects, the ColorProfile will be embedded within the Tiff file.

Default value is false.

Remarks
ColorProfile objects are not written when the DotImage license is Photo.
See Also