Skip to content

walking-octopus/auto-webp2png

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

auto-webp2png

auto-webp2png is a small python script that automatically converts new webp images to png. I hope someone will find it useful.

Why?

If a user downloads a webP image, good luck reusing it. They can’t open it in Photoshop. They can’t view it or edit it without using special webP-compatible software. And they’ll run into trouble sharing it by email or social media.

Source

Installation

  1. Install it: pip install watchdog webptools; wget https://raw.githubusercontent.com/walking-octopus/auto-webp2png/main/webp2png; chmod +x ./webp2png; mv ./webp2png ~/.local/bin/webp2png;
  2. Test it: webp2png ~/Downloads
  3. Add it to startup

About

Automatically converts new webp images to png.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published