Name | Description | |
---|---|---|
![]() | WebJpeg2000EncoderSettingsJS | Initializes a new instance of the WebJpeg2000EncoderSettingsJS class. |
Name | Description | |
---|---|---|
![]() | WebJpeg2000EncoderSettingsJS | Initializes a new instance of the WebJpeg2000EncoderSettingsJS class. |
Name | Description | |
---|---|---|
![]() | clone | Creates a new object that is a copy of the current instance. |
![]() | get_CompressionRatio | Gets the compression rate for the image. |
![]() | get_CompressionType | Gets the compression type, determining whether compression will be lossy or lossless. |
![]() | get_FileSize | Gets the desired size of the compressed image in bytes. |
![]() | get_Name | Gets the name of image encoder settings. (Inherited from WebImageEncoderSettingsJS) |
![]() | get_TileHeight | Gets the height in pixels of each tile. |
![]() | get_TileWidth | Gets the width in pixels of each tile. |
![]() | get_WaveletLevels | Gets the number of discrete wavelet transformation levels (decomposition levels). |
![]() | set_CompressionRatio | Sets the compression rate for the image. |
![]() | set_CompressionType | Sets the compression type, determining whether compression will be lossy or lossless. |
![]() | set_FileSize | Sets the desired size of the compressed image in bytes. |
![]() | set_TileHeight | Sets the height in pixels of each tile. |
![]() | set_TileWidth | Sets the width in pixels of each tile. |
![]() | set_WaveletLevels | Sets the number of discrete wavelet transformation levels (decomposition levels). |
![]() | toObject | Returns encoder settings as object. (Inherited from WebImageEncoderSettingsJS) |