I have a little pixel-perfect pattern image that I made. It's a 32x32 PNG image intended as a tiled desktop background / wallpaper. I use it on my Mac OS X and Windows Vista installs.

When I use it in Windows 7 as a tiled background, it looks messed up. It's no longer pixel-perfect and looks like it has some kind of filtering or moiré effect going on.

What's happening here?

link|improve this question

25% accept rate
feedback

1 Answer

It probably doesn't 'cut off' extra tiles on the border but rounds count of tiles to screen width/height and then scales it to real screen size.

Creating an image with size of your screen and tiling it in any graphical editor will surely work anyway.

link|improve this answer
I'll try that. That's annoying if true - I guess everyone must be all about big distracting photos/images rather than nice patterns these days! – f100 Jan 29 '10 at 10:58
feedback

Your Answer

 
or
required, but never shown

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