core\core library

Classes

AutoImgCore
FileFormat
describes a single instance of a file format, for example, the WAV audio format is an uncompressed audio format.
FolderRegistry
FormatMedium
a format medium describes a group of file formats that are related to each other, for example ImageMedium hosts all of the file formats that represent general (bitmap) based images.
Job
an instance created by a job dispatcher which represents a user specified action to run
JobDispatcher
a basis for all job dispatchers (shit that produces jobs as children)
OutputNameBuilder
a generator class for helping with producing proper output names
RoutineOrder<E extends FormatMedium>
RoutineParticipant
this is the main conversion manager where it dispatches routine orders to the correct routine processor that matches that format
RoutineProcessor<E extends FormatMedium>

Enums

JobStatus

Typedefs

OutputPathHandler = String Function(String inputPath, FileFormat outputType)