Page 1 of 1

WebP Lossless and WebP compressed

Posted: Tue Mar 05, 2019 12:18 pm
by nadie4ever
Hello guys,
I'm new to the forum, but I could not find it. I'm converting a bunch of SVGs to PNG with rsvg-convert and then using nConvert to transform from those PNG to WEBP (lossless and losy).

So the line I'm using for WEBP 70%

Code: Select all

D:\wamp\www\wf3.pro\nconvert\nconvert -out webp -q 70 -i D:/wamp/www/wf3.pro/img/countries/ac/ad0/*.png
But I have no idea how to convert the same thing into lossless WEBP (which is NOT -q 100). This is what I came up, but I need confirmation that this is it

Code: Select all

D:\wamp\www\wf3.pro\nconvert\nconvert -out webp -c 0 -i D:/wamp/www/wf3.pro/img/countries/ac/ad0/*.png

Re: WebP Lossless and WebP compressed

Posted: Mon Mar 11, 2019 4:03 pm
by xnview
please try

Code: Select all

-q -1

Re: WebP Lossless and WebP compressed

Posted: Fri May 31, 2019 11:59 am
by toodles
xnview wrote: Mon Mar 11, 2019 4:03 pm please try

Code: Select all

-q -1
Is there also an option for the compression method 1-6 similar to cwebp? Thanks