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
Input value inFile str Path to a file
Input value inLoadAlphaChannel bool False
Output value outImageFormat ImageFormat