No decode delegate for this image format `PNG'

2022-01-25 Thread William Torrez Corea
I write a code but the result I expected is wrong. #!/usr/local/bin/perl > use Image::Magick; > > # The script reads three images, crops them, and writes a single image as > a GIF animation sequence > my($image, $x); > > $image = Image::Magick->new; > $x = > $image->Read('Bugs_Bunny.svg.png','png-

Re: No decode delegate for this image format `PNG'

2022-01-25 Thread Andy Bach
Well, once the first line fails, there aren't any images for it to work with, which explains the other error msgs. It is telling you that that Image::Magick, as you've got it installed, can't handle .PNG files. Which may mean it's installed wrong, the png library is installed wrong or just that the