{"id":13508357,"url":"https://github.com/evanfarrar/ex_bump","last_synced_at":"2025-04-24T01:23:12.792Z","repository":{"id":27554607,"uuid":"31036415","full_name":"evanfarrar/ex_bump","owner":"evanfarrar","description":"Library for editing bitmap files","archived":false,"fork":false,"pushed_at":"2016-12-04T01:38:53.000Z","size":180,"stargazers_count":4,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T09:34:14.907Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/evanfarrar.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":"2015-02-19T20:55:17.000Z","updated_at":"2023-09-05T12:35:41.000Z","dependencies_parsed_at":"2022-09-26T17:50:42.383Z","dependency_job_id":null,"html_url":"https://github.com/evanfarrar/ex_bump","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/evanfarrar%2Fex_bump","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanfarrar%2Fex_bump/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanfarrar%2Fex_bump/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanfarrar%2Fex_bump/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evanfarrar","download_url":"https://codeload.github.com/evanfarrar/ex_bump/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250541828,"owners_count":21447585,"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-08-01T02:00:51.962Z","updated_at":"2025-04-24T01:23:12.769Z","avatar_url":"https://github.com/evanfarrar.png","language":"Elixir","funding_links":[],"categories":["Images"],"sub_categories":[],"readme":"A BMP file writer in pure Elixir.\n\nEXAMPLES:\n```elixir\npixel_data = [[[0xFF,0xFF,0xFF],[0x00,0x00,0x00]],[[0x00,0x00,0x00],[0xFF,0xFF,0xFF]]]\nBump.write(filename: \"file.bmp\", pixel_data: pixel_data)\npixel_data = Bump.read(\"file.bmp\")\n\ncanvas = Canvas.size(%Size{height: 400, width: 400}) |\u003e\n\t    Canvas.fill(color: Color.named(:red))\n\nBump.write(filename: \"red.bmp\", canvas: canvas)\ncanvas2 = Canvas.fill(canvas, color: Color.named(:blue),\n\t\t\t       rect: %Rect{ size: %Size{height: 200, width: 200},\n\t\t\t     origin: %Point{x: 100, y: 100}})\nBump.write(filename: \"redblue.bmp\", canvas: canvas2)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanfarrar%2Fex_bump","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevanfarrar%2Fex_bump","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanfarrar%2Fex_bump/lists"}