sub-formats;
Posted: 2009-05-04T11:51:36-07:00
Good afternoon! I have a questions regarding sub-formats which are supported. I am attempting to write a program to utilize ImageMagick to convert image types; however, I want to build in some logic in my program so that unsupported formats are rejected prior to even attempting to execute "convert". The following URL: formats, states: "ImageMagick supports reading over 100 major file formats (not including sub-formats). The following table provides a summary of the supported image formats." This summarized list appears to be the same as reading the output from "convert identify -list format". How does one go about displaying all formats and sub-formats supported, not just a summary?
For instance, "tiff" is listed, but "tif" is not. Without being able to run a check against this, "tif" files will be rejected as invalid file types from my program.
For instance, "tiff" is listed, but "tif" is not. Without being able to run a check against this, "tif" files will be rejected as invalid file types from my program.