Back to Adaptive Vision Library website

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

LoadJpegImageFromBytes_Deprecated


Header:AVL.h
Namespace:avl

Loads a JPG image from an array of byte values.

Syntax

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

List of possible exceptions:

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