Projects: Difference between revisions

273 bytes added ,  13 February 2013
→‎Input/Output: multi-pgae tiff for imwrite
(fix typos)
(→‎Input/Output: multi-pgae tiff for imwrite)
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.


=Interpreter=
=Interpreter=