{"id":16157054,"url":"https://github.com/charlesrocket/pixelmosh","last_synced_at":"2025-03-18T20:30:47.379Z","repository":{"id":39747094,"uuid":"488345626","full_name":"charlesrocket/pixelmosh","owner":"charlesrocket","description":"PNG corrupter","archived":false,"fork":false,"pushed_at":"2025-03-14T16:06:43.000Z","size":2473,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"trunk","last_synced_at":"2025-03-14T17:22:43.203Z","etag":null,"topics":["ansi","glitch","gtk","png"],"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/charlesrocket.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-05-03T19:57:24.000Z","updated_at":"2025-03-14T16:06:46.000Z","dependencies_parsed_at":"2025-01-07T01:18:40.832Z","dependency_job_id":"903a38df-2714-45e8-8e90-ad03080f6974","html_url":"https://github.com/charlesrocket/pixelmosh","commit_stats":{"total_commits":685,"total_committers":1,"mean_commits":685.0,"dds":0.0,"last_synced_commit":"37e76e4fa8274a588f4f9c1dc67250a79072445b"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlesrocket%2Fpixelmosh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlesrocket%2Fpixelmosh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlesrocket%2Fpixelmosh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/charlesrocket%2Fpixelmosh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/charlesrocket","download_url":"https://codeload.github.com/charlesrocket/pixelmosh/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243616743,"owners_count":20319952,"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":["ansi","glitch","gtk","png"],"created_at":"2024-10-10T01:47:51.977Z","updated_at":"2025-03-18T20:30:47.366Z","avatar_url":"https://github.com/charlesrocket.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `pixelmosh`\n[![Crates.io](https://img.shields.io/crates/v/pixelmosh)](https://crates.io/crates/pixelmosh)\n[![Tests](https://github.com/charlesrocket/pixelmosh/actions/workflows/ci.yml/badge.svg?branch=trunk)](https://github.com/charlesrocket/pixelmosh/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/charlesrocket/pixelmosh/branch/trunk/graph/badge.svg)](https://codecov.io/gh/charlesrocket/pixelmosh)\n\n### Compilation\n\n#### CLI\n\n```\ncargo install pixelmosh\n```\n\n#### GUI (GTK)\n\n```\ncargo install pixelmosh --features gui\n```\n\n### Basic usage\n\n```\npixelmosh foo.png\n```\n\n### Options\n\n```\n┌─────────────────────────────────────┐\n│ █▀▄ █ ▀▄▀ ██▀ █   █▄ ▄█ ▄▀▄ ▄▀▀ █▄█ │\n│ █▀  █ █ █ █▄▄ █▄▄ █ ▀ █ ▀▄▀ ▄██ █ █ │\n└─────────────────────────────────────┘\nPNG corrupter\n\nUsage: pixelmosh [OPTIONS] \u003cFILE\u003e\n\nArguments:\n  \u003cFILE\u003e  File path\n\nOptions:\n  -n, --min-rate \u003cVALUE\u003e       Minimum chunks to process [default: 1]\n  -m, --max-rate \u003cVALUE\u003e       Maximum chunks to process [default: 7]\n  -p, --pixelation \u003cVALUE\u003e     Pixelation rate [default: 10]\n  -l, --line-shift \u003cVALUE\u003e     Line shift rate [default: 0.3]\n  -r, --reverse \u003cVALUE\u003e        Reverse rate [default: 0.3]\n  -f, --flip \u003cVALUE\u003e           Flip rate [default: 0.3]\n  -c, --channel-swap \u003cVALUE\u003e   Channel swap rate [default: 0.3]\n  -t, --channel-shift \u003cVALUE\u003e  Channel shift rate [default: 0.3]\n  -a, --ansi                   Use ANSI color palette\n  -s, --seed \u003cVALUE\u003e           Custom seed\n  -b, --batch \u003cVALUE\u003e          Number of files to output\n  -o, --output \u003cVALUE\u003e         Output filename\n  -h, --help                   Print help (see more with '--help')\n  -V, --version                Print version\n```\n\n## `libmosh`\nFollow the [example](https://docs.rs/pixelmosh/latest/libmosh/struct.MoshCore.html#example) from [docs.rs](https://docs.rs/pixelmosh/latest/libmosh/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlesrocket%2Fpixelmosh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcharlesrocket%2Fpixelmosh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcharlesrocket%2Fpixelmosh/lists"}