Search found 1 match

by NemoAlex
Sun Sep 26, 2021 1:43 pm
Forum: NConvert
Topic: Using stdin and stdout
Replies: 0
Views: 4402

Using stdin and stdout

Hi, Awesome works!
I try to use nconvert with stdin and stdout but met two problems.

When I pipe a png file to nconvert,

cat ./test.png | nconvert -quiet -out jpeg -o stdout stdin

It shows an error:

Error: Don't know how to read this picture (stdin)


Same command works on jpeg file fine ...