Photoshop pixel bleeding

Hi guys! I’ve been working on modelling and uv-unwrapping two characters that are ready for texturing now. But before I will texture them, I just wanted to make sure that it is possible to bleed your textures past UV borders to avoid seams in the final textured model. I’ve heard people saying that it is possible to expand the UV borders in Photoshop using the maximum and/or minimum filters, but I’m not sure how because the entire texture moves and offsets a few pixels.

Is there any different or a more different explanation of doing this in Photoshop?

Thank you!

One of the new paint system features in Blender 2.72 will be a parameter that bleeds the image being painted past the UV edges. You will need to download a buildbot build if you want to use it now.

Sorry if you’re not looking for that, just informing that you might not need to do as much painting outside of Blender in the near future.

Sounds Great! That’s pretty much what i’m looking for. But can it do that with a texture that was already created and imported into Blender?

I believe this is for when you’re actually painting on the mesh itself (ie. not implemented as a 2D image operation in the UV window).

Okay, well I need to bleed the borders of the texture after it’s finished. Thank you though.

from lost but cached page on polycount :
http://webcache.googleusercontent.com/search?complete=0&hl=en&q=cache:6bugMiOk7OsJ:http://wiki.polycount.com/EdgePadding%2Bphotoshop+bleed+texture&gbv=1&&ct=clnk

Photoshop has several methods for edge padding:

[Solidify](http://www.flamingpear.com/goodies.html#solidify)
Solidify is a free filter that pads out the edge pixels and blurs them together.

Filter > Other > Maximum.
Before running the filter, fill the empty areas with black, and make a non-anti-aliased selection of the empty areas. Beware that when the padding overlaps itself, it does so additively, over-brightening the pad colors.

Xnormal has a Dilation filter that works well.
Before running the filter, make sure the UV shells are together on a single RGB layer, and the gutters are transparent (deleted).

Eric Chadwick has an Action called [UV padding from Alpha](http://www.ericchadwick.com/examples/files/UV%20padding%20from%20Alpha.zip) that adds an 8-pixel edge pad.
The Action is slow, but it greatly reduces pixel-streaking and is non-destructive. Before running the filter, make sure you have a non-anti-aliased alpha channel, with white shells and black gutters.

Thank you! Really helpful stuff!