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 14:35:09 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130626 Firefox/17.0 Iceweasel/17.0.7

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

That is the correct image if displayed with imshow. I get the same. Use image
ou imagesc to get the matrix displayed. The important is that imread returns
the following matrix from that png:


ans(:,:,1) =

    0  255    0
  255  237  255
    0  255    0

ans(:,:,2) =

    0  255    0
  255   28  255
    0  255    0

ans(:,:,3) =

    0  255    0
  255   36  255
    0  255    0



If imread returns that matrix then the problem lies somewhere on fwrite since
that's the only thing that changed now.

    _______________________________________________________

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]