zackees / zcmds

Swiss army knife of insanely productive CLI and AI tools. Cross platform.
MIT License
27 stars 5 forks source link

scale up not work using img2webp #13

Closed sugizo closed 2 months ago

sugizo commented 2 months ago

execute !img2webp 'maxresdefault.jpg' --format 'jpg' --scale 2

result scale up not work (e.g. --scale 2 (double up) ) it only work when scale down (e.g. --scale 0.5)

here the prove (the image before execute img2webp is the original (maxresdefault.jpg)

image