mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-25 15:35:49 +03:00
[PR #151] [CLOSED] Optimize PNG images losslessly using zopflipng #177
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#177
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/seemoo-lab/AirGuard/pull/151
Author: @PeterDaveHello
Created: 10/1/2023
Status: ❌ Closed
Base:
main← Head:OptimizePNG📝 Commits (1)
ad4ae07Optimize PNG images losslessly using zopflipng📊 Changes
29 files changed (+0 additions, -0 deletions)
View changed files
📝
app/src/main/ic_launcher-playstore.png(+0 -0)📝
app/src/main/res/drawable-hdpi/ic_bluetooth_off.png(+0 -0)📝
app/src/main/res/drawable-hdpi/ic_map_zoom.png(+0 -0)📝
app/src/main/res/drawable-mdpi/ic_bluetooth_off.png(+0 -0)📝
app/src/main/res/drawable-mdpi/ic_map_zoom.png(+0 -0)📝
app/src/main/res/drawable-xhdpi/ic_bluetooth_off.png(+0 -0)📝
app/src/main/res/drawable-xhdpi/ic_map_zoom.png(+0 -0)📝
app/src/main/res/drawable-xxhdpi/ic_bluetooth_off.png(+0 -0)📝
app/src/main/res/drawable-xxhdpi/ic_map_zoom.png(+0 -0)📝
app/src/main/res/mipmap-hdpi/ic_launcher.png(+0 -0)📝
app/src/main/res/mipmap-hdpi/ic_launcher_background.png(+0 -0)📝
app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png(+0 -0)📝
app/src/main/res/mipmap-hdpi/ic_launcher_round.png(+0 -0)📝
app/src/main/res/mipmap-mdpi/ic_launcher.png(+0 -0)📝
app/src/main/res/mipmap-mdpi/ic_launcher_background.png(+0 -0)📝
app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png(+0 -0)📝
app/src/main/res/mipmap-mdpi/ic_launcher_round.png(+0 -0)📝
app/src/main/res/mipmap-xhdpi/ic_launcher.png(+0 -0)📝
app/src/main/res/mipmap-xhdpi/ic_launcher_background.png(+0 -0)📝
app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png(+0 -0)...and 9 more files
📄 Description
This commit applies extreme, lossless optimization to PNG images using zopflipng. The aim is to reduce the overall size of the releases.
As the result, there are 29 PNG images recompressed as below:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.