I assume this is the method: http://tech.natemurray.com/2007/12/conv ... arent.html
Am unable to modify the code to make it work.
Search found 7 matches
- 2015-11-24T07:55:55-07:00
- Forum: Users
- Topic: Remove Background & Anti Aliasing.
- Replies: 2
- Views: 2144
- 2015-11-24T04:55:21-07:00
- Forum: Users
- Topic: Remove Background & Anti Aliasing.
- Replies: 2
- Views: 2144
Remove Background & Anti Aliasing.
Hello May I preface this post by stating I am extremely new to ImageMagik. I want to batch convert a large number of .psd to .psd and .png - and remove the background to leave the background transparent in the process. A friend who is handy at this sort of thing helped me to create this script ...
- 2015-11-20T07:11:15-07:00
- Forum: Users
- Topic: Batch convert .psd and make background transparent.
- Replies: 6
- Views: 2625
Re: Batch convert .psd and make background transparent.
No my apologies again. I want to fully remove the background from each .psd - leaving it transparent.
- 2015-11-20T07:10:26-07:00
- Forum: Users
- Topic: Batch convert .psd and make background transparent.
- Replies: 6
- Views: 2625
Re: Batch convert .psd and make background transparent.
Hi Snibgo. Thanks, will have a look and come back to you maybe. Cheers!
- 2015-11-20T05:38:35-07:00
- Forum: Users
- Topic: Batch convert .psd and make background transparent.
- Replies: 6
- Views: 2625
Re: Batch convert .psd and make background transparent.
Ah sugar, there you go - first issue with being so new to this. I copied the wrong code across. I meant $ convert *.psd -alpha transparent *.psd is what I mean. Sorry! Thanks for taking the time to respond.
- 2015-11-20T05:38:18-07:00
- Forum: Users
- Topic: Batch convert .psd and make background transparent.
- Replies: 6
- Views: 2625
Re: Batch convert .psd and make background transparent.
Ah sugar, there you go - first issue with being so new to this. I copied the wrong code across. I meant $ convert .psd -alpa transparent *.psd is what I mean. Sorry!
- 2015-11-20T05:20:42-07:00
- Forum: Users
- Topic: Batch convert .psd and make background transparent.
- Replies: 6
- Views: 2625
Batch convert .psd and make background transparent.
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 ...