{"id":20229139,"url":"https://github.com/dacap/raster","last_synced_at":"2025-09-04T04:09:54.327Z","repository":{"id":66589528,"uuid":"45548413","full_name":"dacap/raster","owner":"dacap","description":"An experimental/work-in-progress C++17 library to use raw buffers as 2D images.","archived":false,"fork":false,"pushed_at":"2022-01-13T01:32:38.000Z","size":30,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-28T16:19:11.447Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/dacap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-04T15:33:40.000Z","updated_at":"2022-01-13T06:59:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e4d2427-34b6-494a-8e17-320d7b7dcd3d","html_url":"https://github.com/dacap/raster","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/dacap%2Fraster","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacap%2Fraster/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacap%2Fraster/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacap%2Fraster/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dacap","download_url":"https://codeload.github.com/dacap/raster/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241670401,"owners_count":20000394,"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-11-14T07:34:27.765Z","updated_at":"2025-03-03T13:23:05.663Z","avatar_url":"https://github.com/dacap.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raster Library\n\n[![build](https://github.com/dacap/raster/workflows/build/badge.svg)](https://github.com/dacap/raster/actions?query=workflow%3Abuild)\n[![MIT Licensed](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt)\n\nA generic C++17 library to use raw buffers as images.\n\nThis is an experimental/work-in-progress library released under the\nterms of the MIT license. There is no roadmap or specific goals, just\nfor experimental purposes and testing.\n\n## Examples\n\n```c++\n#include \"raster/png.h\"\n\n#include \u003ccstdio\u003e\n\nint main() {\n  raster::image img = raster::png::load_from_file(\"testing.png\");\n  if (img) {\n    std::printf(\"Width %d Height %d\\n\",\n                img.width(), img.height());\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacap%2Fraster","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdacap%2Fraster","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacap%2Fraster/lists"}