Leadtools.Codecs Namespace : CodecsJpeg2000PrecinctSize Enumeration |
public enum CodecsJpeg2000PrecinctSize : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum CodecsJpeg2000PrecinctSize Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As CodecsJpeg2000PrecinctSize
public enum CodecsJpeg2000PrecinctSize : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Codecs.CodecsJpeg2000PrecinctSize = function() { }; Leadtools.Codecs.CodecsJpeg2000PrecinctSize.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class CodecsJpeg2000PrecinctSize : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Full | No precinct is used, size is infinite. |
HierarchicalOne128 | A precinct size of [X by X] will be applied to the first(smallest) resolution of the image. The second resolution precinct dimension would be [2X by 2X]. The third resolution precinct dimension would be [4X by 4X] and so on. If the JPEG 2000 file has five levels and HierarchicalOne128 is used, the precinct dimensions will be as follows:
|
HierarchicalOne256 | A precinct size of [X by X] will be applied to the first(smallest) resolution of the image. The second resolution precinct dimension would be [2X by 2X]. The third resolution precinct dimension would be [4X by 4X] and so on. If the JPEG 2000 file has five levels and HierarchicalOne256 is used, the precinct dimensions will be as follows:
|
HierarchicalOne512 | A precinct size of [X by X] will be applied to the first(smallest) resolution of the image. The second resolution precinct dimension would be [2X by 2X]. The third resolution precinct dimension would be [4X by 4X] and so on. If the JPEG 2000 file has five levels and HierarchicalOne512 is used, the precinct dimensions will be as follows:
|
HierarchicalOne64 | A precinct size of [X by X] will be applied to the first(smallest) resolution of the image. The second resolution precinct dimension would be [2X by 2X]. The third resolution precinct dimension would be [4X by 4X] and so on. If the JPEG 2000 file has five levels and HierarchicalOne64 is used, the precinct dimensions will be as follows:
|
HierarchicalTwo128 | A precinct size of [X by X] will be applied to the first and second (smallest) resolutions of the image. The third and fourth resolution precinct dimensions would be [2X by 2X] and so on. So if the JPEG 2000 file has five levels and HierarchicalTwo128 is used, the precinct dimensions will be as follows:
|
HierarchicalTwo256 | A precinct size of [X by X] will be applied to the first and second (smallest) resolutions of the image. The third and fourth resolution precinct dimensions would be [2X by 2X] and so on. So if the JPEG 2000 file has five levels and HierarchicalTwo256 is used, the precinct dimensions will be as follows:
|
HierarchicalTwo512 | A precinct size of [X by X] will be applied to the first and second (smallest) resolutions of the image. The third and fourth resolution precinct dimensions would be [2X by 2X] and so on. So if the JPEG 2000 file has five levels and HierarchicalTwo512 is used, the precinct dimensions will be as follows:
|
HierarchicalTwo64 | A precinct size of [X by X] will be applied to the first and second (smallest) resolutions of the image. The third and fourth resolution precinct dimensions would be [2X by 2X] and so on. So if the JPEG 2000 file has five levels and HierarchicalTwo64 is used, the precinct dimensions will be as follows:
|
Uniform1024 | For all resolution levels, a precinct dimension of [1024x1024] will be applied. |
Uniform128 | For all resolution levels, a precinct dimension of [128x128] will be applied. |
Uniform2048 | For all resolution levels, a precinct dimension of [2048x2048] will be applied. |
Uniform256 | For all resolution levels, a precinct dimension of [256x256] will be applied. |
Uniform512 | For all resolution levels, a precinct dimension of [512x512] will be applied. |
Uniform64 | For all resolution levels, a precinct dimension of [64x64] will be applied. |
Using smaller precinct dimensions provides finer access to the compressed stream yet increases the compressed stream size. It is recommended to use HierarchicalOne128 and no tiling to generate JPEG 2000 files for any purpose.
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsJpeg2000PrecinctSize
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2