Hi,
I am studying how grass is made in the standard package and I would like more information on why the grass.psd ( and all other similar textures in other resources) have one layer with the edge bleeding few dozens of pixel?
Why is that and if this is necessary, what is the technic or photoshop filter to achieve this?
thanks,
Jean
2 Answers
2
This filter is an edge dilation filter, probably Solidify by Flaming Pear (available from this page as part of the free plugin package.)
Edge dilation prevents fringing on alpha blended materials. Fringing is when linear interpolation causes the colour of transparent pixels to be visible at the edges of opaque areas. It is usually white, and looks like something has been crudely cut out of a magazine.
As Daniel said, Solidify will do the trick. You can download it here:
http://www.flamingpear.com/download.html
Look for "Free Plugins" it is the 5th from the bottom.
Cheers
==
Thanks Daniel, I guess it's a precaution measure depending on the graphic card maybe cause I made the same grass without this edge dilation and I see no difference as a result on my machine.
– Jean-FabreIf you're using bilinear filtering and alpha blending, solidify definitely matters. Photoshop does its own solidify when saving PNGs, but it's not as thorough.
– Daniel-Brauer