Click or drag to resize

ImageTColor, TDepthToJpegData Method

http://www.emgu.com
Get the jpeg representation of the image

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public byte[] ToJpegData(
	int quality = 95
)

Parameters

quality (Optional)
Type: SystemInt32
The jpeg quality

Return Value

Type: Byte
An byte array that contains the image as jpeg data
See Also