{"id":16539586,"url":"https://github.com/al3rez/bitmap-editor","last_synced_at":"2026-05-29T20:31:31.470Z","repository":{"id":127306538,"uuid":"144729659","full_name":"al3rez/bitmap-editor","owner":"al3rez","description":"🍽 A bitmap editor which manipulates the fuck out of the bitmap table","archived":false,"fork":false,"pushed_at":"2018-08-14T14:28:59.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-09T10:39:16.660Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/al3rez.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-14T14:13:01.000Z","updated_at":"2018-08-16T08:54:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"27807773-f1e4-424d-b53a-830e9c1e604b","html_url":"https://github.com/al3rez/bitmap-editor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/al3rez/bitmap-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3rez%2Fbitmap-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3rez%2Fbitmap-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3rez%2Fbitmap-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3rez%2Fbitmap-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/al3rez","download_url":"https://codeload.github.com/al3rez/bitmap-editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/al3rez%2Fbitmap-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33670211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11T18:49:43.576Z","updated_at":"2026-05-29T20:31:31.450Z","avatar_url":"https://github.com/al3rez.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bitmap editor\n\nThe input consists of a file containing a sequence of commands, where a command is represented by a single capital letter at the beginning of the line. Parameters of the command are separated by white spaces and they follow the command character.\nPixel coordinates are a pair of integers: a column number between 1 and 250, and a row number between 1 and 250. Bitmaps starts at coordinates 1,1. Colours are specified by capital letters.\n\n# Commands\nThere are 6 supported commands:\n* I N M - Create a new M x N image with all pixels coloured white (O).\n* C - Clears the table, setting all pixels to white (O).\n* L X Y C - Colours the pixel (X,Y) with colour C.\n* V X Y1 Y2 C - Draw a vertical segment of colour C in column X between rows Y1 and Y2 (inclusive).\n* H X1 X2 Y C - Draw a horizontal segment of colour C in row Y between columns X1 and X2 (inclusive).\n* S - Show the contents of the current image\n\n# Example\nTo run the application you must supply a command file like so bin/bitmap_editor examples/show.txt\nInput File:\n\n```\nI 5 6\nL 1 3 A\nV 2 3 6 W\nH 3 5 2 Z\nS\n```\nOutput:\n\n```\nOOOOO\nOOZZZ\nAWOOO\nOWOOO\nOWOOO\nOWOOO\n```\n# Running\n\n`\u003ebin/bitmap_editor examples/show.txt`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal3rez%2Fbitmap-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fal3rez%2Fbitmap-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fal3rez%2Fbitmap-editor/lists"}