Click or drag to resize

JpxStandardFeatures Enumeration

Standard Reader Requirement Features

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
[FlagsAttribute]
public enum JpxStandardFeatures
Members
  Member nameDescription
None
RoiMetadata
ContentMetadata
HistoryMetadata
CreationMetadata
DigitallySigned
Checksummed
GmlMetadata
Remarks
The Jpx file format contains a box, the Reader Requirements box, specifying the features contained within the file. Many of these features, including the colorspace and existence of IP data, are set automatically by the library during compression. The following additional features are not automatically detected by the library and the JP2CompressSetFeature function may be called to add these features to the Reader Requirement box of a Jpx format file. The function JP2_Decompress_ContainsFeature can be used to check whether one of these features is found in a file. Details of additional features, including the colorspace and existence of IP data, can be obtained using Get Property from Jp2Decoder
See Also