{"id":23317370,"url":"https://github.com/cektor/resynthesizer-liquidrescale-gimp-plugin","last_synced_at":"2025-07-26T13:40:13.228Z","repository":{"id":265309637,"uuid":"895754798","full_name":"cektor/Resynthesizer-LiquidRescale-GIMP-Plugin","owner":"cektor","description":"This bash script is designed to ensure proper installation, updating and installation of GIMP on Linux (apt/dep) based operating systems. The script uninstalls the pre-installed GIMP application, installs Flatpak, installs GIMP via Flatpak and installs the necessary additional GIMP plugins (Resynthesizer and LiquidRescale).","archived":false,"fork":false,"pushed_at":"2024-12-07T07:18:02.000Z","size":205,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T04:31:40.768Z","etag":null,"topics":["gimp","gimp-plugin","liquidrescale","resynthesizer"],"latest_commit_sha":null,"homepage":"https://algyazilim.com","language":"Shell","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/cektor.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}},"created_at":"2024-11-28T20:43:14.000Z","updated_at":"2024-12-12T18:18:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"86f887e0-a7c5-41a8-ab50-cb4b3e4e2529","html_url":"https://github.com/cektor/Resynthesizer-LiquidRescale-GIMP-Plugin","commit_stats":null,"previous_names":["cektor/resynthesizer-liquidrescale-gimp-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cektor/Resynthesizer-LiquidRescale-GIMP-Plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FResynthesizer-LiquidRescale-GIMP-Plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FResynthesizer-LiquidRescale-GIMP-Plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FResynthesizer-LiquidRescale-GIMP-Plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FResynthesizer-LiquidRescale-GIMP-Plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cektor","download_url":"https://codeload.github.com/cektor/Resynthesizer-LiquidRescale-GIMP-Plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cektor%2FResynthesizer-LiquidRescale-GIMP-Plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267175760,"owners_count":24047923,"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-07-26T02:00:08.937Z","response_time":62,"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-plugin","liquidrescale","resynthesizer"],"created_at":"2024-12-20T16:29:03.930Z","updated_at":"2025-07-26T13:40:13.204Z","avatar_url":"https://github.com/cektor.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"#\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/pedromxavier/flag-badges/main/badges/TR.svg\" alt=\"made in TR\"\u003e\n\u003c/a\u003e\n\n# Resynthesizer-LiquidRescale-GIMP-Plugin\nThis bash script is designed to ensure the proper installation, update and installation of GIMP (GNU Image Manipulation Program) on Linux (apt/dep) based operating systems. The script uninstalls the pre-installed GIMP application, installs Flatpak, installs GIMP via Flatpak and installs the necessary additional GIMP plugins (Resynthesizer and LiquidRescale).\n\n\n# Resynthesizer-LiquidRescale-GIMP-Plugin Screenshot\n![gimp](Resynthesizer-LiquidRescale.jpg)  \n\n\n# Main Features:\nRoot Authorization Check: Checks that the script should be run with root (administrator) privileges. If it is not run with root privileges, the user will be notified to run it with the correct command.\nUninstalling GIMP with APT: If GIMP is installed via APT, the script uninstalls GIMP and all associated packages (gimp-data, gimp-plugin-registry).\nGIMP Control with Flatpak: The script checks for an installed version of GIMP with Flatpak on the system. If not, Flatpak is installed.\nInstall GNOME Software Flatpak Plugin: Install the necessary plugin to manage Flatpak applications with GNOME Software.\nAdd Flathub Repository: The Flathub repository is added to your system to allow installation of GIMP and other Flatpak applications.\nFlatpak GIMP Installation: GIMP is installed with Flatpak via Flathub.\nGIMP Plugins Installation: Popular GIMP plugins such as Resynthesizer and LiquidRescale are also installed.\n# Benefits to the User:\nEasy Installation and Update: This script installs GIMP via Flatpak and keeps it up to date, so you can easily get the latest version of GIMP and plugins.\nError Management: Error checking is done at every step. If an operation fails, the script stops and the user receives a meaningful error message.\nWorking with Administrator Rights: Provides a secure environment by informing that the script should only run with administrator rights.\n\n----------------------------------\n\n# Usage:\nYou can use the script by running it from a terminal.\nYou must have root (administrator) privileges for the script to work properly. Therefore, you need to run the script with the sudo command.\n\n\n# Install Git Clone \n\nGithub Package Must Be Installed On Your Device.\n```bash\nsudo apt install git  -y\n```\n----------------------------------\n\n# Installation\nInstall Resynthesizer-LiquidRescale-GIMP-Plugin\n\n```bash\nsudo git clone https://github.com/cektor/Resynthesizer-LiquidRescale-GIMP-Plugin.git\n```\n```bash\ncd Resynthesizer-LiquidRescale-GIMP-Plugin/\n\n```\n```bash\nsudo chmod +x gg.sh\n```\n```bash\nsudo ./gg.sh\n```\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcektor%2Fresynthesizer-liquidrescale-gimp-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcektor%2Fresynthesizer-liquidrescale-gimp-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcektor%2Fresynthesizer-liquidrescale-gimp-plugin/lists"}