ImageFormat.JpegR Field

Definition

Caution

This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.

Compressed JPEG format that includes an embedded recovery map.

[Android.Runtime.Register("JPEG_R", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)]
public const Android.Graphics.ImageFormatType JpegR = 4101;
[<Android.Runtime.Register("JPEG_R", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)>]
val mutable JpegR : Android.Graphics.ImageFormatType

Field Value

Value = 4101
Attributes

Remarks

Compressed JPEG format that includes an embedded recovery map.

JPEG compressed main image along with embedded recovery map following the Ultra HDR Image format specification.

Java documentation for android.graphics.ImageFormat.JPEG_R.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to