Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #36534, comment 25


Ignore:
Timestamp:
04/23/2016 06:54:54 AM (9 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36534, comment 25

    v1 v2  
    22
    33on functions.php on theme add this
    4 
     4{{{
    55add_filter( 'wp_image_editors', 'change_graphic_lib' );
    66
     
    88return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' );
    99}
    10 
     10}}}
    1111____
    1212
    1313or add this line on .htaccess
    14 
     14{{{
    1515SetEnv MAGICK_THREAD_LIMIT 1
    16 
     16}}}
    1717
    1818https://wordpress.org/support/topic/http-error-when-uploading-images-17?replies=18