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

Optimize images in XMLUI base theme #350

Merged
merged 2 commits into from
Dec 17, 2017

Commits on Dec 17, 2017

  1. xmlui: Optimize SVGs in base theme using svgo

    This saves ~1.2KiB per image.
    alanorth committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    f4e5df6 View commit details
    Browse the repository at this point in the history
  2. xmlui: Optimize PNGs in base theme using pngquant

    This is a lossy optimization using pnquant but there is no visual
    difference in the resulting image. File size is reduced by one or
    two kilobytes per image. Command line used:
    
    $ pngquant --verbose --speed 1 --strip
    
    See: https://images.guide/
    See: https://ariya.io/2016/07/shrinking-png-images-with-quantization
    alanorth committed Dec 17, 2017
    Configuration menu
    Copy the full SHA
    cedf299 View commit details
    Browse the repository at this point in the history