Search found 1 match
- 2019-01-29T19:46:40-07:00
- Forum: MagickWand
- Topic: wand.exceptions.CorruptImageError
- Replies: 1
- Views: 75536
Re: wand.exceptions.CorruptImageError
I am having the same issue, and converted the file successfully as well through CL (convert and pdftoppm). error: wand.exceptions.CorruptImageError: unable to read image data `/tmp/magick-9131_JaO29NKkm8N1' @ error/pnm.c/ReadPNMImage/1337 and my code: from wand.image import Image from wand.color ...