{"id":16048927,"url":"https://github.com/devongovett/concat-frames","last_synced_at":"2025-03-18T04:31:02.733Z","repository":{"id":23308101,"uuid":"26667677","full_name":"devongovett/concat-frames","owner":"devongovett","description":"Concatenate a pixel-stream into an array of frames","archived":false,"fork":false,"pushed_at":"2015-03-06T06:53:30.000Z","size":148,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-28T07:02:10.021Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/devongovett.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}},"created_at":"2014-11-15T03:18:45.000Z","updated_at":"2021-06-08T12:07:38.000Z","dependencies_parsed_at":"2022-08-21T15:20:35.757Z","dependency_job_id":null,"html_url":"https://github.com/devongovett/concat-frames","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devongovett%2Fconcat-frames","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devongovett%2Fconcat-frames/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devongovett%2Fconcat-frames/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devongovett%2Fconcat-frames/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devongovett","download_url":"https://codeload.github.com/devongovett/concat-frames/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243902271,"owners_count":20366259,"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-10-09T00:11:18.993Z","updated_at":"2025-03-18T04:31:02.426Z","avatar_url":"https://github.com/devongovett.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# concat-frames\n\nConcatenates a pixel-stream into an array of frame objects. This is useful for testing purposes,\nand cases where you want an entire image frame at once, rather than a stream.\n\n## Installation\n\n    npm install concat-frames\n\n## Example\n\nThe following example produces an array of frames from an animated GIF\nusing [gif-stream](https://github.com/devongovett/gif-stream).\n\n```javascript\nvar concat = require('concat-frames');\nvar GIFDecoder = require('gif-stream/decoder');\n\nfs.createReadStream('in.gif')\n  .pipe(new GIFDecoder)\n  .pipe(concat(function(frames) {\n    // frames is an array of frame objects.\n    // each one has a `pixels` property containing\n    // the raw RGB pixel data for that frame, as\n    // well as the width, height, etc.\n  }));\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevongovett%2Fconcat-frames","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevongovett%2Fconcat-frames","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevongovett%2Fconcat-frames/lists"}