Description of Problem: The convert program uses /usr/bin/gs to convert PostScript files, yet the ImageMagick RPM has no dependency on ghostscript (at least, it's not mentioned in rpm -q --requires ImageMagick). How Reproducible: Every time Steps to Reproduce: 1. Install ImageMagick but not ghostscript 2. Try to convert a PostScript file 3. Actual Results: Expected Results: Additional Information:
Since RPM doesn't have a "RequiresForFullFunctionalityButWorksWithout:" tag, and ImageMagick can be quite useful without PostScript support (e.g. for converting gifs to pngs), I prefer having it the way it is.