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
I noticed the CLI has APNG support, and was wondering if this feature could perhaps also be added to jxl-oxide-wasm? Since all modern browsers support APNG it would make rendering animated JXL images much easier.
The text was updated successfully, but these errors were encountered:
It should be possible, we just need to port the relevant code in jxl-oxide-cli to jxl-oxide-wasm. Would you mind porting it? Adding WasmJxlImage::encode_to_png (JxlImage#encodeToPng) will do.
I noticed the CLI has APNG support, and was wondering if this feature could perhaps also be added to
jxl-oxide-wasm
? Since all modern browsers support APNG it would make rendering animated JXL images much easier.The text was updated successfully, but these errors were encountered: