Re: [flexcoders] Re: Adding stroke to text or bitmap at runtime

2012-08-03 Thread dorkie dork from dorktown
I discovered that using the DropShadowFilter with the right settings gets really close to the border stroke created by the effects filters in Photoshop. I mean it's like 95% accurate. I've posted examples (comparing bitmap from photoshop and a live BorderStrokeFilter on my site http://bit.ly/OP10l6

[flexcoders] Re: Adding stroke to text or bitmap at runtime

2012-04-28 Thread Alex H
There are edge detection algorithms. You might need something like that. The glyph information would be better, but I don't think it is available. --- In flexcoders@yahoogroups.com, dorkie dork from dorktown wrote: > > The picture I linked is not that clear. Here is a clearer picture and the