ccloli / E-Hentai-Downloader

Download E-Hentai archive as zip file
GNU General Public License v3.0
1.87k stars 138 forks source link

[REQUEST] Post process: WebP convert. #225

Closed momoe closed 2 years ago

momoe commented 2 years ago

Since media is getting exceptionally large uploads on EH I request there be a further option to take all the downloaded media and convert it to the WebP compression before ZIP packaging. It will significantly reduce the file sizes for clients.

https://developers.google.com/speed/webp/docs/compression

ccloli commented 2 years ago

Doing this over browser may significantly slow down your browser and takes more RAM. If you need a smaller package and doesn't care about original image quality, enable Settings -> Advanced -> Force download resized image should help you.

momoe commented 2 years ago

Fair enough, for now I have XnConvert, which allows me to convert the original quality size to WebP while maintaining the original dimensions with negligible quality loss. So far it hasn't taxed more than 130MB ram requirements. but it is a manual batch process each time.