Zenjir0 / es-theme-ComicBook

ComicBook Theme 16:9 - Revived
Other
12 stars 5 forks source link

Pac-man custom collection bannerlogo just shows up as white in the theme #39

Closed rodclemen closed 4 years ago

rodclemen commented 4 years ago

I don't know if its just on my system (pi4b) but the pacman bannerlogo just shows as a white box.

I fixed it by downsizing it (made it 1000px which I think is still plenty big)

bannerlogo

Zenjir0 commented 4 years ago

Yeah it was pretty big. Even though it is only 108KB, it's resolution was absurdly high. I pushed your edit of the logo to master just now. d64cb6b21f1a2eb268621897f2ab91c0f07155e8

Zenjir0 commented 4 years ago

I've actually recently learned a few things about how the file size of the image impacts the memory on the Raspberry Pi devices. So if you happen to find anymore feel free to mention them here. I do plan on going through and making sure all my images are appropriate sizes.

rodclemen commented 4 years ago

I will :) and in case you don't know, you can save some insane space using something like https://tinypng.com.

Zenjir0 commented 4 years ago

Oh I know. I use PNGquant/Pngyu but it does not resize the image it only "compresses" or in reality it just removes redundant data, and uses dithering.