Phil,

For future reference, in PSP you need to increase color depth to 16M (24 bit) before doing the resize operation. If you do a resize on a 256 color (8 bit) image it will use "pixel resize" instead of "bicubic resample". Pixel resize does make it look like crap.

-Jeff