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

Image compression and command line option to drop alpha layer #37

Open
uolamer opened this issue Nov 4, 2021 · 0 comments
Open

Image compression and command line option to drop alpha layer #37

uolamer opened this issue Nov 4, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@uolamer
Copy link

uolamer commented Nov 4, 2021

Currently Proximity is saving the PNG in RGBA with no or very little compression. The Alpha is needed for people making frames to then edit later but for many use cases it would be nice to have the option to drop the alpha layer as an option.

This is some example file sizes:
Lightning Bolt - base M15 template
10.8 MB - PNG - Fresh from Proximity with Alpha layers. RGBA
6.99 MB - PNG - Just optimized the Proximity image keeping the alpha layer
6.20 MB - PNG, no alpha, max compression

I did this compression using Pillow in Python and had basically the same numbers from Photoshop saving the file.

@Haven-King Haven-King added the enhancement New feature or request label Nov 22, 2021
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

2 participants