05-28-2025, 12:11 AM
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.
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.