#!/bin/bash

img2webp -v -loop 0 -d 1000 -lossy -q 97 -m 4 output*.png -o TutorialPart07.webp

