webp to png image conversion

Non release banter
raja
Shogun
Shogun
Posts: 434
Joined: 02 May 2017, 09:51
Distribution: v3.2.2-32 and Porteus-Artix-64
Location: Chennai,India

webp to png image conversion

Post#1 by raja » 24 Mar 2022, 08:53

found this command works... move webp images to a directory, open terminal and run...

Code: Select all

for x in `ls -1 *.webp`; do dwebp {} -o ${x%.*}.png ::: $x; done
Linux Kernel-4.4.272 -32 bit; Linux Kernel-5.4.185 - 64 bit