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

Add support for saving and previewing images in JPEG XL format (with compression options) #374

Open
life00 opened this issue Aug 20, 2023 · 5 comments
Labels
blocked on CameraX enhancement New feature or request

Comments

@life00
Copy link

life00 commented Aug 20, 2023

I have recently discovered a new image format called JPEG XL. I was fascinated by its capabilities compared to other standard image formats (e.g. PNG, JPEG). The only issue I found was software support.

It would be nice if the Camera app had an option to save photos as JPEG XL with compression options and ability to preview them.

If someone is concerned about actually viewing .jxl images in GrapheneOS (because the default Gallery app doesn't support JPEX XL), then I found an easy solution of using jxlviewer android app until official support is provided.

It is likely that this image format will become the next big standard so this implementation would not be a waste of time.
For more information check: official website, community website (especially recommended), wikipedia page.

@thestinger thestinger added blocked on CameraX enhancement New feature or request labels Aug 20, 2023
@orgua
Copy link

orgua commented Dec 25, 2023

for more context: this issue has a slight overlap with #14 - raw would be really nice and enable so much more. sad, that cameraX has no priority in this regard.

also the race between jxl and avif is still ongoing :)

@GrapheneOS GrapheneOS deleted a comment from RedNumber1 Apr 13, 2024
@MHShetty
Copy link
Member

Here's a feature request filed on CameraX's issue tracker related to this issue - https://issuetracker.google.com/issues/177918194 (Note: It's the same issue tracker link posted on the overlapping issue)

@MHShetty
Copy link
Member

MHShetty commented Sep 6, 2024

The CameraX team has accepted the issue and we should be able to add support for JPEG XL and AVIF via the RAW/DNG format which will be supported in one of their upcoming releases

@Chealer
Copy link

Chealer commented Nov 29, 2024

Supporting JPEG XL this way may require significant efforts. There is however a request for Android to support JPEG XL. Open Camera's equivalent ticket has some background.

Thanks for filing this @life00 but this is an issue tracker, so entries should be titled as such. I would suggest:

No support for JPEG XL image format

@thestinger
Copy link
Member

We prefer if feature requests are worded as requesting adding a feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked on CameraX enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

6 participants
@Chealer @orgua @thestinger @MHShetty @life00 and others