Back to FabImage Library website

You are here: Start » Function Reference » Interoperability » LoadJpegImageFromBytes_Deprecated

LoadJpegImageFromBytes_Deprecated


Header:FIL.h
Namespace:fil

Loads a JPG image from an array of byte values.

Syntax

C++
 
void fil::LoadJpegImageFromBytes_Deprecated
(
	const ftl::Array<int>& inBytes,
	fil::Image& outImage
)

Parameters

Name Type Default Description
inBytes const Array<int>&
outImage Image& Output image

Errors

List of possible exceptions:

Error type Description
DomainError Not a JPEG file format in LoadJpegImageFromBytes.