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

[Feature Request]: please make a screenshot in *.PNG format by default; rather than *.PCX #6682

Open
Technologov opened this issue Oct 1, 2023 · 6 comments
Labels
enhancement New feature or request

Comments

@Technologov
Copy link

Feature Type

Quality of Life

Describe

*.PCX is difficult to view on Windows; I had to install specific software such as GIMP.

I would prefer a format that could be opened by all software, and preserve text quality; therefore PNG.

@Technologov Technologov added the enhancement New feature or request label Oct 1, 2023
@AJenbo
Copy link
Member

AJenbo commented Oct 1, 2023

its already on the roadmap

@Tully-B
Copy link
Contributor

Tully-B commented Apr 10, 2024

I tried IMG_SavePNG, it seems fine for this purpose, but it generates larger files due to not being indexed and it also requires SDL2 as a dependency.

@AJenbo
Copy link
Member

AJenbo commented Apr 10, 2024

not using the most optimal compression is ok imo. Does it not work with SDL1?

@StephenCWills
Copy link
Member

The function is missing in the SDL1 version of SDL_image. That's why I gave up on this a while back.

@Technologov
Copy link
Author

Technologov commented Apr 10, 2024 via email

@AJenbo
Copy link
Member

AJenbo commented Apr 11, 2024

nobody doubts that... it's just harder

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

No branches or pull requests

4 participants