SalOne22/rimage

[Bug]: jxl output file is 0kb

Closed this issue · 5 comments

Is there an existing issue for this?

  • I have searched the existing issues

Description

图片
图片

Neither jpg nor png file input could output jxl file successfully.

Expected behavior

No response

Library Version

None

Steps To Reproduce

No response

Anything else?

No response

segfault on gnu target 💀
On windows better to use msvc build without jpegxl, I will try to fix this in new releases, but this can take a lot of time.
Probably I need to use libjxl dependency without any third party libraries

To be honest, in my opinion, the jxl pic format is too "active" (in other words, unstable) to use.... And, only a few people would like to try it...
Maybe deleting the support of JXL format until it becomes stable is a good idea...

And, maybe you'd better info users who want to try the latest version of this bug in your release note.

Besides, will you support heic format in the future? Many mobile phone use heic for its better quality and compression rate these day.

jpegxl is a very competitive next-generation image encoding, with advantages over avif in terms of speed and so on. Removing it is not a good idea, and although rimage can't do Windows natively at the moment, you can still enjoy the convenience of rimage using wsl.

I understand, but still think that it is not encouraging to try and provide support in the jxl standard when it's not completely stable yet. So, as the jxl feature is invalid in windows system, do you have the plan to disable jxl feature on windows to reduce the size of the software?

By the way, I noticed that Rimage.exe you released on windows do not have any res info, would you decided to add it to the exe program?
(See: https://docs.rs/winres/0.1.12/winres/, or use rc.exe to add the res info to it)

Fixed successfully.