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: Philip Nienhuis
Subject: [Octave-bug-tracker] [bug #48195] missing getframe function
Date: Fri, 1 Jul 2016 16:23:48 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40

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

@Panxto:
__osmesa_print__ probably won't save 15 sec., as it also writes to a disk file
that imread needs to read into an image "array".

IMO copying some pixel array from graphics memory into another memory piece
should always be faster. Problem of course is finding out which piece of
memory to read from. 
In the DOS era my proggies simply read graphics memory itself, i.e., various
bit planes in succession, using int10 interrupts or mem copy variants, but
those days are gone...

In spite of the side effects reported by Guillaume I'll try patch #3 anyway to
check if it works at all in Windows.

    _______________________________________________________

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]