{"id":23758893,"url":"https://github.com/nawatts/pixel-map","last_synced_at":"2026-03-17T19:30:17.887Z","repository":{"id":57325022,"uuid":"64801926","full_name":"nawatts/pixel-map","owner":"nawatts","description":"Easy access to individual pixels in ImageData","archived":false,"fork":false,"pushed_at":"2016-09-12T23:57:22.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T05:34:14.794Z","etag":null,"topics":["image-processing"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/nawatts.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":"2016-08-03T00:32:34.000Z","updated_at":"2022-08-15T08:54:38.000Z","dependencies_parsed_at":"2022-09-06T06:41:48.016Z","dependency_job_id":null,"html_url":"https://github.com/nawatts/pixel-map","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nawatts%2Fpixel-map","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nawatts%2Fpixel-map/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nawatts%2Fpixel-map/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nawatts%2Fpixel-map/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nawatts","download_url":"https://codeload.github.com/nawatts/pixel-map/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239928477,"owners_count":19719958,"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":["image-processing"],"created_at":"2024-12-31T19:56:00.139Z","updated_at":"2026-03-17T19:30:17.831Z","avatar_url":"https://github.com/nawatts.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pixel-map\n\nEasy access to individual pixels in [ImageData](https://developer.mozilla.org/en-US/docs/Web/API/ImageData).\n\n```JavaScript\nimport PixelMap from 'pixel-map';\n\nconst imageData = new ImageData(100, 100);\nconst pix = new PixelMap(imageData);\n\n// Access by row and column\npix.at(0, 0).r = 255;\npix.at(0, 0).g = 0;\npix.at(0, 0).b = 0;\npix.at(0, 0).a = 255;\n\n// Access by index\npix.atIndex(0).r = 255;\npix.atIndex(0).g = 0;\npix.atIndex(0).b = 0;\npix.atIndex(0).a = 255;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnawatts%2Fpixel-map","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnawatts%2Fpixel-map","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnawatts%2Fpixel-map/lists"}