{"id":22954752,"url":"https://github.com/cl4cnam/gimp_cartoon_plugin","last_synced_at":"2025-07-08T19:05:17.363Z","repository":{"id":132739024,"uuid":"346174572","full_name":"cl4cnam/gimp_cartoon_plugin","owner":"cl4cnam","description":"Photo to cartoon","archived":false,"fork":false,"pushed_at":"2024-01-10T12:43:05.000Z","size":1152,"stargazers_count":17,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T14:38:34.834Z","etag":null,"topics":["cartoonify","cartoonization","cartoonize","cartoonizer","gimp-plugin","gmic-filter","photo-to-cartoon","photo-to-comic"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cl4cnam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-03-09T23:38:20.000Z","updated_at":"2024-12-30T22:25:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"55442c44-a574-4b2b-94cc-3d8500fc93a5","html_url":"https://github.com/cl4cnam/gimp_cartoon_plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cl4cnam/gimp_cartoon_plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cl4cnam%2Fgimp_cartoon_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cl4cnam%2Fgimp_cartoon_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cl4cnam%2Fgimp_cartoon_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cl4cnam%2Fgimp_cartoon_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cl4cnam","download_url":"https://codeload.github.com/cl4cnam/gimp_cartoon_plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cl4cnam%2Fgimp_cartoon_plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264330497,"owners_count":23591953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cartoonify","cartoonization","cartoonize","cartoonizer","gimp-plugin","gmic-filter","photo-to-cartoon","photo-to-comic"],"created_at":"2024-12-14T16:19:27.118Z","updated_at":"2025-07-08T19:05:17.343Z","avatar_url":"https://github.com/cl4cnam.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gimp_cartoon_plugin\nTo turn a photo into a cartoon image.\n\n## Note\nFor G'MIC 2.9.8 and later, don't use this but use \"Filters -\u003e G'MIC-Qt -\u003e Artistic -\u003e Comic Book\" (You have to have updated G'MIC filters by \"ctrl-R\").\n\nVideo in [German](https://www.youtube.com/watch?v=YGjcfiL1WpY) (by Michael), in [French](https://www.youtube.com/watch?v=v9awRDuzDrk) (by Miguel Pineau), in [English](https://www.youtube.com/watch?v=s_wjVWi76Ow).\n\nYou can also use it to make [cartoon film](https://www.youtube.com/watch?v=NS5Ih8ywboI).\n\nThis plugin is discussed [here](http://gimpchat.com/viewtopic.php?f=11\u0026t=19335).\n\n## Prerequisite\n- GIMP 2.8\n- G'MIC 1.7.9\n\nor\n- GIMP 2.10\n- G'MIC 2.9.7\n\n## Install\nFor GIMP 2.8, copy \"bede2.8.py\" into ~/.gimp-2.8/plug-ins/.\n\nFor GIMP 2.10, copy \"bede2.10.py\" into the folder indicated at \"Edit-\u003ePreferences-\u003eFolders-\u003ePlug-ins\".\n\nFor GIMP 2.10 and G'MIC 2.9.8 (or G'MIC 3.1.x), copy \"bede2.10_GMIC2.9.8.py\" into the folder indicated at \"Edit-\u003ePreferences-\u003eFolders-\u003ePlug-ins\".\n\n***Warning*** : Do not forget to allow this file to be exexcuted as a program.\n\nRestart GIMP, the plugin should appear as a menu \"Filters-\u003eArtistic-\u003eBédé...\" or \"Filters-\u003eArtistic-\u003eSimple Cartoon\".\n\nOn Windows, if the plugin does not work, delete the first line of the file \"bede2.x.py\" (\"#!/usr/bin/env python\") (\"new line\" character included).\n\n## Tips\n- If black specks in outcome annoy, try \"anti-parasites\".\n- If double lines in outcome annoy, try \"luminosité\" in \"méthode de désaturation des bords\" (and reduce \"suppression traits parasites\" slightly).\n- If aliasing in outcome annoy, try \"antialias à chaque applatissement\" (and reduce \"antialias\" strongly).\n- If you want computer style line, set \"antialias\" to 0.\n- If you dislike color change, set \"augmentation saturation\" to 0.\n- If some color bleeds onto places around them, try to reduce \"aplatissement final\".\n\n## Examples\n![Examples](https://raw.githubusercontent.com/cl4cnam/gimp_cartoon_plugin/main/exemples/ExemplesBede2.png)\n![Examples](https://raw.githubusercontent.com/cl4cnam/gimp_cartoon_plugin/main/exemples/example.jpg)\n\n### Sources\nAll sources are public domain: [Elephant](https://fr.wikipedia.org/wiki/Fichier:Elephants_at_Etosha_National_Park03.JPG), [Sea lion](https://fr.wikipedia.org/wiki/Fichier:New_Zealand_Sea_Lion.jpg), [Broek in waterland](https://fr.wikipedia.org/wiki/Fichier:Broek_in_waterland_077.JPG), [Routemaster](https://fr.wikipedia.org/wiki/Fichier:Routemaster.JPG), [Giraffe](https://www.wpclipart.com/animals/G/giraffe/giraffe_photo.jpg.html), [Goldfish](https://www.wpclipart.com/animals/aquatic/fish/G/goldfish/Goldfish_photo_2.jpg.html), [King bolete](https://wpclipart.com/plants/mushroom/mushroom_photos/King_Boletus__Boletus_edulis.jpg.html), [Kitten](https://www.wpclipart.com/animals/cats/cat_photos/kitten_white_sitting.jpg.html), [Buttercup](https://www.wpclipart.com/plants/flowers/_B/buttercup/photos/Ranunculus_gramineus_blossom.jpg.html).\n\n### How have I produced the first four examples :\n- crop into a square shape,\n- reduce to 256 by 256 pixels,\n- apply \"Bédé\" filter with default parameters.\n\n### How have I put the first four examples together :\n- put them side by side,\n- reduce the outcome by 50%.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcl4cnam%2Fgimp_cartoon_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcl4cnam%2Fgimp_cartoon_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcl4cnam%2Fgimp_cartoon_plugin/lists"}