{"id":29192488,"url":"https://github.com/hnthap/gifgen","last_synced_at":"2025-07-02T01:37:05.383Z","repository":{"id":301862823,"uuid":"1010425324","full_name":"hnthap/gifgen","owner":"hnthap","description":"Simple tool to create GIFs from image files. Lightweight (only needs PIL). Useful shortcut for visualization.","archived":false,"fork":false,"pushed_at":"2025-06-29T08:56:51.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-29T09:33:34.126Z","etag":null,"topics":["gif","pillow","script","visualization"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hnthap.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":"2025-06-29T03:32:15.000Z","updated_at":"2025-06-29T08:59:01.000Z","dependencies_parsed_at":"2025-06-29T09:33:37.898Z","dependency_job_id":"0071c872-b147-40fa-a1ef-fb4054915ff8","html_url":"https://github.com/hnthap/gifgen","commit_stats":null,"previous_names":["hnthap/gifgen"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hnthap/gifgen","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hnthap%2Fgifgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hnthap%2Fgifgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hnthap%2Fgifgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hnthap%2Fgifgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hnthap","download_url":"https://codeload.github.com/hnthap/gifgen/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hnthap%2Fgifgen/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263061202,"owners_count":23407599,"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":["gif","pillow","script","visualization"],"created_at":"2025-07-02T01:37:04.809Z","updated_at":"2025-07-02T01:37:05.356Z","avatar_url":"https://github.com/hnthap.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GIFGen\n\nSimple tool to create GIFs from image files.\n\n## Getting Started\n\nYou can setup this on your Python 3 environment as easy as possible.\n\n### Prerequisites\n\n- Python 3\n- Pip\n- Pillow (PIL)\n\n### Installing\n\n```bash\ngit clone https://github.com/hnthap/gifgen\npip install -e ./gifgen\n```\n\nAfter installing, you can simply use it in your code as\n\n```python\nfrom gifgen import create_gif\n\nimage_paths = ['a.png', 'b.jpg']\noutput = 'out'  # Save as out.gif\n\ncreate_gif(image_paths, output, width=512, height=512, duration=100)  # Duration in ms\n```\n\nOr you can run in CLI (see [cli.py](./cli.py)):\n\n```bash\n# Make out.gif from image files from the folder \"images\"\n# You need to replace \"./cli.py\" with the actual path to \"cli.py\"\npython ./cli.py images/ out.gif -d 500 --width 512 --height 512\n```\n\n## Contributing\n\nPlease contribute if you want to improve it! You just need to fork, commit your edit and make a pull request.\n\n## Versioning\n\nWe use [Semantic Versioning](http://semver.org/) for versioning. For the versions\navailable, see the [tags on this\nrepository](https://github.com/hnthap/gifgen/tags).\n\n## Authors\n\nSee the list of\n[contributors](https://github.com/hnthap/gifgen/contributors)\nwho participated in this project.\n\n## License\n\nThis project is licensed under the [CC0 1.0 Universal](LICENSE) Creative Commons License - see the [LICENSE.md](LICENSE) file for details.\n\n\u003c!-- ## Acknowledgments --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhnthap%2Fgifgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhnthap%2Fgifgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhnthap%2Fgifgen/lists"}