Click or drag to resize

Jp2EncoderFileFormat Property

Gets or sets the file format to generate (JP2, JPEG2000 codestream, or JPX).

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

Property Value

Type: Jp2FileFormat
The default value is Jp2
Exceptions
ExceptionCondition
AtalasoftLicenseException Thrown when set to codestream, without a professional license.
Remarks

Default is Jp2. The JP2 and JPX format allow additional information, including resolution and meta-data, to be saved. The use of plain codestream is not recommended. The JPX file format is required to store CMYK and CIE Lab images as well as using unrestricted ICC profile.

The codestream format requires the professional edition.

See Also