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

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

[Octave-bug-tracker] [bug #49050] image function


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #49050] image function
Date: Sat, 10 Sep 2016 15:31:02 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:48.0) Gecko/20100101 Firefox/48.0

Update of bug #49050 (project octave):

                  Status:                    None => Invalid                

    _______________________________________________________

Follow-up Comment #1:

Hi,

What you are seeing is not a crash, it is an error, an expected one:
you are trying to use a 2-by-2-by-2 matrix as an image which is not a valid
format as stated by the error message. An image can be created using a m-by-n
2D matrix for indexed or grayscale images, or a m-by-n-by-3 array for true
color (rgb) images. 
See
https://www.gnu.org/software/octave/doc/interpreter/Representing-Images.html#Representing-Images

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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