Batch convert .psd and make background transparent.
Posted: 2015-11-20T05:20:42-07:00
Hello All,
I am looking to batch convert 300 x .psd files. The resulting output needs to be:
300 x .psd files with the alpha channel made transparent
300 x .png - flattened.
All files need to retain their original names (prefix).
Example of that I have been trying to combine something like this: $ convert file.psd -flatten file.png
with something like this: $ convert *.psd -alpha opaque *.psd
As stated - only started learning this stuff a few weeks ago so apologies if the above seems stupid!
I have navigated to the correct directory in Terminal. My question is how can I combine these operations to batch convert the files and output the ne .psd and .png with the original file prefix.
Thanks in advance.
I am very new to Unix. Using Terminal in OSX. Have installed Brew and ImageMagick:
Version: ImageMagick 6.9.2-6 Q16 x86_64 2015-11-19 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules
Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff xml zlib
I am looking to batch convert 300 x .psd files. The resulting output needs to be:
300 x .psd files with the alpha channel made transparent
300 x .png - flattened.
All files need to retain their original names (prefix).
Example of that I have been trying to combine something like this: $ convert file.psd -flatten file.png
with something like this: $ convert *.psd -alpha opaque *.psd
As stated - only started learning this stuff a few weeks ago so apologies if the above seems stupid!
I have navigated to the correct directory in Terminal. My question is how can I combine these operations to batch convert the files and output the ne .psd and .png with the original file prefix.
Thanks in advance.
I am very new to Unix. Using Terminal in OSX. Have installed Brew and ImageMagick:
Version: ImageMagick 6.9.2-6 Q16 x86_64 2015-11-19 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules
Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff xml zlib