I wrote a GIMP3 plug-in using ART as raw importer. This plug-in simply converts raw file to TIFF file with default setting and imports it to GIMP, and does not show UI. Actually Alberto wrote GIMP3.2 plug-in which imports raw to GIMP and is more useful. However as far it seems that it is now operationable in only Windows version in GIMP3.2 RC1, and anyway GIMP raw importing function itself is not available in Flatpak version because Flatpak version cannot detect raw converters in your system automatically.
My plug-in is operationable even in GIMP Flatpak version and I think it still makes sense to use it.
The download link is below.
To use this plug-in, install it to GIMP plug-in directory and make it executable, and in the plug-in set the appropriate path of ART-cli in your system.
Even for Windows, using ART-cli.exe is a great idea (itâs fast and doesnât require any ART knowledge).
Such a plugin would also be very useful for GIMP 2.10.38 (due to the lack of an ART option).
Using Gimp3.2.0 on MacOS, your plugin doesnât work for me. I installed the files in the Gimp plugin directory (I tried the 2 different locations that are set in the Gimp Settings) but the âImportâ file menu doesnât appear.
Hi,
I tried it on GIMP 3.2 RC1 in Mac OS 15.6 (ARM64) + ART Official build. However it operates normally. Would you run it in GIMP verbose mode and post the log here?
And please copy all files of the plug-in to the installation directory.
My attempt at ART in GIMP 2.10.38
I installed the plug-in, the latest version of ART
AND EFFECT:
GIMP Error
Call error for procedure âgimp-file-loadâ:
Error while opening the file C:\Users\zbign\OneDrive\Pulpit\FH9A0873.tif: No such file or directory
And I have C:\Users\zbign\OneDrive\Pulpit\FH9A0873.CR2
So, I copied your files into /Applications/GIMP.app/Contents/Resources/lib/gimp/3.0/plug-ins/import_raw_through_ART (two .py files and the locale folder), started Gimp in verbose mode and got this:
I found the reason.
Your script directory name is âimport_raw_through_ARTâ, however my script name is âimport_raw_through_ART_g3.pyâ, so you can solve the problem renaming script name to âimport_raw_through_ART.pyâ or directory name to âimport_raw_through_ART_g3â.
Would you please input following command from command line?
âC:\Program Files\ART\1.25.11\ART-cli.exeâ -tz -c -Y âC:\Users\zbign\OneDrive\Pulpit_1010259.ORFâ
And check if â_01010259.tifâ is created in the same directory.
And I confirmed that if ART is already set to import Nikon HE compressed Raw files, using this plug-in, you can directly import Nikon HE compressed Raw files to GIMP3.