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: 3.1.0.2282 (3.1.0.2282)
Syntax
public byte[] ToJpegData(
	int quality = 95
)

Parameters

quality (Optional)
Type: SystemInt32

[Missing <param name="quality"/> documentation for "M:Emgu.CV.Image`2.ToJpegData(System.Int32)"]

Return Value

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