hey guys, i remember having a photoshop action that takes a selection, grabs the pixels around it's edge, and duplicates them out around the selection, giving each selection island a pixel width of padding.
anyone know what i'm talking about, and where i can find this badboy?
Replies
duplicate the layer, add a gaussian blur filter with {padding:int} amount. No duplicate that new layer like 10 times and merge them together (ctr + j). Lastly put this merged layer under your original and you should have a extended pixel padding size of {padding:int} pixels.
it does exactly what renderhjs said: download it here, 6kb
duplicate layer below, Filter > Other > Minimum ... Radius: whatever you want.
Done!
This works just fine. The script warns you in advance that you cannot use an anti-aliased selection, keep in mind that the data you want to expand from also needs to have non-anti-aliased edges for it to work fine.
Thanks for the action Eric and Vrav.
Xnormal's filter is cool too, it lets you specify how much bleed you want. But it requires all the art to be on the same layer, and the empty areas need to be totally transparent in that layer.
I think I have a newer action that uses the alpha channel instead of an aliased selection. Same basic thing though.