spring / upq

extracts metadata of game and map files of the spring engine
https://springfiles.springrts.com/
GNU General Public License v3.0
2 stars 5 forks source link

use smaller image files for the map thumbnails #87

Closed springraaar closed 1 year ago

springraaar commented 2 years ago

currently the springfiles UI is showing the minimap images available for the thumbnails, but they're often relatively large, like 1024x1024. browsing through the results implies requesting dozens or hundreds of such images.

abma commented 2 years ago

imho create a thumbnail script which takes the "original" image and scales it to the requested size (+maybe cache the result?!)

springraaar commented 1 year ago

this was implemented on https://github.com/spring/upq/pull/88