This Automator workflow automatically creates PNG copies of WEBP images in your Downloads and Pictures folders.
- Watches Downloads and Pictures folders for WEBP files
- Automatically creates a PNG copy of each WEBP file
- Keeps the original WEBP file intact
- Uses built-in macOS
sips
command for conversion
- Open Automator and create a new workflow
- Choose "Folder Action" as the type
- Select both Downloads and Pictures folders to watch
- Add a "Run AppleScript" action
- Paste the provided script into the action
- Save the workflow
- macOS (comes with
sips
command pre-installed)
This script creates copies. Your storage space may fill up faster if you receive many WEBP files.
For issues or improvements, please contact the script author.
This README provides a concise overview of the WEBP to PNG converter script. It includes:
- A brief description of what the script does
- Key features
- Setup instructions
- System requirements
- A note about potential storage implications
- A brief mention of support
This README should give users a quick understanding of the script's purpose and how to set it up. It's intentionally kept short and to the point, as requested.
Would you like me to modify or expand on any part of this README?