API Helper functions
mlapi.images.
ImageStorage
Contains methods for on-server images processing.
Path to a folder where the iages will be saved.
Function returning unique strings. `uuid.uuid4` by default
Function that opens files. `io.open` by default
Methods
save
Saves given image stream. Sets the extension basing on Content-Type.
Stream of bytes, Base64 coded image, FileStorage
Type of image sent e.g “image/jpeg”, “application/json” etc.