Search found 1 match
- 2014-07-11T04:04:42-07:00
- Forum: Users
- Topic: recursive transparency (windows commandline)
- Replies: 1
- Views: 1505
recursive transparency (windows commandline)
Dear list, I am a brand new ImageMagick user (working in Windows 7) so forgive my ignorance but I would like to recurse this command to convert the background of a png to transparent, overwriting the original files (rather than copying to a new folder) FOR %G IN (*.png) DO convert %G -transparent ...