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

Convert JPG TO BMP BmpCompression issue #659

Open
yiky84119 opened this issue Jun 26, 2024 · 0 comments
Open

Convert JPG TO BMP BmpCompression issue #659

yiky84119 opened this issue Jun 26, 2024 · 0 comments

Comments

@yiky84119
Copy link

yiky84119 commented Jun 26, 2024

default compression is like this:

    final compression =
        bpp > 8 ? BmpCompression.bitfields : BmpCompression.none;

when bpp is bigger than 16 ( bit is 8 ) and channel is 3, the BMP format is RGB888. should the compression format for BmpCompression be 0?

@yiky84119 yiky84119 changed the title Convert JPG TO BMP Convert JPG TO BMP BmpCompression issue Jun 26, 2024
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

1 participant