Registered Member
|
Hi,
I generate .exr from blender. Those exr return black images in image magic, gimp, xn view... Only krita manages to read them correctly. I need to convert theese exr to psd. Is it possible to make a script in krita to batch convert all my exr to psd? Thanks for your help. |
KDE Developer
|
You don't need a script, you can use Krita's commandline options to convert images and use that in a shell script.
|
Registered Member
|
+1 with @Halla
Check the documentation about command line here: https://docs.krita.org/en/reference_man ... _line.html I haven't tested, but based on the documentation, the command line you are looking for might be:
|
Registered Member
|
Hi,
Thank you for responding I have seen the documentation. Is it possible to convert all the files.exr in a specified folder to files.psd have a nice day |
Registered Member
|
If you are familiar with Python, it is certainly possible to make that in Krita.
Here i'm not, so I would use command line for that. Once you have the command line for a single convert, you can write a Bash script loop to automatize the task to multiple files. Here is a quick example, (not tested).
Save this code in your directory with all your exr frames as a exr-to-psd.sh text file. Give this file permission execution ( chmod +x exr-to-psd.sh ) . Then execture the script in the directory ( ./exr-to-psd.sh ). |
Registered Member
|
tHANKyou Deevad for all,
I will make a try and we will see. PS: je suis ton travail et toutes les infos que tu donnes sur le libre depuis pas mal d'années déjà et je trouve ça super! |
Registered users: bancha, Bing [Bot], Google [Bot], Sogou [Bot]