{"id":21269794,"url":"https://github.com/prashantrahul141/image-resizing-c","last_synced_at":"2026-04-21T16:04:20.024Z","repository":{"id":225024444,"uuid":"764817541","full_name":"prashantrahul141/image-resizing-c","owner":"prashantrahul141","description":"Nearest Neighbour implemented in C","archived":false,"fork":false,"pushed_at":"2024-04-29T15:19:07.000Z","size":742,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T11:50:03.088Z","etag":null,"topics":["c","image-processing","image-resizing","nearest-neighbor"],"latest_commit_sha":null,"homepage":"","language":"C++","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/prashantrahul141.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-28T19:07:20.000Z","updated_at":"2024-04-29T15:19:51.000Z","dependencies_parsed_at":"2024-03-13T12:25:05.625Z","dependency_job_id":"86f9b432-0f2f-46ed-a362-0f65a34b7bec","html_url":"https://github.com/prashantrahul141/image-resizing-c","commit_stats":null,"previous_names":["prashantrahul141/image-resizing-c"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/prashantrahul141/image-resizing-c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashantrahul141%2Fimage-resizing-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashantrahul141%2Fimage-resizing-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashantrahul141%2Fimage-resizing-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashantrahul141%2Fimage-resizing-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prashantrahul141","download_url":"https://codeload.github.com/prashantrahul141/image-resizing-c/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prashantrahul141%2Fimage-resizing-c/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263148644,"owners_count":23421212,"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":["c","image-processing","image-resizing","nearest-neighbor"],"created_at":"2024-11-21T08:11:57.298Z","updated_at":"2026-04-21T16:04:19.985Z","avatar_url":"https://github.com/prashantrahul141.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Image resizing in C.\n\nResize images using [Nearest Neighbor Interpolation](https://en.wikipedia.org/wiki/Nearest_neighbor_value_interpolation) algorithm.\n\n\n### Building\n\nThis uses a simple Makefile, just run (with [make](https://www.gnu.org/software/make/) installed):\n\n```sh\nmake\n```\n\n### Usage\n\n```sh\nUsage:\n    main [scaling factor] [file path]\n```\n\nexample:\n\n```sh\n./main 2 ./images/pixel_art.png\n./main 4 ./images/arch.png\n./main 20 ./images/2x2.png\n```\n\n### Images\n\n[./images/pixel_art.png](https://github.com/prashantrahul141/image-resizing-c/blob/main/images/pixel_art.png) - Scene from KatanaZero.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprashantrahul141%2Fimage-resizing-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprashantrahul141%2Fimage-resizing-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprashantrahul141%2Fimage-resizing-c/lists"}