{"id":20986575,"url":"https://github.com/nota30/gifenc","last_synced_at":"2025-09-02T20:49:54.495Z","repository":{"id":221838585,"uuid":"755466447","full_name":"Nota30/gifenc","owner":"Nota30","description":"A minimal and simple to use GIF encoder","archived":false,"fork":false,"pushed_at":"2024-02-12T03:15:56.000Z","size":1302,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T07:33:29.002Z","etag":null,"topics":["gif-encoder","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nota30.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-02-10T09:49:15.000Z","updated_at":"2024-02-18T19:48:48.000Z","dependencies_parsed_at":"2024-02-10T14:25:54.589Z","dependency_job_id":"d81b105b-8a9c-4c25-b03f-378c42f3110e","html_url":"https://github.com/Nota30/gifenc","commit_stats":null,"previous_names":["nota30/gifenc"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nota30%2Fgifenc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nota30%2Fgifenc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nota30%2Fgifenc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nota30%2Fgifenc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nota30","download_url":"https://codeload.github.com/Nota30/gifenc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243393396,"owners_count":20283785,"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-encoder","go","golang"],"created_at":"2024-11-19T06:14:14.884Z","updated_at":"2025-03-13T11:23:16.872Z","avatar_url":"https://github.com/Nota30.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gifenc\n\nA Golang based GIF encoder/decoder\n- Convert GIFs to images and images to GIFs\n\n## Prerequisites\n- [Go](https://go.dev/)\n \n## Quick Start\nImport the `gifenc` package first.\n```go\npackage main\n\nimport (\n\t\"github.com/Nota30/gifenc\"\n)\n\nfunc main() {\n\tgify := gifenc.Config{}\n\n\t// Decode\n\tvar gif *gif.GIF // Provide a gif\n\timgs, err := gify.Decode(gif)\n\tif err != nil {\n\t\tprintln(err)\n\t}\n\n    // Encode\n\tvar images []image.Image // Provide an array of images\n    encoded, err := gify.Encode(images)\n    if err != nil {\n\t\tprintln(err)\n\t}\n}\n```\nYou can view examples in the `test/test.go` file.\n\n## Issues\n- This package uses Floyd–Steinberg dithering so the GIF result might not be what you expected.\n- Maybe adding other dithering algorithms at a later release?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnota30%2Fgifenc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnota30%2Fgifenc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnota30%2Fgifenc/lists"}