stdin | stdout
Moderators: helmut, XnTriq, xnview
stdin | stdout
would like to see you support stdin and real stdout (i.e. you are currently putting licensing information in stdout, rather than putting it in stderr, for example). this would eliminate the need to deal with temp files, if, for example, i wanted to pull an image from a database, run nconvert and then pipe it directly to a web browser.
Re: stdin | stdout
You have it for example:a3 wrote:would like to see you support stdin and real stdout (i.e. you are currently putting licensing information in stdout, rather than putting it in stderr, for example). this would eliminate the need to deal with temp files, if, for example, i wanted to pull an image from a database, run nconvert and then pipe it directly to a web browser.
nconvert -o stdout stdin, but this doesn't works for all formats...
Pierre.
Re: stdin | stdout
xnview wrote:You have it for example:a3 wrote:would like to see you support stdin and real stdout (i.e. you are currently putting licensing information in stdout, rather than putting it in stderr, for example). this would eliminate the need to deal with temp files, if, for example, i wanted to pull an image from a database, run nconvert and then pipe it directly to a web browser.
nconvert -o stdout stdin, but this doesn't works for all formats...
Code: Select all
C:\World of Warcraft\Screenshots>type WoWScrnShot_100905_223539.tga | nconvert -D -o stdout -out jpeg stdin > test.jpg
Error: Can't read file (stdin)
C:\World of Warcraft\Screenshots>

Cheers,
Christopher