Please correct me if I'm wrong but i'm under the impression that resizing of the thumbnails and display images is done with ordinairy resize functions of e.g GD. The display images and thumbnails could be greatly improved in quality if they weren't
resized but
resampled (e.g. with the bicubic algorithm), these functions should probably also be available in GD or imagemagick. This would prevent aliasing artifacts in the images.
BTW thanx for the 1.11.9 release, keep up the good work

greetings,
Tom