Image Processor
Builtin general purpose images processor. It can handle both vector and bitmap based graphics.
Internally it uses Java's javax.imageio package with com.twelvemonkeys SPI plugins to extend the functionality to other formats such as WebP and TIFF.
See also
Functions
This is when you want the processor to just read a file and return an in memory version. You can then take the return value and do whatever you want with it. By default, it will throw NotImplementedError.
Checks whether type can be processed by this processor.
Tries to detect the FileFormat of input using mediumKey and targetedFormats. This mechanism is thus implemented per basis for each processor.
Processes input with an optional input file type fromType. If fromType is null, then the implementor should call detectFileType to grab that format.
Returns the targeted formats provided in Public.MEDIUMS using the internal Processor.mediumKey