Skip to content

chore: lossless png compression #108

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

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Conversation

mikeirvingweb
Copy link
Contributor

PNG images optimised in a 'lossless' manner.

Combines PNGOUT, OptiPNG, and DeflOpt to create the smallest PNGs.

Resulting app sizes will now be smaller. Less storage / memory / network resource needed by the device, browser etc.

25 File(s): 30,128 bytes -> 25,896 bytes

Copy link
Collaborator

@guardrex guardrex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mikeirvingweb ... Note in passing tho that new samples are created from the Blazor project templates each release. The images here named image1.png, image2.png, and image3.png will be copied, so your updates here will be forwarded each release into the new sample apps. However, the rest of your icon/favicon changes won't be forwarded because they come in from the new template. If you want to see about making these changes for the Blazor framework, you'll need to open an issue for the product unit and suggest it to them offering to take on the task if you wish ... if you'd like to proceed, open an issue here ...

https://github.com/dotnet/aspnetcore/issues

@guardrex guardrex merged commit 4e77a4c into dotnet:main Oct 27, 2023
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.

2 participants