Identify list format not working

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
harish
Posts: 3
Joined: 2013-09-03T02:56:50-07:00
Authentication code: 6789

Identify list format not working

Post by harish »

Hi Guys ,

I am new to ImageMagick .. I got this software installed on my mac .
Initially it was working fine , but suddenly something seems to have gone wrong ... i am not able to execute any commend on this .

eg. i tried to run identify -list format , but i am getting

Format Module Mode Description
-------------------------------------------------------------------------------

* native blob support
r read support
w write support
+ support for multiple images

Earlier i was able to see many formats being supported .

Please let me know if i have to reinstall imageMagick or is there a workaround to resolve the same.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Identify list format not working

Post by fmw42 »

It would seem that either you have not installed any delegate libraries to support image formats or that IM does not know where they are located.

How did you install IM? From what binary or source? Did you use MacPorts? What version of IM?

If you reinstalled, did you install it an different location? If so there may be version conflicts.
Post Reply