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.3.0.2824 (3.3.0.2824)
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
[Missing <param name="quality"/> documentation for "M:Emgu.CV.Image`2.ToJpegData(System.Int32)"]
Return Value
Type:
ByteAn byte array that contains the image as jpeg data
See Also