Need proper fix, by making option to not use Imagick but GD instead. Workaround to force GD instead of Imagick is as follows:
Index: lib/images/images.php =================================================================== --- lib/images/images.php (revision 35491) +++ lib/images/images.php (working copy) @@ -14,13 +14,13 @@ // This assumes imagick is better than gd (which does not handle transparency in gray PNG), so try to find it first // $detected_lib = ''; -if ( class_exists('Imagick') ) { - $detected_lib = 'imagick_new'; // Imagick 2.x -} elseif ( function_exists('imagick_rotate') ) { - $detected_lib = 'imagick_old'; // Imagick 1.x -} elseif ( function_exists('gd_info') ) { +//if ( class_exists('Imagick') ) { +// $detected_lib = 'imagick_new'; // Imagick 2.x +//} elseif ( function_exists('imagick_rotate') ) { +// $detected_lib = 'imagick_old'; // Imagick 1.x +//} elseif ( function_exists('gd_info') ) { $detected_lib = 'gd'; // GD -} +//} if ($detected_lib != '') { // Load the detected lib
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |