{"id":24762200,"url":"https://github.com/timnekk/gigapixel","last_synced_at":"2025-04-07T07:04:25.289Z","repository":{"id":48305315,"uuid":"516831536","full_name":"TimNekk/Gigapixel","owner":"TimNekk","description":"Topaz Gigapixel AI Automation Library","archived":false,"fork":false,"pushed_at":"2025-01-15T09:10:30.000Z","size":289,"stargazers_count":47,"open_issues_count":1,"forks_count":9,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-31T06:01:44.731Z","etag":null,"topics":["automation","photo-enhance","python","topaz","topaz-gigapixel-ai","upscale","windows"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/gigapixel/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TimNekk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":null,"patreon":null,"open_collective":"gigapixel","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":["https://new.donatepay.ru/@1331501"]}},"created_at":"2022-07-22T17:16:59.000Z","updated_at":"2025-03-30T01:24:03.000Z","dependencies_parsed_at":"2025-01-28T19:34:28.820Z","dependency_job_id":"29c2b597-b98c-4d28-b130-5d823553183e","html_url":"https://github.com/TimNekk/Gigapixel","commit_stats":{"total_commits":22,"total_committers":2,"mean_commits":11.0,"dds":"0.045454545454545414","last_synced_commit":"67f7fa136e0e7e40ad657e2b5bc3a12e4269b34e"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimNekk%2FGigapixel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimNekk%2FGigapixel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimNekk%2FGigapixel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimNekk%2FGigapixel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimNekk","download_url":"https://codeload.github.com/TimNekk/Gigapixel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608150,"owners_count":20965952,"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":["automation","photo-enhance","python","topaz","topaz-gigapixel-ai","upscale","windows"],"created_at":"2025-01-28T19:29:02.909Z","updated_at":"2025-04-07T07:04:25.269Z","avatar_url":"https://github.com/TimNekk.png","language":"Python","funding_links":["https://opencollective.com/gigapixel","https://new.donatepay.ru/@1331501"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"logo.png\" alt=\"Gigapixel\" height=\"260\"\u003e\n  \u003cbr\u003e\n  Gigapixel\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eTopaz Gigapixel AI automation tool\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/v/gigapixel?style=for-the-badge\" alt=\"PyPI\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/pyversions/gigapixel?style=for-the-badge\" alt=\"Python 3\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/actions/workflow/status/TimNekk/Gigapixel/tests.yml?branch=main\u0026label=TESTS\u0026style=for-the-badge\" alt=\"Tests\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#requirements\"\u003eRequirements\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#contributing\"\u003eContributing\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n## Requirements\n\nTested on [Topaz Gigapixel AI](https://www.topazlabs.com/gigapixel-ai) **v7.2.3**\n\n## Installation\n\nInstall the latest version with [PyPI](https://pypi.org/project/gigapixel/)\n\n```bash\npip install -U gigapixel\n```\n\n## Usage\n\n```python\nfrom gigapixel import Gigapixel\n\ngp = Gigapixel(r\"C:\\Program Files\\Topaz Labs LLC\\Topaz Gigapixel AI\\Topaz Gigapixel AI.exe\")\n\ngp.process(r\"path\\to\\image.jpg\")\n```\n\nAdditional parameters can be passed to `process()` method:\n```python\nfrom gigapixel import Scale, Mode\n\ngp.process(\n  r\"path\\to\\image.jpg\",\n  scale=Scale.X2,\n  mode=Mode.STANDARD,\n)\n```\n\n\u003e **Warning!**\n\u003e Using parameters (`scale`, `mode`) may take **additional time** to process single image.\n\u003e Consider using them only when needed.\n\u003e To get the best performance, use `gp.process(r\"path\\to\\image.jpg\")`\n\n\n## Contributing\n\nBug reports and/or pull requests are welcome\n\n\n## License\n\nThe module is available as open source under the terms of the [Apache License, Version 2.0](https://opensource.org/licenses/Apache-2.0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimnekk%2Fgigapixel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimnekk%2Fgigapixel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimnekk%2Fgigapixel/lists"}