• Hi,
    I couldn’t crop due to an error returned in lib/ManualImageCrop.php on line 229:

    no encode delegate for this image format constitute.c/WriteImage/1114

    Had to change the line 229:
    $img->save($dest_path);

    ..to:
    $img->save(preg_replace('#^(https?://'.preg_quote(preg_replace('#^(https?://)#i', '', $uploadsDir['baseurl']), '#').')#i', $uploadsDir['basedir'], $dst_file));

    Hope it can help someone, cheers

    https://www.ads-software.com/plugins/manual-image-crop/

  • The topic ‘Crop didn't work’ is closed to new replies.