Skip to content

zerospaces/catpic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Logo
🎨 Catpic

Convert any of your images to Catppuccin colors!

Usage

Basic Command

./catpic <input_image_path> [output_image_path_or_directory] [options]

Options

  • -l Use Latte palette
  • -f Use Frappe palette
  • -a Use Macchiato palette
  • -m Use Mocha palette (default)

Examples

  • 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

Default Output

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

Dependencies

Ensure that ImageMagick is installed on your system:

sudo apt install imagemagick

Logo

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.

About

🐱 Convert any image to Catppuccin!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages