{"id":19608971,"url":"https://github.com/davecom/dissolve","last_synced_at":"2026-06-10T04:31:44.430Z","repository":{"id":66360390,"uuid":"268216701","full_name":"davecom/dissolve","owner":"davecom","description":"Make an animated GIF that dissolves from one image to another using Python's Pillow.","archived":false,"fork":false,"pushed_at":"2020-12-25T15:22:47.000Z","size":9894,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T17:16:41.427Z","etag":null,"topics":["animated-gif","pil","pillow","python"],"latest_commit_sha":null,"homepage":null,"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/davecom.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":"2020-05-31T05:41:24.000Z","updated_at":"2023-11-11T09:09:27.000Z","dependencies_parsed_at":"2023-02-21T18:15:18.666Z","dependency_job_id":null,"html_url":"https://github.com/davecom/dissolve","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davecom/dissolve","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davecom%2Fdissolve","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davecom%2Fdissolve/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davecom%2Fdissolve/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davecom%2Fdissolve/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davecom","download_url":"https://codeload.github.com/davecom/dissolve/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davecom%2Fdissolve/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34137570,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["animated-gif","pil","pillow","python"],"created_at":"2024-11-11T10:18:48.144Z","updated_at":"2026-06-10T04:31:44.405Z","avatar_url":"https://github.com/davecom.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dissolve\nMake an animated GIF that dissolves from one image to another using Python's Pillow.\n\n## Summary\nThis example program shows the basic usage of the Python `argparse` module and the third-party [Pillow](https://python-pillow.org) library. In particular, modifying images at the pixel level and creating animated GIFs is demonstrated.\n\n## Requirements\nThis program was tested on Python 3.7, and should work on newer versions. You must have the `Pillow` library installed. For example, `pip3 install pillow`. It was tested with Pillow 7.1.2.\n\n## Running\n\n```\npython3 dissolve.py -h           \nusage: dissolve [-h] source destination name\n\npositional arguments:\n  source       The image to dissolve from.\n  destination  The image to dissolve to.\n  name         The name for the animated GIF file.\n```\n\n## Example\n\n```\npython3 dissolve.py example1.jpeg example2.jpeg result.gif\n```\n![result.gif](result.gif)\n\n## License\nLicensed under the Apache License, version 2.0","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavecom%2Fdissolve","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavecom%2Fdissolve","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavecom%2Fdissolve/lists"}