
I want to convert many psd to png output file.
So I use this commande line :
"nconvert.exe -xall -in psd -out png *.psd"
I also add this command "del *-0.png" // to remove useless files
Nconvert give nice result.
But I want to keep originals layers names of my psd files on the output file name.
Is it possible with a secret command line ?
thanks for all
