Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • M MathJax
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 304
    • Issues 304
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 15
    • Merge requests 15
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MathJax
  • MathJax
  • Merge requests
  • !750

images: Optimize PNG images further with optipng and advpng. (Closes #748)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/rbrito/recompress-pngs into develop Feb 24, 2014
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: rbrito

The commands used for recompression were:

optipng -zc1-9 -zm1-9 -zs0-3 -f0-5 *.png
advpng -z3 *.png
advpng -z4 -i500 *.png

Note that advpng uses different algorithms when recompressing the image. The 3 refers to 7zip's deflate implementation, while 4 refers to Google's zopfli. For zopfli, the argument to -i specifies how many iterations to run.

Signed-off-by: Rogério Brito rbrito@ime.usp.br

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/rbrito/recompress-pngs