Hello,
I have a very simple black and white image that I will use as a mask.  I would like to blur the image to smooth the hard edges.  But I do not want the black parts of the image to get any lighter.  I only want the white parts to get darker.  Is there an easy way to do that?
Thanks
			
			
									
						
										
						I need a little help with blurring
- 
				bobhwantstoknow
- Posts: 8
- Joined: 2016-02-23T14:17:23-07:00
- Authentication code: 1151
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: I need a little help with blurring
-blur 0xsigma -level 50x100%
or
-blur radiusx65000 -level 50x100%
for a proper linear blur that the -level can split at the halfway part
			
			
									
						
										
						or
-blur radiusx65000 -level 50x100%
for a proper linear blur that the -level can split at the halfway part
- 
				bobhwantstoknow
- Posts: 8
- Joined: 2016-02-23T14:17:23-07:00
- Authentication code: 1151
Re: I need a little help with blurring
This works great.  Thankyou.
			
			
									
						
										
						