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

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

[Octave-bug-tracker] [bug #35054] imread(imagename, fmt) nolonger works


From: Ian Journeaux
Subject: [Octave-bug-tracker] [bug #35054] imread(imagename, fmt) nolonger works
Date: Tue, 13 Dec 2011 15:36:18 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SU 3.95; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; AskTbARS/5.11.1.15497)

URL:
  <http://savannah.gnu.org/bugs/?35054>

                 Summary: imread(imagename, fmt) nolonger works
                 Project: GNU Octave
            Submitted by: ijourneaux
            Submitted on: Tue 13 Dec 2011 03:36:17 PM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Ian Journeaux
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.3
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Under 3.2.4 you could read an image using 

I = imread(imagename, 'jpg')

In 3.4.3, if you specify the format you get an error. 


warning: your version of GraphicsMagick limits images to 16 bits per pixel 
error: imread: invalid image file: invalid conversion from string to real N-d
array
error: C:\Octave343\Octave3.4.3_gcc4.5.2\share\octave\3.4. \m\image\imread.m
at line 74, column 7


Changing the call to 

I = imread(imagename)

produces the correct result.







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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