Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pascalre/python-fu-cartoonify
GIMP plug-in to turn a photo into a cartoon.
https://github.com/pascalre/python-fu-cartoonify
cartoonify cartoonizer gimp gimp-plugin
Last synced: 19 days ago
JSON representation
GIMP plug-in to turn a photo into a cartoon.
- Host: GitHub
- URL: https://github.com/pascalre/python-fu-cartoonify
- Owner: pascalre
- License: gpl-3.0
- Created: 2022-01-01T13:33:04.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-23T18:23:49.000Z (4 months ago)
- Last Synced: 2024-10-14T04:12:29.469Z (about 1 month ago)
- Topics: cartoonify, cartoonizer, gimp, gimp-plugin
- Language: Python
- Homepage:
- Size: 9.43 MB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# python-fu-cartoonify
A set of GIMP plug-ins to turn a photo into a cartoon.## Preview
![Preview](images/preview.jpg)# Installation
1. Copy `python_fu_cartoonify.py` into the plug-in folder listed under `Edit > Preferences > Folders > Plug-ins`.
1. On unix ensure the file can be executed as program.
1. Restart GIMP, the plug-ins are listed under `Filters > Artistic > Cartoonify`# License
python-fu-cartoonify is licensed under the [GPL-3.0 License](https://raw.githubusercontent.com/pascalre/python-fu-cartoonify/master/LICENSE).