I have problem with GD - it creates blurry images on my dotdeb nginx+fpm server. I checked phpinfo and the difference is that the working servers show "libjpeg version: unknown". This faulty one shows "libjpeg version: 8". see this diff (please note that the exact same code works fine on localhost and apache and breaks on nginx)
Is there a way how to use dotdeb php5-gd without libjpeg (as I do on my Apache server and on localhost), that works fine. Or is is because of a wrong configuration somewhere else?