How to switch to ImageMagic ?

Hi,

in inc/images.inc.php and inc/classes/BxDolImageResize.php

I see

$gdInstalled = extension_loaded( 'gd' );
$use_gd = getParam( 'enable_gd' ) == 'on' ? 1 : 0;

and

 var $_isUseGD; // use GD library or command line ImagMagic utilites

    function BxDolImageResize() {
        $this->_isUseGD = getParam('enable_gd') == 'on' && extension_loaded('gd') ? true : false;
    }

 

How can I switch to ImageMagic ?

Thanks

Quote · 21 Jul 2012

in admin panel->settings->variables

uncheck GD option

so much to do....
Quote · 21 Jul 2012

Hi,

Ok it works fine except for animated gifs it tells

PHOTO UPLOAD FAILED (PHOTO ERROR)

Is there a way to fix that ?

Thanks

Quote · 21 Jul 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.