{"id":13636652,"url":"https://github.com/leafo/giflib","last_synced_at":"2025-11-13T17:03:22.376Z","repository":{"id":66222829,"uuid":"44444920","full_name":"leafo/giflib","owner":"leafo","description":"gif","archived":false,"fork":false,"pushed_at":"2021-02-08T23:16:59.000Z","size":3466,"stargazers_count":7,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-01T23:12:50.666Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"MoonScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/leafo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-10-17T16:23:23.000Z","updated_at":"2023-07-25T13:58:22.000Z","dependencies_parsed_at":"2024-01-06T22:44:02.988Z","dependency_job_id":"595464c0-41e0-4738-ad70-d7d676711bd3","html_url":"https://github.com/leafo/giflib","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafo%2Fgiflib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafo%2Fgiflib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafo%2Fgiflib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leafo%2Fgiflib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leafo","download_url":"https://codeload.github.com/leafo/giflib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240286520,"owners_count":19777353,"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":[],"created_at":"2024-08-02T00:01:03.713Z","updated_at":"2025-11-13T17:03:17.326Z","avatar_url":"https://github.com/leafo.png","language":"MoonScript","funding_links":[],"categories":["Libraries","MoonScript"],"sub_categories":[],"readme":"# giflib\n\n![test](https://github.com/leafo/giflib/workflows/test/badge.svg)\n\nLua bindings to [GIFLIB](http://giflib.sourceforge.net/) for LuaJIT using FFI.\n\n## Installation\n\nYou'll need both LuaJIT (any version) and GIFLIB 5 installed. On ArchLinux:\n\n```bash\n$ sudo pacman -Sy luajit giflib\n```\n\nIt's recommended to use LuaRocks to install **giflib**.\n\n```bash\n$ luarocks install giflib\n```\n\n## Basic Usage\n\nThis library was created for a very specific usage and does not expose the\nentire GIFLIB API. Feel free to create an issue if there's something specific\nyou need.\n\n```lua\nlocal giflib = require(\"giflib\")\n\nlocal gif = assert(giflib.load_gif(\"test.gif\"))\ngif:write_first_frame(\"test-frame-1.gif\")\ngif:close()\n```\n\n**TODO: more documentation**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleafo%2Fgiflib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleafo%2Fgiflib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleafo%2Fgiflib/lists"}