{"id":15406358,"url":"https://github.com/otherguy/pixelartframe","last_synced_at":"2026-01-18T11:42:55.095Z","repository":{"id":193026835,"uuid":"315772071","full_name":"otherguy/PixelArtFrame","owner":"otherguy","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-06T11:02:05.000Z","size":3070,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T06:47:54.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"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/otherguy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-11-24T22:55:23.000Z","updated_at":"2023-09-06T11:01:54.000Z","dependencies_parsed_at":"2023-09-06T12:26:41.143Z","dependency_job_id":null,"html_url":"https://github.com/otherguy/PixelArtFrame","commit_stats":null,"previous_names":["otherguy/pixelartframe"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/otherguy/PixelArtFrame","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otherguy%2FPixelArtFrame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otherguy%2FPixelArtFrame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otherguy%2FPixelArtFrame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otherguy%2FPixelArtFrame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/otherguy","download_url":"https://codeload.github.com/otherguy/PixelArtFrame/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otherguy%2FPixelArtFrame/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28535177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T10:13:46.436Z","status":"ssl_error","status_checked_at":"2026-01-18T10:13:11.045Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-01T16:21:30.492Z","updated_at":"2026-01-18T11:42:55.060Z","avatar_url":"https://github.com/otherguy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 👾 Pixel Art Frame\n\nHero Image goes here\n\nIntroduction goes here....\n\n## Hardware\n\n## Build\n\n## Software\n\n## Prepare Images\n\nThe code is designed to read 24 bit bitmaps because they store the colors for each pixel directly, and don't require a palette (essentially a lookup table). Since the images are only 16×16px small, the ~30% increase in filesize doesn't have a big impact – the images are still smaller than 1kB each.\n\nIn order to convert the `.png` to our 24bit bitmaps, use the following command:\n\n\t$ mkdir bitmaps\n\t$ ls -1 images/*.png | xargs -n 1 bash -c 'convert -type TrueColor -flatten -background \"#000000\" \"$0\" \"BMP2:bitmaps/`basename ${0%.*}`.bmp\"'\n\t\nYou need [ImageMagick](https://imagemagick.org/) installed for that:\n\n\t$ brew install imagemagick\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotherguy%2Fpixelartframe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotherguy%2Fpixelartframe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotherguy%2Fpixelartframe/lists"}