help-octave
[Top][All Lists]
Advanced

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

Re: Problem loading 16bit images using imread()


From: Carnë Draug
Subject: Re: Problem loading 16bit images using imread()
Date: Wed, 7 Aug 2013 14:39:00 +0100

On 6 August 2013 05:37,  bmgamm <address@hidden> wrote:
> Thanks for the reply. Though it seems 16-bit images should be allowed, when
> I read in a 16-bit image, it is downsampled to 8-bit. I tried re-saving the
> image to remove the thumbnail but that did not seem to help. Is there a good
> way to debug this process?
> --
> View this message in context: 
> http://octave.1599824.n4.nabble.com/Problem-loading-16bit-images-using-imread-tp4656409p4656430.html
> Sent from the Octave - General mailing list archive at Nabble.com.

Could you upload the image somewhere online for testing? You should
not have that problem if you tell imread to only read only the 16bit
image:

img = imread (filepath, 1); ## or 2, whatever is the index for the 16 bit image

Carnë


reply via email to

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