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

Implement new option for save background as file type #4

Open
DavidRawling opened this issue Apr 7, 2015 · 0 comments
Open

Implement new option for save background as file type #4

DavidRawling opened this issue Apr 7, 2015 · 0 comments
Assignees

Comments

@DavidRawling
Copy link
Collaborator

Bitmaps are huge, by default, especially once you start getting to FHD and 4K screens. By default we save as raw, uncompressed BMP. This is good for image quality, but bad for network traffic, terminal servers etc.

We should probably allow configuration of the file save type - default to BMP for compatibility, allow PNG and JPG at a minimum.

@DavidRawling DavidRawling self-assigned this Apr 7, 2015
gaelbenoit added a commit to gaelbenoit/WPInfo that referenced this issue Feb 11, 2022
Convert the original bitmap to a different encoder, based on the file extension. I get all supported encoders and check if one is suitable for the file extension.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant