What kind of image are you trying to read? That the error message is
ImageMagick saying "I don't know how to read this format". I would guess
that the Homebrew ImageMagick build may include a few basic formats (the
I.M. format support depends on other libraries, each of which needs a
recipe in turn).


On Wed, Feb 26, 2014 at 4:10 PM, Eric Portman <eport...@alum.mit.edu> wrote:

> Hi all -
>
> Newbie to Julia.  Running on OS X 10.9.2.  Julia v0.3. (Though had similar
> issue on 0.2).
>
> Having issues with using Images package.  I am getting the following error
> when attempting to do imread:
>
> *ERROR: NoDecodeDelegateForThisImageFormat `<snipped filename>' @
> error/constitute.c/ReadImage/555*
>
> * in error at error.jl:21*
>
> * in error at
> /Users/eportman/.julia/v0.3/Images/src/ioformats/libmagickwand.jl:111*
>
> * in readimage at
> /Users/eportman/.julia/v0.3/Images/src/ioformats/libmagickwand.jl:178*
>
> * in imread at /Users/eportman/.julia/v0.3/Images/src/io.jl:192*
>
> * in imread at /Users/eportman/.julia/v0.3/Images/src/io.jl:104*
>
>
>
> I thought it was an issue with ImageMagick installation, but it appears to
> be installing correctly as part of the Images package add.
>
>
> Any ideas on what I am doing wrong/need to try next?
>
>
> Thanks in advance for any help
>

Reply via email to