Back to Adaptive Vision Library website

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

LoadJpegImageFromBytes_Deprecated


Loads a JPG image from an array of byte values.

Syntax

C++
C#
 
void avl::LoadJpegImageFromBytes_Deprecated
(
	const atl::Array<int>& inBytes,
	avl::Image& outImage
)

Parameters

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

Errors

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