Gimp Plug-in using ART as raw editor-importer

Hi,
I have updated this plug-in that allows users to use ART Flatpak version as client program.

To use ART Flatpak version as client program, you need to modify the description in config.ini file as below.

[ART directory path on Linux]
COMMAND_LINUX;flatpak run us.pixls.art.ART

And I keep JPEG-XL compressed dng support in this version, but it is not stable so I will remove the support when ART will use libraw ver. 0.22 which supports JPEG-XL compressed dng.

Hi,
I updated this plug-in (ver. 0.5).

Revised points are…
1) It allows file names which contains space or parenthesis, even if users use ART flatpak version.

2) Improved error handling.

And I also dropped JXL compressed dng support, because ART next version (1.26.2) will natively support JXL compressed dng as libraw starts to support it.

I have updated this plug-in (ver. 0.5a).

In this version, I have fixed bug in error processing of ARTsubprocess.py.