• Exactly what I was looking for!

    For everyone else, who is looking to improve quality you should open ManualImageCrop.php file and there find the number 80:

    if ($ext == “gif”){
    imagegif($dst_img, $dst_file);
    } else if($ext ==”png”){
    imagepng($dst_img, $dst_file);
    } else {
    imagejpeg($dst_img, $dst_file, 80);
    }

    Change it to 100

  • The topic ‘Very useful plugin’ is closed to new replies.