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

Resize icon and reduce image file sizes #196

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

turboencabulator
Copy link
Contributor

The 256x256 icon was actually 48x48. Regenerate it using the PCB artwork. Also do a couple other conversions to reduce file sizes.

Was an exact copy of the 48x48 icon.
New file generated with the following command:
convert PCB/labralogo.pretty/logo_edit.png -background '#008632' -resize 256x256 -gravity center -extent 256x256 -strip Desktop_Interface/resources/icon256/espotek-labrador.png

Regenerate the 48x48 icon as well with a similar command since it
reduces its file size by over a third.
Reduces file size by over 99% for the 3 buffer images.
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

Successfully merging this pull request may close these issues.

None yet

1 participant