@snibgo
That sort of works... it just seems to make several copies of the results, plus some files which only contain shadows. And the original files remain intact.
Search found 4 matches
- 2013-09-19T13:18:50-07:00
- Forum: Users
- Topic: Drop shadows
- Replies: 7
- Views: 7173
- 2013-09-19T12:24:05-07:00
- Forum: Users
- Topic: Drop shadows
- Replies: 7
- Views: 7173
Re: Drop shadows
Yeah, sorry, but I can't figure it out.
In other words.. can anyone write it for me?
In other words.. can anyone write it for me?
- 2013-09-19T12:01:46-07:00
- Forum: Users
- Topic: Drop shadows
- Replies: 7
- Views: 7173
Re: Drop shadows
Ok, so this
gives me what I want for one image. All I need is how to apply it to an entire folder.
Of course, any other suggestions on a better command would be welcomed.
Code: Select all
convert image.png ( -clone 0 -background black -shadow 80x3+0+8 ) -reverse -background none -layers merge +repage image.png
Of course, any other suggestions on a better command would be welcomed.
- 2013-09-19T11:48:18-07:00
- Forum: Users
- Topic: Drop shadows
- Replies: 7
- Views: 7173
Drop shadows
Hi, Can anyone give me the commands to apply drop shadows to series on transparent png images? Basically, I want the script to go through all the png files in a folder, apply a drop shadow effect and then save and overwrite the previous image (which has no shadows). I'd like the commands for Windows ...