Closed hhh062001 closed 8 years ago
HI, I´ve the same problem with PHP version 5.5.12. I´ve $jpeg_quality = 100. I´dont know, where is the problem. Original Cropped
I have solved the issue.
Add imageconvolution($original_img,array(array(-1,-1,-1),array(-1,16,-1),array(-1,-1,-1)),8,0); After imagecopyresample and before imagejpeg() Imageconvolution is used to sharpen the image
It is working fine on PHP version 5.3 and 5.4. But when i am using croppic on 5.6 then it is creating problem. After image crop the new image becoming blur.
Orignal Image
Cropped Image