LoadImageFormat
Loads a single image format from a file without loading all image data.
Syntax
C++
Python
def LoadImageFormat( inFile: str, /, *, inLoadAlphaChannel: bool = False ) -> outImageFormat: ImageFormat
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFile | str | Path to a file | |
![]() |
inLoadAlphaChannel | bool | False | |
![]() |
outImageFormat | ImageFormat |


