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

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

[Octave-bug-tracker] [bug #33615] imwrite not taking same colormaps as p


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #33615] imwrite not taking same colormaps as parameters as MATLAB
Date: Mon, 30 Sep 2013 01:57:53 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/29.0.1547.57 Safari/537.36

Update of bug #33615 (project octave):

                Category:                    None => Octave Function        
                  Status:                    None => Need Info              
                 Release:                   3.4.0 => dev                    
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #3:

Some progress on this. The first example


M = randi ([0 256], 100, 100);
imwrite (M, jet (256), "image.jpg", "jpg");


now works in the current development version of Octave.

The second example causes Octave to crash


M = randi ([0 256], 100, 100);
imwrite (M, [1 1 1; 0 0 0], "image.jpg", "jpg");
terminate called after throwing an instance of 'Magick::ErrorOption'
  what():  Magick: Index out of range reported by
Magick++/lib/Exception.cpp:435 (throwExceptionExplicit)
Aborted


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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