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
#57
Hi all,

I made nikplugin.py version 3.20 work on my PC, but one thing I wish to change. Instead of export in jpg, is it possible to change it to tif?

temp_path = os.path.join(tempfile.gettempdir(), f"tmpNik_{i}.jpg")
temp_files.append(temp_path)

changing here from tmpNik_{i}.jpg to tmpNik_{i}.tif kind of works. It will import TIF into Nik Collection program, I can save it as TIF there, but when Gimp import that file back, it's really tiny, like thumbnail. I have no idea, how to fix that.


Thanks.
Reply


Messages In This Thread
RE: Converting python plugin-in shellout.py from gimp 2.x to 3.x - by alderon - 05-28-2025, 12:11 AM

Forum Jump: