tf.raw_ops.EncodeJpegVariableQuality

JPEG encode input image with provided compression quality.

image is a 3-D uint8 Tensor of shape [height, width, channels]. quality is an int32 jpeg compression quality value between 0 and 100.

imagesA Tensor of type uint8. Images to adjust. At least 3-D.
qualityA Tensor of type int32. An int quality to encode to.
nameA name for the operation (optional).

A Tensor of type string.