Reading image with specified MIME type

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
porton
Posts: 5
Joined: 2008-10-04T07:37:42-07:00

Reading image with specified MIME type

Post by porton »

I suggest to add the capability to read image with specified MIME type (now it works guessing the image type from filename).
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Reading image with specified MIME type

Post by magick »

ImageMagick checks the magic number in an image to determine the format of the image file. Do you have a specific case where ImageMagick fails to identify a particular image format?
Post Reply