Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jpeg xl support #2629

Open
SoniEx2 opened this issue Apr 3, 2024 · 3 comments
Open

jpeg xl support #2629

SoniEx2 opened this issue Apr 3, 2024 · 3 comments

Comments

@SoniEx2
Copy link
Contributor

SoniEx2 commented Apr 3, 2024

we would like to see jpeg xl for user avatars as an alternative to the more conventional options of gif, regular jpeg, and png. jpeg xl tends to be significantly smaller too.

@ctrlaltca
Copy link
Contributor

KVIrc uses Qt6 to load images. Qt6 actually supports there formats: https://doc.qt.io/qt-6/qimagereader.html#supportedImageFormats
I know unofficial Qt plugins for JPEG XL exists, even KDE used to ship one, but this is not something we can fix from inside KVIrc. Sorry

@SoniEx2
Copy link
Contributor Author

SoniEx2 commented Apr 4, 2024

you don't need to use QImageReader, you just need to pass the data to Qt in a format it understands.

@ctrlaltca
Copy link
Contributor

Thank you for the explanation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants