Back to Adaptive Vision Library website

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

SaveJpegImageToBytes_Deprecated


Converts an image to a byte-value array of its JPG representation.

Syntax

C++
C#
 
void avl::SaveJpegImageToBytes_Deprecated
(
	const avl::Image& inImage,
	atl::Array<int>& outArray
)

Parameters

Name Type Default Description
inImage const Image& Input image
outArray Array<int>&