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: Tim Williams
Subject: [Octave-bug-tracker] [bug #29474] imread will not read graphics files
Date: Mon, 10 May 2010 23:35:27 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729)

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

I can confirm this behavior on two different Windows machines (XP) running
3.2.4; works properly in 3.2.2. 

IMAGE_PATH = ".;c:/foo" yet
the path that is passed to file_in_path.m from imread.m is the default
".;Octave3.2.4_gcc-4.4.0shareoctave3.2.4imagelib"

If I use file_in_path(IMAGE_PATH, "image.tif"); it correctly finds it. If I
call the same command from imread("image.tif") it does not as it searches the
wrong directory.

I know this sounds really weird, but I confirmed this by adding a line to
file_in_path to print the passed path parameter.

    _______________________________________________________

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]