[magick-users] Converting 16-bit GRAY files to 8 bits
Anthony Thyssen
A.Thyssen at griffith.edu.au
Tue Feb 3 18:24:01 PST 2009
On Tue, 3 Feb 2009 11:55:35 -0500 (EST)
Robert Funnell <robert.funnell at mcgill.ca> wrote:
| Thank you very much for your patience.
|
| By the way, my man page for convert says
| convert input-file [options] output-file
| This obscures the importance of putting the options in the appropriate
| place to act on either the input or the output. Perhaps it should say
| convert [options] input-file [options] output-file
| Or perhaps it already says this in more recent versions?
|
What is does not recognise is the input-file and output-file
are themselves -- image operations!!!!
input-file just does not need a -read "input-file" type operator
output-file is explicit as the last argument is taken to really
mean -write "output-file"
For "montage" it adds a whole swag of extra operations between
the last 'option' and the 'output-file'. Other than that it is
basically the same as "convert".
Anthony Thyssen ( System Programmer ) <A.Thyssen at griffith.edu.au>
-----------------------------------------------------------------------------
There are two ways of constructing a software design. One way is to make
it so simple that there are obviously no deficiencies and the other is to
make it so complicated that there are no obvious deficiencies.
- Charles Anthony Richard Hoare
-----------------------------------------------------------------------------
Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/
More information about the Magick-users
mailing list