Hi,
I have written new Python plug-in for GIMP3. This is “ART editing plug-in for GIMP3”. It is a plug-in, like G’MIC-Qt, using raw processor ART as external editor of GIMP.
Generally, when using GIMP and Raw Processor together, it is common to process the image in Raw Processor first, and then perform edits that cannot be done in Raw Processor. However, when restoring and editing severely faded negative film images, I often use ImageJ and GIMP first to perform rough image restoration, and then use ART for the final edits. I developed this plugin for this workflow.
Also, this plugin enables you to use ART’s excellent features on GIMP without changing applications.
Of course, if you haven’t installed ART on your system yet, you’ll need to install it before installing this plug-in.
In installation this plug-in, you should edit config.ini in the installation directory to be appropriate to your environment. The default values are as follows.
[ART path on Windows]
COMMAND_NT;C:\\Program Files\\ART\\1.26.1\\ART
[ART path on Linux]
COMMAND_LINUX;/home/username/Programs/ART/ART
[ART path on Mac OS]
COMMAND_DARWIN;/Applications/ART.app/Contents/MacOS/ART
[Temp file bit depth]
TMP_FILE_BITDEPTH;16
# TMP_FILE_BITDEPTH specify temp file bit depth.
# The value of TMP_FILE_BITDEPTH must be 8, 16 or 32
[ART edited result pasted as layer]
IMPORT_AS_LAYER;False
# The value of IMPORT_AS_LAYER must be True or False
[Delete ART sidecar files]
DELETE_ARPS;False
# The value of DELETE_ARPS must be True or False
With IMPORT_AS_LAYER parameter, you can select importing ART edited result as new image or new layer of existing image. Default value is False (importing as new image).
With DELETE_APRS parameter, you can select keeping or deleting edited sidecar files. Default value is False (keeping sidecar files). Side car files will be made in the same directory of original image file.
After installation of this plug-in, you can start it from menu [Filters] > [ART Editing Plug-in…].
And it shows ART editing dialog.
After your editing, close the ART dialog and it will make edited image and import the image into GIMP as you specified in config.ini.
If you use it on GIMP3 flatpak version, you should start GIMP with “—socket=session-bus” option, and ART must be non-flatpak version, as flatpak does not support cli utilities.





