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

Lossless image compression #59

Open
birdie-github opened this issue Apr 27, 2021 · 2 comments
Open

Lossless image compression #59

birdie-github opened this issue Apr 27, 2021 · 2 comments
Labels
enhancement New feature or request library Concerns the VVenC library wontfix This will not be worked on

Comments

@birdie-github
Copy link

I've no idea how to make vvcenc losslessly compress images since I want to preserve the entire color space (RGB888). Any clues?

I'd love to use something like YUV444_10 which at least minimizes color space loss but even this format is not available:

Error parsing option "format,c" with argument "yuv444_10".
@adamjw24
Copy link
Member

For now vvenc does not support either lossless compression nor other chroma subsampling than 420. The support is not planned in the near future.

@adamjw24 adamjw24 added enhancement New feature or request wontfix This will not be worked on library Concerns the VVenC library labels May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request library Concerns the VVenC library wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants
@birdie-github @adamjw24 and others