Problem with outputting JXR to STDOUT
Posted: Tue Jan 08, 2019 8:58 pm
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:
However, I get mixed results when trying to convert to JXR. If I'm trying to convert a PNG, I get:
If I'm trying to convert a JPEG or TIFF, I get the a file named stdout with the converted content.
Any help would be amazing!
Code: Select all
$ nconvert -quiet -overwrite -out jpeg -o stdout path/to/file.png
$ nconvert -quiet -overwrite -out tiff -o stdout path/to/file.png
Code: Select all
$ nconvert -quiet -overwrite -out jxr -o stdout path/to/file.png
Using alpha_mode = 1
Code: Select all
$ nconvert -quiet -overwrite -out jxr -o stdout path/to/file.jpg
$ nconvert -quiet -overwrite -out jxr -o stdout path/to/file.tif