Search found 3 matches
- 2018-03-01T18:13:13-07:00
- Forum: Users
- Topic: Fading image edges
- Replies: 6
- Views: 7383
Re: Fading image edges
Thanks again. ImageMagick is a lifesaver for batch processing large numbers of pictures.
- 2018-03-01T11:28:09-07:00
- Forum: Users
- Topic: Fading image edges
- Replies: 6
- Views: 7383
Re: Fading image edges
As snibgo mentioned, there are many ways to achieve this result. Here's a variation that can run from a bash command line and should work on almost any IM version at least as far back as 6.7.7-10... convert input.png -bordercolor black -fill white \ \( -clone 0 -colorize 100 -shave 10x10 -border ...
- 2018-03-01T09:30:13-07:00
- Forum: Users
- Topic: Fading image edges
- Replies: 6
- Views: 7383
Fading image edges
This should be really easy. All I need to do is fade the outside edges of a bitmap (no edge or shape detection required). I'd like to go from solid to fully transparent within a 20 or 30 pixel region along the outer edge. Like this http://www.quickpicturetools.com/en/blur_edges/example_en_blur_edges ...