{"id":23712317,"url":"https://github.com/void-ux/pixelsort","last_synced_at":"2025-06-19T05:06:36.434Z","repository":{"id":220846002,"uuid":"752747122","full_name":"Void-ux/pixelsort","owner":"Void-ux","description":"CLI image manipulation tool to pixel sort images","archived":false,"fork":false,"pushed_at":"2024-02-08T11:42:10.000Z","size":705,"stargazers_count":49,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-19T00:23:22.938Z","etag":null,"topics":["image","image-manipulation","image-processing","pixel-sorting","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/Void-ux.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2024-02-04T17:37:33.000Z","updated_at":"2024-11-26T16:52:24.000Z","dependencies_parsed_at":"2024-02-08T09:23:35.855Z","dependency_job_id":"4c152112-4bc6-4357-bd9b-9cd171533432","html_url":"https://github.com/Void-ux/pixelsort","commit_stats":null,"previous_names":["void-ux/pixelsort"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Void-ux/pixelsort","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Void-ux%2Fpixelsort","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Void-ux%2Fpixelsort/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Void-ux%2Fpixelsort/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Void-ux%2Fpixelsort/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Void-ux","download_url":"https://codeload.github.com/Void-ux/pixelsort/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Void-ux%2Fpixelsort/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260690833,"owners_count":23047099,"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":["image","image-manipulation","image-processing","pixel-sorting","rust"],"created_at":"2024-12-30T19:58:23.206Z","updated_at":"2025-06-19T05:06:31.394Z","avatar_url":"https://github.com/Void-ux.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PixelSort\r\n\r\nPixelSort is a customisable CLI program that manipulates images through sorting columns or rows of pixels, producing unique \"glitchy\" yet beautiful effects. \r\n\r\n## Showcase\r\n![showcase image](https://cdn.overseer-bot.net/file/the-void/screenshots/output.png)\r\n\r\n*This image was produced with the default pixelsort arguments*\r\n\r\n## Features\r\n\r\nBefore delving into the features, it is worth understanding how pixelsort works. Essentially, pixels are taken either by columns (vertically) or by rows (horizontally) and sorted. Certain pixels can be excluded from the sort (so their position is never moved) through certain critera, for example, if a pixel is bright enough, it won't be moved.\r\n\r\n- Pixelsort is **very fast**, programmed in Rust with attention to programmatic design choice.\r\n- Pixelsort is generally very customisable, with different pixel exclusion algorithms allowing user-definable thresholds.\r\n- Pixelsort supports many different formats, such as **png**, **webp** and **jpeg**.\r\n\r\n## Installation\r\n\r\nCurrently only manual installation is supported while pixelsort is pre-release.\r\n\r\n### Manual\r\n\r\n#### Downloading\r\n\r\nYou can download pre-built binaries over on the [releases page](https://github.com/Void-ux/pixelsort/releases).\r\n\r\n#### Building\r\n\r\nFeel free to build and install from the source code directly (this requires the latest Rust compiler).\r\n```shell\r\ncargo install --git https://github.com/Void-ux/pixelsort.git pixelsort\r\n```\r\n\r\n### Usage\r\n\r\nPixelsort is relatively simple to use, simply run:\r\n```shell\r\n$ pixelsort image.png\r\n```\r\n\r\nThis will apply the default arguments. You can customize pixelsort using arguments, for example:\r\n\r\n```shell\r\n$ pixelsort image.png -r 90 --exclude random_exclude --sort saturation -o sorted_image.png\r\n```\r\n\r\nWhich will:\r\n\r\n1. Sort the pixels horizontally instead of vertically.\r\n2. Exclude pixels randomly, meaning that each pixel will have a 20% chance of not \"moving\".\r\n3. Sort the pixels based by their saturation in ascending order. So the \"blandest\" pixels will be at the top of the column.\r\n4. Output the sorted image as \"sorted_image.png\" in the current directory.\r\n\r\nFor more information on arguments/options, run\r\n```shell\r\n$ pixelsort --help\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoid-ux%2Fpixelsort","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvoid-ux%2Fpixelsort","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvoid-ux%2Fpixelsort/lists"}