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)
Syntaxpublic byte[] ToJpegData(
int quality = 95
)
Public Function ToJpegData (
Optional quality As Integer = 95
) As Byte()
public:
array<unsigned char>^ ToJpegData(
int quality = 95
)
member ToJpegData :
?quality : int
(* Defaults:
let _quality = defaultArg quality 95
*)
-> byte[]
Parameters
- quality (Optional)
- Type: SystemInt32
The jpeg quality
Return Value
Type:
ByteAn byte array that contains the image as jpeg data
See Also