Viewing 1 replies (of 1 total)
  • Thread Starter hussong

    (@hussong)

    Replying to myself here, since I found the old (and still valid) solution again to make ImageMagick Engine 1.5.2 play nice with WP 4.4:

    In imagemagick-engine.php, line 761, change

    if (!gd_edit_image_support($post->post_mime_type))

    to

    if (!wp_image_editor_supports(array(‘mime_type’ => $post->post_mime_type)))

    and it’ll work.

Viewing 1 replies (of 1 total)
  • The topic ‘Still works, but throws a Notice’ is closed to new replies.