I have applied motioned blur (from right to left) on an image that is partially transparent (background none). The motion blur is applied just the way I like except for a the black color at the beginning edge of the blur. I understand that there is no pixels to blur...but how do I get ImageMagick to use white instead of black?
I was hopeful using "-virtual-pixel white" abut that had no effect.
I appreciate any help. Thank you.
https://drive.google.com/file/d/0Bz2HBB ... sp=sharing
https://drive.google.com/file/d/0Bz2HBB ... sp=sharing
Use white color for virtual pixel on Motion blur
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Use white color for virtual pixel on Motion blur
Please supply the command you used.
There are pixels to blur, but they are transparent-black. That is probably the problem. Try inserting "-background White -alpha Background" to make them transparent-white.
There are pixels to blur, but they are transparent-black. That is probably the problem. Try inserting "-background White -alpha Background" to make them transparent-white.
snibgo's IM pages: im.snibgo.com
Re: Use white color for virtual pixel on Motion blur
That worked! Thanks Snibgo!