Projects: Difference between revisions

Jump to navigation Jump to search
150 bytes removed ,  3 September 2013
→‎Input/Output: imwrite's writemode has already been implemented
(→‎Input/Output: +bigmemory)
(→‎Input/Output: imwrite's writemode has already been implemented)
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.
*Expand {{codeline|imwrite}} options. This 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.]
*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.]

Navigation menu