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

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

[Octave-bug-tracker] [bug #46084] image package: imcrop() doesn't work a


From: Hartmut
Subject: [Octave-bug-tracker] [bug #46084] image package: imcrop() doesn't work any more
Date: Wed, 30 Sep 2015 20:51:11 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:41.0) Gecko/20100101 Firefox/41.0

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

                 Summary: image package: imcrop() doesn't work any more
                 Project: GNU Octave
            Submitted by: hardy
            Submitted on: Mi 30 Sep 2015 20:51:10 GMT
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Any

    _______________________________________________________

Details:

Here is a little script to reproduce the behavior:

clear, close all;
I = randn(100);
imshow(I);
imcrop();


With the current Octave (4.0.0) and the current image package (2.4.0) I get
this error message: "error: get: unknown figure property cdata".

If I remember right, with image 2.2.0 this was still working. (But I am not
sure about this.) Maybe changeset a17b71b7e407 introduced this behavior.

The figure doesn't seem to have any property with the name "cdata", neither
with grayscale images (as in the example script), nor with rgb color images.






    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

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