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

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

[Octave-bug-tracker] [bug #29474] imread will not read graphics files


From: Ian Journeaux
Subject: [Octave-bug-tracker] [bug #29474] imread will not read graphics files
Date: Thu, 08 Apr 2010 18:41:02 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SU 3.26; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.1; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; OfficeLiveConnector.1.3; OfficeLivePatch.0.0; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTB5.5)

Follow-up Comment #3, bug #29474 (project octave):

Here is the actual error message. Octave failes to read the file I specified
even though it works in 3.2.3

I am using the version of Octave downloaded from Octave Forge at
http://octave.sourceforge.net/

When I step into the imread.m file, it seems like 

the problem is in the function 

  fn = file_in_path (IMAGE_PATH, filename);

which returns empty in the next block.

  if (isempty (fn))
    error ("imread: cannot find %s", filename);
  endif


octave-3.2.4.exe:2> run imwritetest.m;
imread: cannot find c:rotationtestspickoutcentralin.png
error: called from `imread' in file
C:Octave3.2.4_gcc-4.4.0shareoctave3.2.4mimageimread.m near line 53, column 5

error: called from:
error:   C:Octave3.2.4_gcc-4.4.0shareoctave3.2.4mmiscellaneousrun.m at line
53, column 7
octave-3.2.4.exe:2>

    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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