Viewing 1 replies (of 1 total)
  • Can you disable image compression, re-upload clean image and try cropping it?

    To disable compression, just add this to your theme’s functions.php file:

    add_filter('jpeg_quality', function($arg){return 100;});

    Let me know if that helps or not.

    ^V

Viewing 1 replies (of 1 total)

The topic ‘Cropped images get corrupted’ is closed to new replies.