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

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

[Octave-bug-tracker] [bug #48195] missing getframe function


From: Guillaume
Subject: [Octave-bug-tracker] [bug #48195] missing getframe function
Date: Tue, 14 Jun 2016 15:03:37 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0

Follow-up Comment #5, bug #48195 (project octave):

Thanks Pantxo!

I applied your patch - it compiles fine but it doesn't seem to work on my
system (openSUSE 13.2). The variable returned by getframe only contains 0s. it
would be useful if others could try the patch on their system and report
whether it works or not.

Also, what do you think of going beyond Matlab compatibility and let the low
level function capturing any part of the screen and not only the content of a
figure? The Java code allowed that and i guess that the same can be done with
Qt. Then the low level function used by getframe could be exposed to the user,
eg:


function retval = capturescreen (xmin, ymin, xmax, ymax)


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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