Page 4 of 4

Re: Typos in the command line option page for V 6

Posted: 2016-02-06T21:23:27-07:00
by ronsavage
This page - http://imagemagick.org/script/command-l ... essing.php - has 2 copies of this section:
Stream Buffering
By default, the input stream is buffered. To ensure information on the source file or terminal is read as soon as its available, set the buffer size to 0:
convert logo: gif:- | display -define stream:buffer-size=0 gif:-

Re: Typos in the command line option page for V 6

Posted: 2016-02-06T21:34:15-07:00
by snibgo
This page - ... - has 2 copies of this section:
Does it? It has two similar sections, but one is about input streams and the other is about output streams.

Re: Typos in the command line option page for V 6

Posted: 2016-02-06T22:57:03-07:00
by ronsavage
You're right. I was confused by the identical syntax.

Re: Typos in the command line option page for V 6

Posted: 2016-02-14T14:26:33-07:00
by ronsavage