IRasterImagePixelLoader Class
Contents
[
Hide
]Summary: The raster image pixel loader.
Module: aspose.psd
Full Name: aspose.psd.IRasterImagePixelLoader
Inheritance: IRasterImageRawDataLoader
Aspose.PSD Version: 24.9.0
Properties
Name | Type | Access | Description |
---|---|---|---|
is_raw_data_available | bool | r | Gets a value indicating whether raw data loading is supported. |
raw_data_settings | RawDataSettings | r | Gets the current raw data settings. Note when using these settings the data loads without conversion. |
Methods
Name | Description |
---|---|
load_partial_pixels(rectangle, partial_pixel_loader) | Loads pixels partially (by blocks). |
load_raw_data(rectangle, raw_data_settings, raw_data_loader) | Loads raw data. |
Method: load_partial_pixels(rectangle, partial_pixel_loader)
load_partial_pixels(rectangle, partial_pixel_loader)
Loads pixels partially (by blocks).
Parameters:
Parameter | Type | Description |
---|---|---|
rectangle | Rectangle | The rectangle to load pixels from. |
partial_pixel_loader | IPartialPixelLoader | The partial pixel loader. |
Method: load_raw_data(rectangle, raw_data_settings, raw_data_loader)
load_raw_data(rectangle, raw_data_settings, raw_data_loader)
Loads raw data.
Parameters:
Parameter | Type | Description |
---|---|---|
rectangle | Rectangle | The rectangle to load raw data from. |
raw_data_settings | RawDataSettings | The raw data settings to use for loaded data. Note if data is not in the format specified then data conversion will be performed. |
raw_data_loader | IPartialRawDataLoader | The raw data loader. |