Error Exception Imagick::paintTransparentImage method is deprecated and it's use should be avoided

IMagick is a native PHP extension to create and modify images using the ImageMagick API. ImageMagick Studio LLC did not write nor does it maintain the IMagick extension, however, IMagick users are welcome to discuss the extension here.
Post Reply
zocheyado
Posts: 1
Joined: 2016-03-25T13:50:32-07:00
Authentication code: 1151

Error Exception Imagick::paintTransparentImage method is deprecated and it's use should be avoided

Post by zocheyado »

I keep getting a fatal error exception 'Imagick::paintTransparentImage method is deprecated and it's use should be avoided' whenever I try and run the paintTransparentImage function. I cannot find anywhere of an alternative to this function and I am wondering why it is fatal and not just a warning. Thoughts?
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Error Exception Imagick::paintTransparentImage method is deprecated and it's use should be avoided

Post by dlemstra »

I moved your topic to the IMagick board because this is an IMagick question. We don't maintain IMagick but I think you are looking for the transparentPaintImage method?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply