Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 535 Bytes

File metadata and controls

15 lines (10 loc) · 535 Bytes

ImageEncoding

Image encoding type.

Enum

Name Type Value Description
UNCHANGED str "Unchanged" Don't change encoding.
JPEG str "Jpeg" JPEG (DCT) encoding.
FLATE str "Flate" Flate encoding.
JPEG2000 str "Jpeg2000" JPEG2000 (JPX) encoding.

[Back to Model list] [Back to API list] [Back to README]