You can use two methods of creating thumbnails. PHP built in GD library or Image magick utility. If you have imagemagick installed and already use filters for thumbs post processing, you could better switch to imagemagick directly. Resulting thumbs will be sharper and lower compressed. Don't forget to higher image compression under Settings>Groups>Edit>Quality of pictures: to 85 instead of 90.
Все в отквоченном и написано. Лучше использовать imagemagick. Т.к. он лучше обрабатывает и дает лучшее качество при большей компрессии. Не забудьте только сменить процент сжатия с 90 до 85.
В реальности так оно и есть. gd старая разработка, долгое время вообще мало что умел. Сегодня он в виде обновленного gd2 идет с php, но imagemagick все равно дает лучший результат.