01_user_documentation:03_interacting_with_groimp:14_io
This is an old revision of the document!
Table of Contents
I/O filters
This section present the different elements used to interact with a file from GroIMP. The management of a type of file in GroIMP is handled by the three java objects:
- The
Filetypelinks the extension types and theMimetype. - The
Mimetypedefines how GroIMP detect this object type. It links theFiletypewith theFilter. It follows the java description object Multipurpose Internet Mail Extension (MIME). - The
Filterdefines how the object should be loaded.
FileType
The Filetype links the extension types and the Mimetype.
MimeType
The Mimetype defines how GroIMP detect this object type. It links the Filetype with the Filter. It follows the java description object Multipurpose Internet Mail Extension (MIME).
Filter
The Filter defines how the object should be loaded.
01_user_documentation/03_interacting_with_groimp/14_io.1763740867.txt.gz · Last modified: 2025/11/21 17:01 by gaetan
