pierre,
when i convert straight to a file, the file output does not include any sort of header information. however, when i use the stdout, you write a copyright header to the top of the output, which makes the file unreadable.
is there any way to suppress this information, or put it in stderr? the header information prevents me from using the output directly to a browser.
for example:
nconvert -out jpeg -o stdout FILE.jpg
Output contains this at the top:
** NCONVERT v4.16 (c) 1991-2004 Pierre-E Gougelet (Feb 17 2004/13:47:29) **
Version for Linux x86 (X11) (All rights reserved)
** This is a freeware software (for non commercial use)
Surpress header info to stdout
Moderators: helmut, XnTriq, xnview
Re: header info!
-quieta3 wrote:pierre,
when i convert straight to a file, the file output does not include any sort of header information. however, when i use the stdout, you write a copyright header to the top of the output, which makes the file unreadable.
is there any way to suppress this information, or put it in stderr? the header information prevents me from using the output directly to a browser.
for example:
nconvert -out jpeg -o stdout FILE.jpg
Output contains this at the top:
** NCONVERT v4.16 (c) 1991-2004 Pierre-E Gougelet (Feb 17 2004/13:47:29) **
Version for Linux x86 (X11) (All rights reserved)
** This is a freeware software (for non commercial use)
Pierre.