Glow effect - not seamless?
Hi, me again
I just noticed a weird threshold with the glow effect. The strength field makes it seem that I can set a percentage value that gets translated to seamless levels of glow. But I noticed a hard jump at 12.5% strength (see below).
Is this always like this? Or did I run into a weird corner case? And are there any workaround to achive something in between?
I just noticed a weird threshold with the glow effect. The strength field makes it seem that I can set a percentage value that gets translated to seamless levels of glow. But I noticed a hard jump at 12.5% strength (see below).
Is this always like this? Or did I run into a weird corner case? And are there any workaround to achive something in between?
Comments
I quite often reduce the strength to 0, set the blur radius, and then duplicate the effect as many times as necessary to get just the right intensity.
As Sue suggests, using a value of 0 for the strength and ignoring it thereafter might be your best choice. A value of 0 makes the effect ignore the rather idiosyncratic Strength processing part of the algorithm.
For the extremely technically-minded, Strength is the number of high bits of alpha (opacity) to preserve in the image (0 to 8), mapped as a percentage from 0 to 100. There are 8 bits of alpha, so percentages 0 to 12.4999 map to the special "no effect" value, 12.5 to 24.999 preserves only the alpha high bit, 25-37.499 preserves the high two bits of alpha, and so on. For added confusion, because it's a number of bits, each range should have twice as many gradations as the previous one.
However, it's nice to know I'm not alone in sometimes having a battle with this feature, and that there's even a reason why it isn't behaving as the terms would suggest
This has been another of the enlightening (and useful) posts on the forums. I love when jslayton drops in to educate us.
Maybe a little graphic diagram and/or a text line note above or beside the Strength-value box would help?
Or do we just make the sort-of in-joke, When is a percent not a percent? When it's a Glow Strength value...