help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GraphicsMagick limitations?


From: marco atzeri
Subject: Re: GraphicsMagick limitations?
Date: Sun, 15 May 2011 09:00:22 +0200

On Sun, May 15, 2011 at 8:39 AM, Chethan S wrote:
> Greetings!
>
> When I run GNU Octave and try to use the command 'imshow' to display an
> image, I get the following warning:
>
> warning: your version of GraphicsMagick limits images to 8 bits per pixel
>
> The image displays fine but I am not able to understand what is this
> limitation due to. I run Ubuntu 11.04 64-bit and Octave 3.4.0 installed from
> sources.
>
> Thanks and regards,
>
> Chethan S.

GraphicksMagick can be built with

--with-quantum-depth=8
--with-quantum-depth=16
--with-quantum-depth=32

Octave likes 16, but probably Ubuntu uses 8 that is/was the default

Marco


reply via email to

[Prev in Thread] Current Thread [Next in Thread]