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.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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