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
I've used PIL, and the resample/resize results are TERRIBLE.
They shouldn't be, as long as you:
quality=
level to something appropriate when saving JPEGs (the default is quite low)