{"id":13743266,"url":"https://github.com/honzabrecka/async-gif-decoder","last_synced_at":"2025-05-09T00:32:57.546Z","repository":{"id":22621982,"uuid":"25964453","full_name":"honzabrecka/async-gif-decoder","owner":"honzabrecka","description":"An asynchronous GIF decoder written in ActionScript 3 that lets you play animated GIFs in flash without freezing the UI.","archived":true,"fork":false,"pushed_at":"2014-12-12T08:20:44.000Z","size":399,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-15T14:35:24.201Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ActionScript","has_issues":false,"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/honzabrecka.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}},"created_at":"2014-10-30T09:49:19.000Z","updated_at":"2023-01-28T21:17:38.000Z","dependencies_parsed_at":"2022-08-20T21:50:39.383Z","dependency_job_id":null,"html_url":"https://github.com/honzabrecka/async-gif-decoder","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honzabrecka%2Fasync-gif-decoder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honzabrecka%2Fasync-gif-decoder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honzabrecka%2Fasync-gif-decoder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/honzabrecka%2Fasync-gif-decoder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/honzabrecka","download_url":"https://codeload.github.com/honzabrecka/async-gif-decoder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253171166,"owners_count":21865275,"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-03T05:00:43.645Z","updated_at":"2025-05-09T00:32:57.174Z","avatar_url":"https://github.com/honzabrecka.png","language":"ActionScript","funding_links":[],"categories":["Multimedia","File Formats"],"sub_categories":["Image"],"readme":"# Async GIF decoder [![Build Status](https://travis-ci.org/honzabrecka/async-gif-decoder.svg?branch=master)](https://travis-ci.org/honzabrecka/async-gif-decoder)\n\nAn asynchronous [GIF](http://www.w3.org/Graphics/GIF/spec-gif89a.txt) decoder written in ActionScript 3 that lets you play animated GIFs in flash without freezing the UI.\n\n\u003e Inspired by Lee Burrows' [Async-Image-Encoders](https://github.com/LeeBurrows/Async-Image-Encoders), based on Thibault Imbert's [as3gif](https://code.google.com/p/as3gif/).\n\n```as3\nvar gif:GIF = new GIF();\n    gif.addEventListener(Event.COMPLETE, function(event:Event):void\n    {\n        trace(\"done\", gif.totalFrames);\n        gif.play();\n    });\n    gif.addEventListener(IOErrorEvent.IO_ERROR, function(event:Event):void\n    {\n\t    trace(event);\n    });\n    gif.load(new URLRequest(\"smile.gif\"));\n\naddChild(gif);\n```\n\nIf you want to play GIFs in your [starling](https://github.com/Gamua/Starling-Framework) based app, you can use `renderers/GPUGIF` class.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonzabrecka%2Fasync-gif-decoder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhonzabrecka%2Fasync-gif-decoder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhonzabrecka%2Fasync-gif-decoder/lists"}