When I resize a large image, I get a 1-pixel wide strip around the resized image which anti-aliases with the background. How do I stop this from occuring?
#1
It would help if you explain in more detail. You say, "resize things." I suspect no one really knows, (I don't), if you're referring to image resampling, (up or down), layer/selection transformations, type size, etc. I'm also not sure what you mean by "with the background" when you refer to anti-aliasing. If you offer some clarification, hopefully someone can help.
#2
You can change the default interpolation method in preferences. Choose Nearest Neighbour for no anti-aliasing.
You may want to change it back to Bicubic when you´re done, however.
Mathias
#3
That worked great, thanks!
#4