Projects: Difference between revisions

143 bytes added ,  2 September 2013
→‎Input/Output: +bigmemory
(→‎Graphics: add link to OF mapping package)
(→‎Input/Output: +bigmemory)
Line 87: Line 87:
*Make it possible to tie arbitrary input and output streams together, similar to the way iostreams can be tied together.
*Make it possible to tie arbitrary input and output streams together, similar to the way iostreams can be tied together.


* Support to write multi-page images with {{codeline|imwrite}}. This is done by setting the {{codeline|writemode}} to append. There are many other options to be set. This and many other options shouldn't be too hard to implement, since it's wrapped around GraphicsMagick.
*Support to write multi-page images with {{codeline|imwrite}}. This is done by setting the {{codeline|writemode}} to append. There are many other options to be set. This and many other options shouldn't be too hard to implement, since it's wrapped around GraphicsMagick.
 
*Extend Octave functions to work on stored arrays that are too big to fit in RAM, similar to available R [http://www.bigmemory.org/ packages.]


=Interpreter=
=Interpreter=
281

edits