[wp-trac] [WordPress Trac] #39387: Responsive Images Broken When Full Size <= 300 px
WordPress Trac
noreply at wordpress.org
Sat Dec 24 22:13:38 UTC 2016
#39387: Responsive Images Broken When Full Size <= 300 px
--------------------------+------------------------------
Reporter: miqrogroove | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: 4.7
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by miqrogroove):
Still working my way down the rabbit hole. The WP_Error only gets thrown
when trying to resize to a size larger than full size.
In WP_Image_Editor_Imagick::resize() I've confirmed that the
Imagick::scaleImage() call is returning true and throwing no exceptions.
So, this is officially some kind of library problem.
{{{
imagick module version 3.4.1
imagick classes Imagick, ImagickDraw, ImagickPixel, ImagickPixelIterator
Imagick compiled with ImageMagick version ImageMagick 6.7.9-10
2016-05-05 Q16 http://www.imagemagick.org
Imagick using ImageMagick library version ImageMagick 6.7.9-10
2016-05-05 Q16 http://www.imagemagick.org
ImageMagick copyright Copyright (C) 1999-2012 ImageMagick Studio LLC
ImageMagick release date 2016-05-05
ImageMagick number of supported formats: 210
}}}
I think the next step is to try to disable Imagick? Maybe after the
holiday. Oy.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/39387#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list