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

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

[Octave-bug-tracker] [bug #47746] imwrite writes incorrect TIFF pixel va


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #47746] imwrite writes incorrect TIFF pixel values from uint8 array on i686-linux-gnu
Date: Wed, 11 May 2016 21:11:29 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Follow-up Comment #9, bug #47746 (project octave):

I inserted my test program directly into __magick_read__.cc, right before
__magick_write__ returns, and it produces the correct output file.

So I am now calling Octave with this one-liner:


imwrite (repmat (uint8 (0:255), 1, 1, 3), 'testoct.tif', 'Alpha',
uint8(0:255))


Meanwhile the body of my test program is running inside of __magick_write__
producing a separate tif file, with what I believe are the exact same pixel
values being written, and the files still differ.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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