Convert PNGs to webp in Houdini
Convert PNGs to webp
python script node
# create webp version from png subprocess.call( ["cwebp", "-q", "90", oldfilename, "-o", newfilename ] )
installing cwebp on win10
download and copy alle in bin/ to C/program files/webp/ right click on THIS PC -> properties -> advanced system settings advanced tab -> Environment Variables then Double click the Path Variable click new then paste this: C:\Program Files\webp\
Published:
September, 2021