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

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

[Octave-bug-tracker] [bug #43505] build gm with quantum-depth=16 in mxe


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #43505] build gm with quantum-depth=16 in mxe octave
Date: Tue, 17 May 2016 21:00:07 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2486.0 Safari/537.36 Edge/13.10586

Follow-up Comment #39, bug #43505 (project octave):

If I manually run the test code that fails, when I get the imread in
write_and_read_format, I get:


>> [r, cmap, a] = imread ("test.tif", "Index", "all");
error: 'is_valid_index_option' undefined near line 76 column 11
error: called from
    __imread__ at line 76 column 5
    imageIO at line 117 column 26
    imread at line 106 column 30


If I run the command without Index all - no error:


>> [r, cmap, a] = imread ("test.tif");



And if I run the test without the Index all options in it, that test passes,

however then on another test:


***** testif HAVE_MAGICK
 gray = randi (255, 10, 10, 1, 5, "uint8");
 r    = write_and_read (".tif", gray);
 assert (r, gray);
!!!!! test failed
ASSERT errors for:  assert (r,gray)

  Location  |  Observed  |  Expected  |  Reason
     .         O(10x10)   E(10x10x1x5)   Dimensions don't match
>>



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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