Pcrd-Wiki icon indicating copy to clipboard operation
Pcrd-Wiki copied to clipboard

Reduce image size

Open aa13058219642 opened this issue 5 years ago • 1 comments

建议把提取出来的图缩一下再扔到网站上,加快一点网站速度

aa13058219642 avatar Jul 16 '18 02:07 aa13058219642

Please make a research about appropriate resize ratio on different page.

For example, on unit list page, picture source size is 512x256 but real size on 1080p screen is 340x170

I will add a new ratio parameter on statics collecting function interface

def get_img(self, img_dirs, force43=False, fill_color="#fff", force=False, ratio=1.0):

and then add ratios here.

PaleNeutron avatar Jul 16 '18 07:07 PaleNeutron