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

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

[Octave-bug-tracker] [bug #30033] Image shown upside down when used in c


From: Beat Fasel
Subject: [Octave-bug-tracker] [bug #30033] Image shown upside down when used in conjunction with "hold on"
Date: Wed, 02 Jun 2010 10:16:07 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.3) Gecko/20100423 Ubuntu/10.04 (lucid) Firefox/3.6.3

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

                 Summary: Image shown upside down when used in conjunction
with "hold on"
                 Project: GNU Octave
            Submitted by: tuxo
            Submitted on: Wed 02 Jun 2010 10:16:06 AM GMT
                Category: None
                Severity: 3 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Tuxo
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.2.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Normal behavior:

im=imread('myimage.pgm');
imshow(im)

Result: image shown correctly.

Abnormal behavior:

im=imread('myimage.pgm');
hold on
imshow(im)
hold off

Result: Image is shown upside down. For verification I tried this in Matlab
where it the image is shown correctly. 


Workaround: Issuing imshow(flipud(im)) after "hold on" shows the image
correctly.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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