Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Converting python plugin-in shellout.py from gimp 2.x to 3.x
#21
(03-26-2025, 10:47 PM)iiey Wrote:
(03-26-2025, 08:01 PM)Zbyma72age Wrote: Zainstalowałem i przetestowałem GIMP 3.0.2, działa, ale na razie są dwa problemy
 NDE i HDR nie działają.
Współpracy z innymi programami na razie nie sprawdzałem.
Pozdrowienia i dziękuję

Hi Zbyma72age,
Thank you for testing out, we use the old Google Nik Collection that is still out there on the internet. The "HDR Efex Pro 2" alone has an issue, that it cannot save the processed image back to the input image, you can also test it by running the program directly:
Code:
C:\Program Files\Google\Nik Collection\HDR Efex Pro 2> & './HDR Efex Pro 2.exe' MY_INPUT_IMAGE.jpg
The "Save" button not work, only "Save Image as...", but it breaks the workflow of this plugin, unfortunately.
One stupid workaround is, you could input the path "C:\Users\YOUR_USERNAME\AppData\Local\Temp\tmpNik.jpg" by "Save Image as..." manually and click "Save".


Regarding the issue with "HDR Efex Pro 2", I updated the script (v3.0.3) so that it handles the output of this program automatically.

Side note: you will still have this problem if you configure your ~/Documents path other than windows default setup.
In that case you can either use above workaround or specify your real Documents path in the script here additionally then try again in GIMP (readme with troubleshooting section is updated).
Reply


Messages In This Thread
RE: Converting python plugin-in shellout.py from gimp 2.x to 3.x - by iiey - 03-30-2025, 01:24 PM

Forum Jump: