xuzhengyi1995 / Manga_downloader

A Manga download framework using selenium.
654 stars 58 forks source link

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

Open fooladay opened 1 year ago

fooladay commented 1 year 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 5 months 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).