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 images using oxipng and format files for POSIX compliance #367

Merged
merged 2 commits into from
Jun 21, 2022

Conversation

aaronfranke
Copy link
Contributor

I losslessly optimized all of the PNG images in this repo with the command oxipng -o6 --strip all --zopfli --fix. This reduces the files size of the images but does not affect the pixels.

The second commit of this PR formats the files for POSIX compliance. I also updated the .gitattributes file to tell Git to set line endings correctly, and updated the .gitignore file to be future-proof for Godot 4.

@bitwes
Copy link
Owner

bitwes commented Jun 20, 2022

This looks good. They moved the "ignore whitespace" button which was holding me up on reviewing this. I also discovered that Godot has a trim whitespace option which makes these changes maintainable. I'll take another look at this and merge it this week.

Copy link
Owner

@bitwes bitwes left a comment

Choose a reason for hiding this comment

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

Reviewed changes, ran all tests, everything looks good.

@bitwes bitwes merged commit 644f579 into bitwes:master Jun 21, 2022
@aaronfranke aaronfranke deleted the oxipng-and-format branch June 21, 2022 14:54
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