{"id":18547013,"url":"https://github.com/andormade/image-buffer-utils","last_synced_at":"2025-05-15T07:10:34.644Z","repository":{"id":57243037,"uuid":"98467824","full_name":"andormade/image-buffer-utils","owner":"andormade","description":"Image processing algorithms","archived":false,"fork":false,"pushed_at":"2018-11-14T22:37:14.000Z","size":86,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-09T17:05:37.143Z","etag":null,"topics":["functional"],"latest_commit_sha":null,"homepage":"http://andor.cool","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/andormade.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":"2017-07-26T21:36:44.000Z","updated_at":"2019-11-12T08:53:36.000Z","dependencies_parsed_at":"2022-09-15T01:33:44.454Z","dependency_job_id":null,"html_url":"https://github.com/andormade/image-buffer-utils","commit_stats":null,"previous_names":["andormade/functional-paint"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andormade%2Fimage-buffer-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andormade%2Fimage-buffer-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andormade%2Fimage-buffer-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andormade%2Fimage-buffer-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andormade","download_url":"https://codeload.github.com/andormade/image-buffer-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254292067,"owners_count":22046427,"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":["functional"],"created_at":"2024-11-06T20:27:48.711Z","updated_at":"2025-05-15T07:10:34.623Z","avatar_url":"https://github.com/andormade.png","language":"JavaScript","readme":"[![npm version][npm-svg]][npm-url]\n[![Build Status][travis-svg]][travis-url]\n[![Dev dependency Status][david-devdeps-svg]][david-devdeps-url]\n\n# image-buffer-utils\n\nThis is a JavaScript library for manipulating image buffers with pure functions. It's not the most efficient way of doing this, and you probably won't be able to use this library in a performance-critical project. It's just for practicing image processing algorithms and functional programming.\n\n## Installation\nThis module is distributed via npm:\n```\nnpm install image-buffer-utils\n```\n\n## Usage\n```\nimport ImageBufferUtils from 'image-buffer-utils';\n\nconst canvas = ImageBufferUtils.createImageBuffer(16, 16);\nconst color = [0, 0, 0, 0];\n\nImageBufferUtils.drawRect(canvas, 16, true, 0, 0, 16, 16, color);\n```\n\nThis code is released under the MIT license, feel free to do whatever you want with it.\n\n[npm-svg]: https://img.shields.io/npm/v/image-buffer-utils.svg\n[npm-url]: https://www.npmjs.com/package/image-buffer-utils\n[travis-svg]: https://travis-ci.org/andormade/image-buffer-utils.svg?branch=master\n[travis-url]: https://travis-ci.org/andormade/image-buffer-utils\n[david-devdeps-svg]: https://david-dm.org/andormade/image-buffer-utils/dev-status.svg\n[david-devdeps-url]: https://david-dm.org/andormade/image-buffer-utils#info=devDependencies\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandormade%2Fimage-buffer-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandormade%2Fimage-buffer-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandormade%2Fimage-buffer-utils/lists"}