Go to
{yours host}/administrator/components/com_vehiclemanager/
Open admin.vehiclemanager.php
line 1455, 1458, 1465,1472
code $file = imagecopyresized($tn, $source, 0, 0, 0, 0, $w_70, $h_70, $width, $height);
change to $file = imagecopyresampled($tn, $source, 0, 0, 0, 0, $w_70, $h_70, $width, $height);
Save it. That is it.
It works like a charm.