Skip to content

losslessly optimized png files#8411

Open
oakrotka wants to merge 1 commit into
LMMS:masterfrom
oakrotka:master
Open

losslessly optimized png files#8411
oakrotka wants to merge 1 commit into
LMMS:masterfrom
oakrotka:master

Conversation

@oakrotka
Copy link
Copy Markdown

I ran this command in the project root to losslessly reduce the size of every png in the repository using oxipng

fd -e png -X oxipng -o max -z -i keep --zi=100000 --ziwi=15 -vvv --

This reduced the total size of every png in the repository combined from 3.71 MiB to 3.03 MiB.

achieved by running the command `oxipng -o max -z -i keep --zi=100000 --ziwi=15`
on every png file in the repository
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.

1 participant