Search found 1 match

by JACLEMGO
2018-02-13T02:15:44-07:00
Forum: Users
Topic: Convert PSD to PNG keeping layer names.
Replies: 1
Views: 1738

Convert PSD to PNG keeping layer names.

Hi, first post here.

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:
convert -dispose Background $PSDFILE -layers coalesce $PNGFILE ...