{"id":15886678,"url":"https://github.com/epost/netpbm-mode","last_synced_at":"2026-01-17T06:54:36.722Z","repository":{"id":149244242,"uuid":"128790114","full_name":"epost/netpbm-mode","owner":"epost","description":"Emacs major mode for editing NetPBM graphics files.","archived":false,"fork":false,"pushed_at":"2018-04-09T22:35:24.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T16:25:13.186Z","etag":null,"topics":["emacs-mode","graphics-editor","netpbm"],"latest_commit_sha":null,"homepage":null,"language":"Emacs Lisp","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/epost.png","metadata":{"files":{"readme":"README.org","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-04-09T15:05:33.000Z","updated_at":"2018-04-09T22:35:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"c5ddac44-01f3-45d5-b6ce-7d6d03ad33a9","html_url":"https://github.com/epost/netpbm-mode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/epost/netpbm-mode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epost%2Fnetpbm-mode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epost%2Fnetpbm-mode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epost%2Fnetpbm-mode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epost%2Fnetpbm-mode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epost","download_url":"https://codeload.github.com/epost/netpbm-mode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epost%2Fnetpbm-mode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28502972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"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":["emacs-mode","graphics-editor","netpbm"],"created_at":"2024-10-06T05:41:20.374Z","updated_at":"2026-01-17T06:54:36.695Z","avatar_url":"https://github.com/epost.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"#+title:NetPBM mode\n\nAn Emacs major mode for editing NetPBM Graphics files. NetPBM is an ASCII file format for specifying raster graphics, see https://en.wikipedia.org/wiki/Netpbm_format.\n\n* Example sprite in NetPBM\n\nThis sprite was taken from my [[https://github.com/epost/c64-game][Commodore 64 space shooter game]].\n\n#+BEGIN_SRC pbm :file ship-generated.png :export both :width 200\nP1\n24 12\n0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \n1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0\n1 1 1 1 1 1 1 1 1 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1\n0 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1\n0 0 1 1 0 1 0 1 1 1 0 1 0 1 0 1 0 1 1 1 1 1 0 0\n0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0\n0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0\n0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0\n#+END_SRC\n\n#+RESULTS:\n[[file:ship-generated.png]]\n\nNote: Emacs natively support rendering PBM graphics files: [[./examples/sprite-ship.P1.pbm]]\n\n* Features to be added\n\n- [X] basic ~P1~ format support\n- [ ] org-babel backends\n  - [X] ob-bpm\n- [ ] support ~P2~ ... ~P7~ formats\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepost%2Fnetpbm-mode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepost%2Fnetpbm-mode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepost%2Fnetpbm-mode/lists"}