[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: saving a NxM matrix as a color-mapped image of size NxM
From: |
lynx . abraxas |
Subject: |
Re: saving a NxM matrix as a color-mapped image of size NxM |
Date: |
Thu, 13 Dec 2012 16:10:09 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Dear James,
On 12/12/12 09:16:02, James Sherman Jr. wrote:
> Well, its not specifically tied to imwrite (I oversimplified in my
> original message). I believe its more specific to your version of
> graphicsmagik (where the error message came from). My graphicsmagik
> on my machine can work with 16bit, so (if needed for whatever reason)
> I can do 16 bit. Since yours is 8 bit, it can only handle 2^8 = 256
Hm, my octave reports when using imwrite:
warning: your version of ImageMagick limits images to 16 bits per pixel
That sounds like I could do 16 bit per pixel but how would I tell octaves
imwrite to do either 8 or 16 bit per pixel?
Thanks for Your help
Lynx