Skip to content

NicholasRoge/comicimg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Comic Image Filter

Command to apply a comic filter to a specified image.

Example Output

comicimg --color --size 5 in.jpg out.png

in.jpg

in.jpg

out.jpg out.jpg

How to Use

usage: comicimg [-h] [-c] [-s SIZE] infile [outfile]

Applies a comic book filter effect to an image.

positional arguments:
  infile                file to apply the filter effect to
  outfile               file or path to store the modified image

optional arguments:
  -h, --help            show this help message and exit
  -c, --color           render the image in color
  -s SIZE, --size SIZE  diameter of the 'circles' in pixels

Add bin to your path and invoke apply the filter by passing at least one argument (the name of the file to apply the filter to) to the comicimg script.

License

This project is licensed under the MIT License - see LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published