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

Save images on Linux #56

Open
JaapWijnen opened this issue Jan 9, 2021 · 2 comments
Open

Save images on Linux #56

JaapWijnen opened this issue Jan 9, 2021 · 2 comments

Comments

@JaapWijnen
Copy link

JaapWijnen commented Jan 9, 2021

Is there any way to save images to png format on linux? That would be great :)

@j-denisb
Copy link

j-denisb commented Mar 3, 2021

You can get raw pixels from an image and use third party png library to save it.
For example: https://github.com/kelvin13/png

@leszek-s
Copy link

leszek-s commented Dec 1, 2021

If uncompressed 32 bit bmp format is also ok for your needs then you can check my simple pure swift BMP32Image class implementation: https://github.com/leszek-s/BMP32Image/blob/master/BMP32Image/BMP32Image.swift

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

3 participants