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

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

[Octave-bug-tracker] [bug #39698] imread test crashes Octave


From: Carnë Draug
Subject: [Octave-bug-tracker] [bug #39698] imread test crashes Octave
Date: Tue, 03 Sep 2013 23:05:59 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130626 Firefox/17.0 Iceweasel/17.0.7

Follow-up Comment #16, bug #39698 (project octave):

No. I really meant fwrite(). The correct syntax to write an image file is
indeed to use imwrite(). But the failing test uses fwrite(). My guess is that
this is to avoid possible bugs in imwrite interfering with the test in imread.
I don't know how it was done, possibly by creating the png file the correct
way, and then using fread() to get a vector of doubles that could replicate
it. You will notice that was written in the file has no obvious connection to
the matrix that imread returns. Does that make sense to you?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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