create method
create
def create(cls, pixel_bytes, width, height, format):
...
| Parameter | Type | Description |
|---|---|---|
| pixel_bytes | bytes |
|
| width | int |
|
| height | int |
|
| format | Any |
Returns: BitmapInfo
See Also
- class
BitmapInfo
def create(cls, pixel_bytes, width, height, format):
...
| Parameter | Type | Description |
|---|---|---|
| pixel_bytes | bytes |
|
| width | int |
|
| height | int |
|
| format | Any |
Returns: BitmapInfo
BitmapInfo