{"id":15766646,"url":"https://github.com/maxleiter/kimp","last_synced_at":"2026-01-20T04:31:59.874Z","repository":{"id":84709695,"uuid":"44091148","full_name":"MaxLeiter/KIMP","owner":"MaxLeiter","description":"KnightOS Image Manipulation Program","archived":false,"fork":false,"pushed_at":"2015-10-24T20:10:01.000Z","size":244,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-11T13:26:35.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Assembly","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/MaxLeiter.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-10-12T07:26:49.000Z","updated_at":"2015-11-12T14:48:40.000Z","dependencies_parsed_at":"2023-03-13T01:43:20.271Z","dependency_job_id":null,"html_url":"https://github.com/MaxLeiter/KIMP","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MaxLeiter/KIMP","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxLeiter%2FKIMP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxLeiter%2FKIMP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxLeiter%2FKIMP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxLeiter%2FKIMP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MaxLeiter","download_url":"https://codeload.github.com/MaxLeiter/KIMP/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MaxLeiter%2FKIMP/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28596079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"last_error":"SSL_read: 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-04T13:01:52.545Z","updated_at":"2026-01-20T04:31:59.856Z","avatar_url":"https://github.com/MaxLeiter.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KIMP\nKnightOS Image Manipulation Program\n\n![KIMP](http://i.imgur.com/t0T8kUf.gif)\n\n\n##Info\nJust a small project for me to mess around with for KnightOS. A basic grid-based pixel-art/sprite editor. General idea is the first screen has a 'name' field and a 'size' field (#x# like 30x30), and the program would be saved in a binary file (literal 1's and 0's).\n\nExample:\n\n4x4 Image\n\n[ ][x][x][ ]\n\n[x][ ][ ][x]\n\n[x][ ][ ][x]\n\n[ ][x][x][ ]\n\nwould save to\n\n0 1 1 0\n1 0 0 1\n1 0 0 1\n0 1 1 0\n\nIf the file was opened, the program would determine the amount of numbers and calculate the square root in order to re-create the images size (wouldn't support rectangular images though, need to think of a better method for saving it). Ideally, it would use whatever format KnightOS uses (see: [kimg](https://github.com/knightos/kimg))\n\n\n## Compiling\n\nFirst, install the [KnightOS SDK](http://www.knightos.org/sdk).\n\n    $ knightos init\n    $ make\n    $ make run # to test\n    $ make package # to produce an installable package\n\n## Installing\n\nUse `make package` to get a package that you can install.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxleiter%2Fkimp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxleiter%2Fkimp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxleiter%2Fkimp/lists"}