WebP Lossless and WebP compressed
Posted: Tue Mar 05, 2019 12:18 pm
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%
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
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
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