图片分辨率低/Low image resolution
fooladay opened this issue · 1 comments
fooladay commented
在https://www.bookwalker.com.tw/下载的图片分辨率只有722*1024,实际的尺寸是1440*2048。请问如何解决?
At https://www.bookwalker.com.tw。The resolution of the downloaded image is only 7221024, the actual size is 14402048.Help plz.
anthqiu commented
You may edit res at main.py:L21. However the value set there might should consider the width and height of browser border, for example for me (Win11) to get an output of res (1440, 2048) I configured (1456, 2087).