Describe the bug
The interactive help for cjpegli indicates that JXL input files should be supported, and previous versions of it have supported it
To Reproduce
Steps to reproduce the behavior:
- Make a .jxl file:
magick logo: logo.jxl
- Try to convert it:
build/tools/cjpegli logo.jxl logo.jpg
Expected behavior
Output file logo.jpg should be created
Environment
- OS: Linux
- Compiler version: clang 19.1.5
- CPU type: x86_64
- cjxl/djxl version string: ???
Additional context
Built from git bc19ca2