The Simple Export Plugin is a GIMP plugin that simplifies the process of exporting images. Currently, it only supports exporting as JPG. It uses default settings and avoids any dialogs, making the export process quick and efficient.
- Exports the active image as a JPG file with default settings (Except quality is set to 100%).
- Automatically determines the save location based on the project directory and the active layer's name.
- Ensure you have GIMP 3.0 installed.
- Place the
simple_exportfolder (NOTE: The python script must be nested inside a folder calledsimple_exportor GIMP won't load it) in your GIMP plugins directory:- On Windows:
C:\Users\<user>\AppData\Roaming\GIMP\3.0\plug-ins - On Linux/Mac:
~/.config/GIMP/3.0/plugins
- On Windows:
- (If on Linux/Mac) Make the script executable:
chmod +x ~/.config/GIMP/3.0/plug-ins/simple_export/simple_export.py
- Open an image in GIMP.
- Navigate to File > Simple Export > Simple Export JPG.
- The plugin will export the image as a JPG file:
- It will use the project directory and the active layer's name.
- The quality is set to 100%.