You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-04-11T15:06:51.313102Z INFO jxl_oxide_cli::decode: Image dimension: 19968x24576
2024-04-11T15:08:54.111736Z INFO jxl_oxide_cli::decode: Took 122790.85 ms
2024-04-11T15:08:54.114465Z INFO jxl_oxide_cli::decode: No output path specified, skipping output encoding
Does this mean jxl-oxide has successfully decoded the JPEG-XL image but exited because no output is specified?
The main reason I'm asking this is because in my workflow, I verify JPEG-XL encoding using cjxl has been successful by then running djxl afterwards like so:
djxl $JXL_FILE - --output_format ppm > /dev/null
So if running jxl-oxide decode $JXL_FILE works the same, then jxl-oxide can be yet another tool in my toolbelt.
The text was updated successfully, but these errors were encountered:
A question because it's not described clearly in
--help
.If I run, for instance:
I got the following output:
Does this mean
jxl-oxide
has successfully decoded the JPEG-XL image but exited because no output is specified?The main reason I'm asking this is because in my workflow, I verify JPEG-XL encoding using
cjxl
has been successful by then runningdjxl
afterwards like so:So if running
jxl-oxide decode $JXL_FILE
works the same, then jxl-oxide can be yet another tool in my toolbelt.The text was updated successfully, but these errors were encountered: