Suwayomi / Suwayomi-Server

A rewrite of Tachiyomi for the Desktop
Mozilla Public License 2.0
4.16k stars 207 forks source link

I compressed the icon. #169

Closed K0-RR closed 3 years ago

K0-RR commented 3 years ago

Normally I open prs with optimized assets (lossless compression by oxipng) but this time I noticed the https://github.com/Suwayomi/Tachidesk/blob/master/webUI/src/public/favicon.png and https://github.com/Suwayomi/Tachidesk/blob/master/server/src/main/resources/icon/faviconlogo.png are huge (in dimensions and weight). Does this icon need to be this big? I don't think it is displayed anywhere in its full resolution.

I also tried some lossy compression - reduced the color palette to 10 since the icon is simple enough. It went from 579 KB to 48,0 KB. Then resized it to 2000x and got this 18.7 KB file: favicon (1)

AriaMoradi commented 3 years ago

Technically making it x512 is fine too

AriaMoradi commented 3 years ago

closing after #171