JpegWDriver Class
Contents
[
Hide
]Summary: A driver for JpegW raster.
Module: aspose.gis.formats.jpegw
Full Name: aspose.gis.formats.jpegw.JpegWDriver
Inheritance: WorldRasterDriver
Aspose.PSD Version: 25.9.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| can_open_layers | bool | r | Gets a value indicating whether this driver can open raster layers. |
Methods
| Name | Description |
|---|---|
| open_layer(path) | Opens a layer for reading. |
| open_layer(path) | Opens a layer for reading. |
| open_layer(path, options) | Opens the layer for reading. |
| open_layer(path, options) | Opens the layer for reading. |
Method: open_layer(path)
open_layer(path)
Opens a layer for reading.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | AbstractPath | Path to the file. |
Returns
| Type | Description |
|---|---|
| RasterLayer | An instance of RasterLayer. |
Method: open_layer(path)
open_layer(path)
Opens a layer for reading.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | string | Path to the file. |
Returns
| Type | Description |
|---|---|
| RasterLayer | An instance of RasterLayer. |
Method: open_layer(path, options)
open_layer(path, options)
Opens the layer for reading.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | AbstractPath | Path to the file. |
| options | RasterDriverOptions | Driver-specific options. |
Returns
| Type | Description |
|---|---|
| RasterLayer | An instance of RasterLayer. |
Method: open_layer(path, options)
open_layer(path, options)
Opens the layer for reading.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| path | string | Path to the file. |
| options | RasterDriverOptions | Driver-specific options. |
Returns
| Type | Description |
|---|---|
| RasterLayer | An instance of RasterLayer. |