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

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

[Octave-bug-tracker] [bug #53186] Without osmesa it is not possible to p


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #53186] Without osmesa it is not possible to print/getframe invisible figures
Date: Mon, 19 Feb 2018 04:47:15 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

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

I forgot to mention that it is already possible to print an invisible Qt
figure if it has been visible once. So for testing properly one should use
something like:


close all
figure ("visible", "off")
plot (1:10)
print /tmp/invisible_print.png
## Change the size of the figure to test framebuffer object
set (gcf, "position", [0 0 1200 1200])
fr = getframe (gcf);
imwrite (fr.cdata, "/tmp/invisible_getframe.png")



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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