TianZerL / Anime4KCPP

A high performance anime upscaler
GNU General Public License v3.0
1.82k stars 139 forks source link

Use BMP instead of PNG for speedup - fix folder input extension handling #67

Open jrobgh opened 3 years ago

jrobgh commented 3 years ago

Would like to input a folder of BMP and output a folder of BMP to avoid CPU perf hit of encoding PNG.

When --input is set to a folder (containing .bmp), the output file extension defaults to .png.

Either default output extension to match input, or add a CLI flag to enable choosing output extension.

TianZerL commented 3 years ago

For Anime4KCPP 2.5.0 And newer, output extension is to match input by default. Make sure you are using new version.