Interface ImageEncoder
access this type via: media.image.ImageEncoder (provides, requires or uses)
--- semantic variants: jpg, bmp, png
This API supports encoding of a general pixel map into a specific image format. Use one of the semantic variants of this interface to select an image format.
ImageEncoder()
Instantiate an image encoder.
Load an image from a given file object.
Save the pixel map help by this object to a given file object.
Get the pixel map held by this object.
Set the pixel map held by this object.