[wp-trac] [WordPress Trac] #29468: Editing an images doesnt show image.
WordPress Trac
noreply at wordpress.org
Wed Sep 3 13:27:05 UTC 2014
#29468: Editing an images doesnt show image.
--------------------------+------------------------------
Reporter: jochemdu | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Media | Version: 3.9
Severity: normal | Resolution:
Keywords: dev-feedback | Focuses:
--------------------------+------------------------------
Changes (by jochemdu):
* keywords: reporter-feedback => dev-feedback
Comment:
HI,
You are correct in both assumptions!
Version assumptions are correct (sorry it was late :))
And i had to install (after testing with a simple script) one of the image
libraries, went for imagick.
if(extension_loaded('gd')) {
print_r(gd_info());
}
else {
echo 'GD is not available.';
}
if(extension_loaded('imagick')) {
$imagick = new Imagick();
print_r($imagick->queryFormats());
}
else {
echo 'ImageMagick is not available.';
}
You can close the ticket since its an environment issue. Is there any test
available that i can call to check for missing components? (Would be handy
after an installation).
--
Ticket URL: <https://core.trac.wordpress.org/ticket/29468#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list