Jpeg2000LoadOptions Class
Contents
[
Hide
]Summary: JPEG2000 load options
Module: aspose.psd.imageloadoptions
Full Name: aspose.psd.imageloadoptions.Jpeg2000LoadOptions
Inheritance: LoadOptions
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description |
|---|---|
| Jpeg2000LoadOptions() | Initializes a new instance of the Jpeg2000LoadOptions class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| buffer_size_hint | int | r/w | Gets or sets the buffer size hint which is defined max allowed size for all internal buffers. |
| data_background_color | Color | r/w | Gets or sets the Image background Color. |
| data_recovery_mode | DataRecoveryMode | r/w | Gets or sets the data recovery mode. |
| maximum_decoding_time | int | r/w | Gets or sets the maximum decoding time in seconds (this option can be used on very slow on memory machines to prevent hanging on process on very big images - resolution more than 5500x6500 pixels). |
| use_icc_profile_conversion | bool | r/w | Gets or sets a value indicating whether ICC profile conversion should be applied. |
Constructor: Jpeg2000LoadOptions()
Jpeg2000LoadOptions()
Initializes a new instance of the Jpeg2000LoadOptions class.