I have python code that needs to do just a couple simple things to photographs: crop, resize, and overlay a watermark. I\'ve used PIL, and the resample/resize results are TERRIB
PIL can do good resizing. Make sure your source image is in RGB mode, not palette colors, and try the different algorithm choices.