xuzhengyi1995 / Manga_downloader

A Manga download framework using selenium.
607 stars 57 forks source link

图片分辨率低/Low image resolution #152

Open fooladay opened 9 months ago

fooladay commented 9 months ago

在https://www.bookwalker.com.tw/下载的图片分辨率只有7221024,实际的尺寸是14402048。请问如何解决? At https://www.bookwalker.com.tw。The resolution of the downloaded image is only 7221024, the actual size is 14402048.Help plz.

anthqiu commented 1 month ago

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).