Supported formats list is inaccurate
Posted: 2010-11-19T13:57:26-07:00
I'm using ImageMagick through the API (from RMagick) but I see the same problem using the identify command:
IM can clearly read HTML files:
I expected 'identify' (and the equivalent Magick::Formats in Ruby) to show that reading of HTML is supported.
Without an accurate report of available input formats, it's hard to automate processing of user input in my application.
Code: Select all
[cch1@osprey ~]$ identify -list format | grep " HTML\*"
HTML* HTML -w- Hypertext Markup Language and a client-side image map
Code: Select all
[cch1@osprey ~]$ convert index.html index.png
Retrieving http://asset1.hweb.com/images/new_logo.png?1289888389
[cch1@osprey ~]$
Without an accurate report of available input formats, it's hard to automate processing of user input in my application.