How can I make the border of shapes smoother, without re-touching it in detail ?

Is there any Photoshop advanced functionality doing it automatically ?

See example: http://dl.dropbox.com/u/72686/border.png

thanks

link|improve this question

feedback

migrated from stackoverflow.com Apr 12 '10 at 12:57

This question came from our site for professional and enthusiast programmers.

3 Answers

up vote 2 down vote accepted

A gaussian blur of about 1.5 pixels might be what you need.

link|improve this answer
3  
And to be really paranoid, mask it off first. – Peter M Apr 12 '10 at 17:47
feedback

Some blur, perhaps combined with median filtering. But typically this problem comes from a bad resampling or rasterizing (forgot to check "antialiasing?"), and then it's a little too late to fix it.

link|improve this answer
feedback

Your only hope there is to re-draw it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.