I use ImageMagick with CLI, I have a bash script which converts all PSD files in a folder to PNG, everything works, expect, I can't seem to get information on the current layer being exported.
Here is the command:
Code: Select all
convert -dispose Background $PSDFILE -layers coalesce $PNGFILE
Thanks