Convert any of your images to Catppuccin colors!
./catpic <input_image_path> [output_image_path_or_directory] [options]
-l
Use Latte palette-f
Use Frappe palette-a
Use Macchiato palette-m
Use Mocha palette (default)
- Convert using the default Mocha palette:
./catpic input.png
- Convert using Latte palette:
./catpic input.png -l
- Convert using multiple palettes (e.g., Latte and Frappe):
./catpic input.png -lf
- Specify an output directory:
./catpic input.png /path/to/output/ -m
If no output path is specified, the converted image will be saved in the current directory with a filename format:
<original_filename>.catppuccin-<selected_palettes>.<original_extension>
For example, converting image.png
with the Mocha palette will produce:
image.catppuccin-mocha.png
Ensure that ImageMagick is installed on your system:
sudo apt install imagemagick
The Catppuccin Logo for the README.md of this GitHub repository is from daveedmee/catppuccin-icons. If you think I've violated the rights of the original author, please raise an issue and I'll remove it as soon as possible.