Creates and initializes new Jpeg2kEncoderOptions class instance.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ tileWidth As Integer, _ tileHeight As Integer, _ progressionOrder As Jpeg2kProgressionOrder _ )
public Jpeg2kEncoderOptions( int tileWidth, int tileHeight, Jpeg2kProgressionOrder progressionOrder )
Type: System.Int32
A non-negative value that specifies a JPEG2000 tile width. If it equals to 0, the tile height is taken the same as a bitmap height. You can change this value later using the TileWidth property.Type: System.Int32
A non-negative value that specifies a JPEG2000 tile height. If it equals to 0, the tile height is taken the same as a bitmap height. You can change this value later using the TileHeight property.Type: Aurigma.GraphicsMill.Codecs.Jpeg2kProgressionOrder
A member of the Jpeg2kProgressionOrder enumeration which specifies a progression order of the JPEG2000 compression. You can change this value later using the ProgressionOrder property.