#include <pxl_imageexport.h>
Public Member Functions | |
| JPEG2000ExportParam (u8 inNumOfZoomLevels=8, u16 inBlockSize=64, uint64_t inTargetFileSize=0) | |
Public Attributes | |
| u8 | numOfZoomLevels |
| The number of zoom levels. | |
| u16 | blockSize |
| The size of each tile (both of width and height). | |
| uint64_t | targetFileSize |
| The final output file size. | |
Definition at line 203 of file pxl_imageexport.h.
| Celartem::ExportUtils::JPEG2000ExportParam::JPEG2000ExportParam | ( | u8 | inNumOfZoomLevels = 8, |
|
| u16 | inBlockSize = 64, |
|||
| uint64_t | inTargetFileSize = 0 | |||
| ) | [inline] |
This constructor initializes the structure.
| inNumOfZoomLevels | The number of zoom levels. Recommended default is 8. | |
| inBlockSize | The size of each tile (both of width and height). Recommended default is 64. | |
| inTargetFileSize | The final output file size. If 0 is specified, the encoder does not do any conditioning and the image is to be loss-less. If non-0 is specified, the encoder tries to adjust the file size to the specified size and then the image is lossy. Recommended default is 0. |
Definition at line 238 of file pxl_imageexport.h.
The number of zoom levels.
The number of zoom levels. Recommended default is 8.
Definition at line 208 of file pxl_imageexport.h.
The size of each tile (both of width and height).
The size of each tile (both of width and height). Recommended default is 64.
Definition at line 214 of file pxl_imageexport.h.
The final output file size.
The final output file size. If 0 is specified, the encoder does not do any conditioning and the image is to be loss-less. If non-0 is specified, the encoder tries to adjust the file size to the specified size and then the image is lossy.
Definition at line 221 of file pxl_imageexport.h.