Search found 2 matches

by courtneypattison
Wed Jan 09, 2019 4:46 am
Forum: NConvert
Topic: Problem with outputting JXR to STDOUT
Replies: 4
Views: 1300

Re: Problem with outputting JXR to STDOUT

Sorry, I wrote that poorly, the Using alpha_mode = 1 is what is returned to STDOUT when I run $ nconvert -quiet -overwrite -out jxr -o stdout path/to/file.png That output only gets returned to STDOUT when I try to convert a PNG to JXR. JPG to JXR and TIFF to JXR create a file named stdout. In all ca...
by courtneypattison
Tue Jan 08, 2019 8:58 pm
Forum: NConvert
Topic: Problem with outputting JXR to STDOUT
Replies: 4
Views: 1300

Problem with outputting JXR to STDOUT

I am able to output to STDOUT with conversions to JPEG and TIFF, but I can't seem to do it for JXR. For example, the following result in bitstreams in STDOUT: $ nconvert -quiet -overwrite -out jpeg -o stdout path/to/file.png $ nconvert -quiet -overwrite -out tiff -o stdout path/to/file.png However, ...