Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have optimized the size of the PNG files in the repository. I did the following:
oxipng -r -s -o max .
. This recompresses them more efficiently, usually about 20% smaller than the max compression option in GIMP, and strips any metadata that doesn't affect the image.The largest gains were on the skin textures, followed by the clothes. About 28 megabytes total were saved. During step 3 I also removed the copyright notices from the litspheres and the skin textures. The litspheres still had AGPL listed, and the skins pointed to the old makehuman.org website. The former I simply removed, the latter I replaced with a smaller notice in the top right that points to the new makehumancommunity.org.
Also, slightly off-topic, but I noticed while editing the skin textures that almost all of them still have the male genitalia. The female genitalia were removed, I assume this was done back when the genitalia models were removed, but the male ones seem to have been left. I'm not sure if that's intentional. They're even present on the skin textures labeled as female. Removing them would save a bit more space, but I kept them. Except on the special suit textures, since they especially didn't make sense there.