Linux Jpeg Png formatından WebP formatına çevirmek
sudo apt-get install webp
WebP --> Png
dwebp muslu.webp -o muslu.png
Jpeg --> WebP
cwebp -q 90 muslu.jpeg -o muslu.webp
Faydalı Olması Dileği İle
SunucuPARK Destek
sudo apt-get install webp
WebP --> Png
dwebp muslu.webp -o muslu.png
Jpeg --> WebP
cwebp -q 90 muslu.jpeg -o muslu.webp
Faydalı Olması Dileği İle
SunucuPARK Destek