[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error: imread: invalid image file
From: |
adama |
Subject: |
Re: error: imread: invalid image file |
Date: |
Tue, 14 May 2013 04:37:12 -0700 (PDT) |
Seetha Parameswaran wrote
> This issue is still pending:
> warning: your version of GraphicsMagick limits images to 8 bits per pixel
This is an old thread, but I've been having a similar problem trying to get
Octave to find a compiled version of GraphicsMagick (using a quantum depth
of 16 bits instead of the default 8 bits). Thought I'd post what worked for
me in case it helps others. After compiling and installing graphicsmagick,
I had to set the following environment variable before configuring Octave.
Otherwise, GraphicsMagick++.pc was not found during the configuration.
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:$PKG_CONFIG_PATH
Adam
--
View this message in context:
http://octave.1599824.n4.nabble.com/error-imread-invalid-image-file-tp4647455p4652875.html
Sent from the Octave - General mailing list archive at Nabble.com.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: error: imread: invalid image file,
adama <=