01-14-2022, 08:50 AM
If you want a GUI then try XnViewMP There are installers here: https://newsgroup.xnview.com/viewtopic.php?f=82&t=42885
Looks like this: https://i.imgur.com/PDiTKTC.jpg
One problem with PSD files is, they are more often than not multi-layer, and png are single layer. What you get, might not be a true flattened image.
When it comes to ImageMagick it looks straight forward, a command magick in.psd out.png
....unless there are multiple PSD layers where you get a series of files out-0.png , out-1.png , out-2.png ...out-n.png
Looks like this: https://i.imgur.com/PDiTKTC.jpg
One problem with PSD files is, they are more often than not multi-layer, and png are single layer. What you get, might not be a true flattened image.
When it comes to ImageMagick it looks straight forward, a command magick in.psd out.png
....unless there are multiple PSD layers where you get a series of files out-0.png , out-1.png , out-2.png ...out-n.png