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 PNG files #19682

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dilyanpalauzov
Copy link

by calling for i in $(find -name '*.png'); do optipng -o7 -zm9 $i; done.

Q A
Is bugfix?
New feature?
Breaks BC?
Fixed issues

by calling
  for i in `find -name '*.png'`; do optipng -o7 -zm9 $i; done
@what-the-diff
Copy link

what-the-diff bot commented Nov 18, 2022

  • The binary files of the images in docs/guide-es and docs/guide-fr were changed.
  • In addition, a new image was added to guide-id folder: start-gii.png
  • The binary files of the images in docs/guide-id,docs/guide-ja and docs/guide-pl were changed.
  • In addition to that, some other changes are made for these languages:
    • application structure image is added into guide pl;
    • gii entry image is added into guide pt_BR;
  • The binary files of the images in docs/guide-pt-BR,docs/guide-ru and docs/guide-uk are changed.
  • The binary file of image application structure is changed in guide vi
  • Change the language of some files from English to Vietnamese.
  • Delete all images in docs/guide-vi and replace them with new ones (the same as those in docs/guide).
  • Delete all images in docs/guide-zh-CN and replace them with new ones (the same as those in docs/guide).
  • The binary files of versions-branches.png in docs/internals, docs/internals-ja and
    docs/internals-pl were changed.
  • The binary file of exception_hierarchy.png in the same directories was also changed

Copy link
Member

@Arhell Arhell left a comment

Choose a reason for hiding this comment

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

previously after viewing the optimized images did not notice the loss of quality
@samdark

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

2 participants