Click or drag to resize

GraphEncodeJpeg Method

https://www.emgu.com/wiki/index.php/Emgu_TF
EncodeJpeg

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation EncodeJpeg(
	Output image,
	string format = null,
	long quality = 95,
	bool progressive = false,
	bool optimize_size = false,
	bool chroma_downsampling = true,
	string density_unit = null,
	long x_density = 300,
	long y_density = 300,
	string xmp_metadata = null,
	string opName = "EncodeJpeg"
)

Parameters

image
Type: Emgu.TFOutput
Input to the operation.
format (Optional)
Type: SystemString
format
quality (Optional)
Type: SystemInt64
quality
progressive (Optional)
Type: SystemBoolean
progressive
optimize_size (Optional)
Type: SystemBoolean
optimize size
chroma_downsampling (Optional)
Type: SystemBoolean
chroma downsampling
density_unit (Optional)
Type: SystemString
density unit
x_density (Optional)
Type: SystemInt64
x density
y_density (Optional)
Type: SystemInt64
y density
xmp_metadata (Optional)
Type: SystemString
xmp metadata
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] contents(type: DtString).
See Also