Hi,
Facing issue while creating object of the Image class.
Constuctor called here is Image ( const Blob &blob_ )
It is returning with exception description "Magick: UnableToOpenCache ()".
Appricate any help..
Magick++ exception: Magick: UnableToOpenCache ()
-
- Posts: 2
- Joined: 2013-02-21T02:09:01-07:00
- Authentication code: 6789
Re: Magick++ exception: Magick: UnableToOpenCache ()
You did not provide enough information in your post to be helpful. Make sure your release of ImageMagick is working from the command line:
- convert logo: logo.png
identify -verbose logo.png
-
- Posts: 2
- Joined: 2013-02-21T02:09:01-07:00
- Authentication code: 6789
Re: Magick++ exception: Magick: UnableToOpenCache ()
Thanks for your reply.
It was working well till some point. Later on it started to return this exception for the files processed.
Could this be related to the free disk space available in TMPDIR.
It was working well till some point. Later on it started to return this exception for the files processed.
Could this be related to the free disk space available in TMPDIR.