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 11:48:48 +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

Follow-up Comment #1, bug #30033 (project octave):

I further note. Images are only shown upside down after "hold on" when not
previously displayed. For example

1) Starting octave
2) Executing the following commands

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

Will show the image correctly, also after the "hold on" command. 
However

1) Starting octave
2) Executing the following commands
im=imread('myimage.pgm');
hold on
imshow(im)

will show the image upside down.

    _______________________________________________________

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]