create method
create
def create(self, pixel_bytes, width, height, format):
...
| Parameter | Type | Description |
|---|---|---|
| pixel_bytes | bytes | |
| width | int | |
| height | int | |
| format | BitmapInfo.PixelFormat |
See Also
- module
groupdocs.conversion.contracts - class
BitmapInfo
def create(self, pixel_bytes, width, height, format):
...
| Parameter | Type | Description |
|---|---|---|
| pixel_bytes | bytes | |
| width | int | |
| height | int | |
| format | BitmapInfo.PixelFormat |
groupdocs.conversion.contractsBitmapInfo