01-13-2022, 09:32 PM
Hello. I would like to mass export a folder of PSD files into PNG files
How can I do that?
I use windows 10 x64
Gimp version is 2.10.30
How can I do that?
I use windows 10 x64
Gimp version is 2.10.30
How to mass export PSD files into PGN files?
|
01-13-2022, 09:32 PM
Hello. I would like to mass export a folder of PSD files into PNG files
How can I do that? I use windows 10 x64 Gimp version is 2.10.30
01-13-2022, 10:44 PM
01-14-2022, 08:23 AM
(01-13-2022, 09:32 PM)MonsterMMORPG Wrote: Hello. I would like to mass export a folder of PSD files into PNG files Typically, you would use a shell script (.BAT for you) that uses ImageMagick, that would be easier and faster then using Gimp.
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
01-14-2022, 09:12 AM
(01-14-2022, 08:23 AM)Ofnuts Wrote:(01-13-2022, 09:32 PM)MonsterMMORPG Wrote: Hello. I would like to mass export a folder of PSD files into PNG files Could you share that .BAT file? |
« Next Oldest | Next Newest »
|