Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
photo_tom  
#1 Posted : Monday, March 29, 2004 4:48:00 AM(UTC)
photo_tom

Rank: Member

Groups: Member
Joined: 11/27/2003(UTC)
Posts: 29

I'm trying to create an effect that amounts to burned in corners of pictures.

I thought that using an alpha mask to do this would be the easiest way to do this. I thought that i could do this with a gradient fill on the alpha layer, but information on gradient fills is kind of minimal in help files.

Therefore, I was thinking that the only way to create this kind of mask would be to draw a hard edged ellipses on the alpha layer, then blur it. I could then use the result as my blending mask.

Is there an easier way to create the mask?

Tom Thorp

Still waters, great photos

Fedor  
#2 Posted : Monday, March 29, 2004 7:02:00 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Graphics Mill does not have direct support of gradient fills. So you are right - the only way to create it is to draw some shape and blur it.

So the algorithm is the following:

  1. Create empty image (the same size as target image)

  2. Draw ellipse, or something else

  3. Blur it

  4. Convert to grayscale

  5. Replace alpha channel with this image (using objBitmap.Channels.AddAlpha if no alpha is available, or objBitmap.Channels.Replace if it is already presented)

You can also prepare the mask beforehand.

But it is possible simplier ways is applicable to you:

Adding Vignette topic

Creating Artistic Thumbnails topic

Edited by user Tuesday, December 15, 2009 10:20:20 AM(UTC)  | Reason: Not specified

Best regards,

Fedor Skvortsov

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.