"Requested compression method is not configured" r

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Your images are using old-style JPEG encoding within a TIFF image. ImageMagick uses the TIFF delegate library to read TIFF images. The delegate library must be specifically configured at build time to support the old-style JPEG encoding if you want to be able to read these types of images with ImageMagick.
Post Reply