# Functions
BMPEncoder returns an encoder to BMP.
JPEGEncoder returns an encoder to JPEG given the argument 'quality'.
Open loads and decodes an image from a file and returns it.
PNGEncoder returns an encoder to PNG.
Save creates a file and writes to it an image using the provided encoder.
# Type aliases
Encoder encodes the provided image and writes it.