Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter estr

    (@estr)

    Sorry about double posting!

    Initially, my first posting for some reason disappeared, or rather it did not appear at all, even though I could see it in my profile, from which it vanished half a minute later… so I typed another one.

    i have same problem – > ImageMagick Engine 1.5.1 … on two independent installation / system

    in plugin settings -> Image engine: Imagick PHP module

    at row 416 … 417

    if ( method_exists( $im, 'setImageOpacity' ) )
    		//	$im->setImageOpacity( 1.0 );
    
    change code to
    if ( method_exists( $im, 'evaluateImage' ) )
    		//	$im->setImageOpacity( 1.0 );
    	 	$im->evaluateImage(Imagick::EVALUATE_MULTIPLY, 1.0, Imagick::CHANNEL_ALPHA);
    Thread Starter estr

    (@estr)

    This is great!
    Thank you so much for sharing this fix SodaBicarbona!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Transparency / alpha issue’ is closed to new replies.