İngilizce dilinde oku

Aracılığıyla paylaş


ImageFormatJpeg Class

public final class ImageFormatJpeg
extends ImageFormatProperties

JPEG image encoding.

Constructor Summary

Constructor Description
ImageFormatJpeg()

Method Summary

Modifier and Type Method and Description
String getQuality()

Get the quality property: Image quality value between 0 to 100 (best quality).

ImageFormatJpeg setQuality(String quality)

Set the quality property: Image quality value between 0 to 100 (best quality).

Methods inherited from java.lang.Object

Constructor Details

ImageFormatJpeg

public ImageFormatJpeg()

Method Details

getQuality

public String getQuality()

Get the quality property: Image quality value between 0 to 100 (best quality).

Returns:

the quality value.

setQuality

public ImageFormatJpeg setQuality(String quality)

Set the quality property: Image quality value between 0 to 100 (best quality).

Parameters:

quality - the quality value to set.

Returns:

the ImageFormatJpeg object itself.

Applies to

Azure SDK for Java

Legacy