-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Update footer INN logos #1633
Update footer INN logos #1633
Conversation
Is it possible to optimize those images even more than their current filesize allows? |
I thiiiink I tried to get them as small as possible? Considering for pixel size and transparency, at least |
I converted these from color PNG to indexed PNG, with max 127-color palettes, and got the image sizes way down. Can you take a look and see if these images are acceptable? 35K inn_dark.png inn_dark (original) 7.5K inn_dark-ex.png inn_dark-ex — just as harshly aliased as the 32K inn_light.png inn_light (original) 9.8K inn_light-ex.png inn_light-ex — harshly aliased, but we're usually showing these images at much lower display sizes than their intrinsic size. |
I inserted those into my local install and I felt like the aliasing was noticeable even at a width of about 300px. Maybe because I was just looking for it going in? That said ... what if we reworked the code a touch so that it took an SVG instead? |
Switching to SVG would be awesome. |
Merged latest 0.5-dev branch into this, updated a line of docs, updated the changelog. Notes on page size, with
Questions which we should think about before merging this PR:
|
This adds in two new files for the updated INN logo, in the new blue (when on light backgrounds anyway).
Closes #1631