VintaSoft JPEG2000 .NET Plug-in: API changes in version 14.1
In This Topic
API changes in Vintasoft.Imaging.Jpeg2000Codec.dll
New classes:
| public class Vintasoft.Imaging.Metadata.Jpeg2000PageVirtualMetadata |
Root node of virtual metadata tree for JPEG2000 page. |
| public class Vintasoft.Imaging.Metadata.Jpeg2000VintasoftBinaryAnnotationsMetadata |
Metadata node that stores annotation packet in VintasoftBinary format for JPEG2000 page. |
| public class Vintasoft.Imaging.Metadata.Jpeg2000VintasoftXmpAnnotationsMetadata |
Metadata node that stores annotation packet in VintasoftXmp format for JPEG2000 page. |
Changed classes:
| Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000Page |
| Added properties |
| public byte[] BinaryAnnotations { get; set; } |
Gets or sets a byte array that represents packet with binary Vintasoft-annotations. |
| public byte[] XmpAnnotations { get; set; } |
Gets or sets a byte array that represents packet with XMP Vintasoft-annotations. |
| |
|
Changed enumerations:
| Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000ColorSpaceType |
| Added fields |
| public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000ColorSpaceType CIELab |
CIELab. |
| public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000ColorSpaceType e_sRGB |
e-sRGB. |
| public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000ColorSpaceType ROMM_RGB |
ROMM RGB. |
| public Vintasoft.Imaging.Codecs.ImageFiles.Jpeg2000.Jpeg2000ColorSpaceType YPbPr |
YPbPr. |
| |
|