Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Does Windows 7 mess with your small tiled background wallpaper?

Writer Sebastian Wright

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?

2 Answers

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.

1

Windows 7 transcodes the wallpapers before applying them. You could try to add the wallpaper directly in the registry:

[HKEY_CURRENT_USER\Control Panel\Desktop]
"WallPaper"="X:\\path to your\\wallpaper.bmp"
"WallpaperStyle"="0"
"TileWallpaper"="1"

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy