octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #50797] uint8 RGB images trigger conversion er


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #50797] uint8 RGB images trigger conversion error
Date: Sun, 23 Apr 2017 14:11:19 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #3, bug #50797 (project octave):

I don't think we want to handle this in image.m since we want the original
cdata to be stored in the image object, not a converted value. I mean the
following test should pass (as it does in 4.2):


im = uint8 (rand (10,10,3)*128);
hi = image (im)
assert (get (hi, "cdata"), im)



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?50797>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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