# Functions
NewProcessor return the Processor instance.
# Structs
JPEGProcessor is the processor for JPEG images.
PNGProcessor is the processor for PNG images.
Processor is the abstract struct of processor.
# Interfaces
Engine is the interface of Processor.