{"id":26690202,"url":"https://github.com/iiey/nikgimp","last_synced_at":"2025-10-07T22:07:36.697Z","repository":{"id":284534742,"uuid":"954583748","full_name":"iiey/nikgimp","owner":"iiey","description":":art: A GIMP python plugin for Nik Collection","archived":false,"fork":false,"pushed_at":"2025-06-06T23:11:20.000Z","size":80,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T23:28:40.753Z","etag":null,"topics":["gimp","gimp-plugins","gimp3","python"],"latest_commit_sha":null,"homepage":"https://iiey.github.io/nikgimp/","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/iiey.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"iiey","custom":"paypal.me/mtly"}},"created_at":"2025-03-25T09:58:41.000Z","updated_at":"2025-06-06T23:11:24.000Z","dependencies_parsed_at":"2025-04-12T21:13:29.673Z","dependency_job_id":"d614c495-ef70-46f5-b3c9-fc796dd2d2c6","html_url":"https://github.com/iiey/nikgimp","commit_stats":null,"previous_names":["iiey/nikgimp"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/iiey/nikgimp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiey%2Fnikgimp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiey%2Fnikgimp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiey%2Fnikgimp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiey%2Fnikgimp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iiey","download_url":"https://codeload.github.com/iiey/nikgimp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iiey%2Fnikgimp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278854307,"owners_count":26057440,"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","status":"online","status_checked_at":"2025-10-07T02:00:06.786Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["gimp","gimp-plugins","gimp3","python"],"created_at":"2025-03-26T15:21:36.979Z","updated_at":"2025-10-07T22:07:36.691Z","avatar_url":"https://github.com/iiey.png","language":"Python","funding_links":["https://github.com/sponsors/iiey","paypal.me/mtly"],"categories":[],"sub_categories":[],"readme":"[![ci](https://github.com/iiey/nikgimp/actions/workflows/linting.yml/badge.svg?branch=main)](https://github.com/iiey/nikgimp/actions/workflows/linting.yml)\n\n# nikgimp\n\nA Python GIMP plugin for processing images using **external** Nik Collection programs.\n\n## Compatibility\n\n**Prerequisites:** Make sure the *Google Nik Collection* is installed on your system before proceeding.\u003cbr\u003e\nIt was tested with the `v1.2.11`, you could still find it on the internet\u003cbr\u003e\nor try this download link [Google Nik Collection v1.2.11][download_link],\nwhich contains both Win \u0026 Mac installation.\n\n- GIMP version `\u003e= 3.0.0`\n- Windows 10, 11 (tested)\n- Unix-like i.e. Linux with Wine \u0026 MacOS may need a little further fine-tune\n\n## Installation\n\n1. Create a folder named `nikplugin/` under the *plug-ins folder of your GIMP installation*\n2. Copy [nikplugin.py](nikplugin.py) (latest) into the folder, e.g. under windows:\n    ```sh\n    GIMP_INSTALLATION_PATH/lib/gimp/3.0/plug-ins/nikplugin/nikplugin.py\n    ```\n3. (Re)start GIMP, the plugin should appear under the menu `Filters \u003e NikCollection`\n\n**Note**: For details see [Wiki - Installation][wiki_install]\u003cbr\u003e\n**Note**: See also [TROUBLESHOOTING][troubles] if encountering any issue or using a *non-default location* for Nik installation.\n\n### Update\n- Replace the script with the latest version or [stable releases][releases] `nikplugin.py` in this repository and restart GIMP\n\n### Uninstall\n- Remove the folder `nikplugin/` from your `plugin-ins` directory\n\n## Usage\n\nAfter installation, you can access the Nik Collection filters from GIMP's Filters menu.\u003cbr\u003e\nThe plugin sends the current image to the selected Nik Collection program, and after processing, will return the result to GIMP.\u003cbr\u003e\nSee [demo video][wiki_demo].\n\n## License\n\nThis code revises the original `shellout.py` script to make it compatible with the API in GIMP `v3.x`.\nIt maintains the same functionality but updates the implementation to work with the [GIMP Python API v3.0][api30].\n\nThis plugin has the same license `GNU GPLv3` as the original [shellout.py][gimp2_shellout] script it's based on.\n\n\n\u003c!--references--\u003e\n[api30]: https://developer.gimp.org/api/3.0\n[download_link]: https://www.techspot.com/downloads/6809-google-nik-collection.html\n[gimp2_shellout]: https://github.com/iiey/nikgimp/blob/main/gimp2x/shellout.py\n[releases]: https://github.com/iiey/nikgimp/blob/main/CHANGELOG.md\n[troubles]: https://github.com/iiey/nikgimp/blob/main/troubleshooting.md\n[wiki_install]: https://github.com/iiey/nikgimp/wiki/install\n[wiki_demo]: https://github.com/iiey/nikgimp/wiki/demo","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiiey%2Fnikgimp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiiey%2Fnikgimp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiiey%2Fnikgimp/lists"}