dshepsis / OkamiMap

Resource for the locations of items and other objects in the video game Okami
https://dshepsis.github.io/OkamiMap/
1 stars 1 forks source link

Optimize, Compress, and Resize Images #2

Closed dshepsis closed 2 years ago

dshepsis commented 3 years ago

The images are currently uncompressed PNG's captured from in-game. They are very large in terms of network size. I will compress them into webp's at full resolution (for use on the table preview) and significantly reduced resolution (for use on the leaflet map preview).

zysim commented 3 years ago

FWIW this'll be partially solved with #26

zysim commented 2 years ago

Looking back at this; isn't this solved already? If not, there's that script I wrote that we could use to compress everything as needed.

dshepsis commented 2 years ago

I originally wanted to have smaller versions of the images for the leaflet map, but I'm not really sure that's necessary at this point. I'll close this for now and maybe when things progress further we can revisit the costs/benefits.