[PR #340] [MERGED] optimize png images losslessly using zopflipng #1217

Closed
opened 2026-02-26 02:35:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/koel/koel/pull/340
Author: @PeterDaveHello
Created: 5/23/2016
Status: Merged
Merged: 5/23/2016
Merged by: @phanan

Base: masterHead: optimize-images


📝 Commits (1)

  • da3acdf optimize png images losslessly using zopflipng

📊 Changes

5 files changed (+0 additions, -0 deletions)

View changed files

📝 resources/assets/img/covers/unknown-album.png (+0 -0)
📝 resources/assets/img/icon.png (+0 -0)
📝 resources/assets/img/logo.png (+0 -0)
📝 resources/assets/img/tile-wide.png (+0 -0)
📝 resources/assets/img/tile.png (+0 -0)

📄 Description

Lossless re-compression png images using Google's zopflipng as below:

 resources/assets/img/covers/unknown-album.png | Bin 25502 -> 20910 bytes
 resources/assets/img/icon.png                 | Bin 5146 -> 4160 bytes
 resources/assets/img/logo.png                 | Bin 20634 -> 16187 bytes
 resources/assets/img/tile-wide.png            | Bin 4005 -> 3253 bytes
 resources/assets/img/tile.png                 | Bin 8106 -> 6470 bytes

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/koel/koel/pull/340 **Author:** [@PeterDaveHello](https://github.com/PeterDaveHello) **Created:** 5/23/2016 **Status:** ✅ Merged **Merged:** 5/23/2016 **Merged by:** [@phanan](https://github.com/phanan) **Base:** `master` ← **Head:** `optimize-images` --- ### 📝 Commits (1) - [`da3acdf`](https://github.com/koel/koel/commit/da3acdfe2b9b0e5c54aeb1ddd04e49aa02511463) optimize png images losslessly using zopflipng ### 📊 Changes **5 files changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `resources/assets/img/covers/unknown-album.png` (+0 -0) 📝 `resources/assets/img/icon.png` (+0 -0) 📝 `resources/assets/img/logo.png` (+0 -0) 📝 `resources/assets/img/tile-wide.png` (+0 -0) 📝 `resources/assets/img/tile.png` (+0 -0) </details> ### 📄 Description Lossless re-compression png images using Google's zopflipng as below: ``` resources/assets/img/covers/unknown-album.png | Bin 25502 -> 20910 bytes resources/assets/img/icon.png | Bin 5146 -> 4160 bytes resources/assets/img/logo.png | Bin 20634 -> 16187 bytes resources/assets/img/tile-wide.png | Bin 4005 -> 3253 bytes resources/assets/img/tile.png | Bin 8106 -> 6470 bytes ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 02:35:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/koel-koel#1217
No description provided.