Search found 2 matches
- 2019-08-31T15:14:46-07:00
- Forum: Users
- Topic: Adding a colored aura around an image
- Replies: 7
- Views: 18535
Re: Adding a colored aura around an image
The problem with adding an aurora around an image with transparency is that you will have to modify the transparency so that it is not fully transparent and fades. So you need to invert your gradient (so that it fades to black at the edges) and combine the gradient with the old alpha channel. http ...
- 2019-08-31T14:23:29-07:00
- Forum: Users
- Topic: Adding a colored aura around an image
- Replies: 7
- Views: 18535
Adding a colored aura around an image
I am currently trying to add an aura around an image using magick. Here is the test image I am using as the input https://puu.sh/EbTDV/5d59922069.png I have a somewhat working solution at the moment using this command: magick -limit thread 1 books.png books.png ( +clone -alpha extract -blur 0x50 ...