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

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

[Octave-bug-tracker] [bug #52041] imfinfo error when extension specified


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #52041] imfinfo error when extension specified as second argument
Date: Fri, 15 Sep 2017 12:08:04 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #52041 (project octave):

                Category:    Octave Forge Package => Octave Function        
              Item Group:        Unexpected Error => Incorrect Result       
                  Status:                    None => Confirmed              
                 Summary: image: imfinfo crashes if extension specified =>
imfinfo error when extension specified as second argument

    _______________________________________________________

Follow-up Comment #1:

Confirmed, the imfinfo function uses a local variable "ext" but the function
arguments take a varargin.


>> inf = imfinfo ("foo.png");     ## ok
>> imf = imfinfo ("foo", "png");  ## error


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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