{"id":48332061,"url":"https://github.com/tuki0918/pixzle","last_synced_at":"2026-04-05T01:08:29.631Z","repository":{"id":324045037,"uuid":"1095652009","full_name":"tuki0918/pixzle","owner":"tuki0918","description":"[NPM] Image Fragmentation, Restoration, and Protection","archived":false,"fork":false,"pushed_at":"2026-03-28T13:37:58.000Z","size":9252,"stargazers_count":1,"open_issues_count":4,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-28T16:34:29.021Z","etag":null,"topics":["cli","fragmentation","image-processing","nodejs","pixzle","react"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/~pixzle","language":"TypeScript","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/tuki0918.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["tuki0918"]}},"created_at":"2025-11-13T10:38:19.000Z","updated_at":"2026-03-28T13:36:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tuki0918/pixzle","commit_stats":null,"previous_names":["tuki0918/pixzle"],"tags_count":47,"template":false,"template_full_name":"tuki0918/image-shield","purl":"pkg:github/tuki0918/pixzle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuki0918%2Fpixzle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuki0918%2Fpixzle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuki0918%2Fpixzle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuki0918%2Fpixzle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tuki0918","download_url":"https://codeload.github.com/tuki0918/pixzle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tuki0918%2Fpixzle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31420789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T00:25:07.052Z","status":"ssl_error","status_checked_at":"2026-04-05T00:25:05.923Z","response_time":60,"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":["cli","fragmentation","image-processing","nodejs","pixzle","react"],"created_at":"2026-04-05T01:08:29.199Z","updated_at":"2026-04-05T01:08:29.617Z","avatar_url":"https://github.com/tuki0918.png","language":"TypeScript","funding_links":["https://github.com/sponsors/tuki0918"],"categories":[],"sub_categories":[],"readme":"# pixzle\n\n![](.docs/figure.png)\n\nThis npm package provides functionality for image fragmentation and restoration.\n\nPlease note that this does not guarantee strong security.\n\n## Requirements\n\n- Node \u003e= 20\n\n## Packages\n\nSee each package README for usage details.\n\n| Platform | Package | Shuffle | Restore |\n|------|-----------|:------:|:------:|\n| [CLI](./packages/cli/README.md) | `@pixzle/cli` | ✅ | ✅ |\n| [Node.js](./packages/node/README.md) | `@pixzle/node` | ✅ | ✅ |\n| [Browser](./packages/browser/README.md) | `@pixzle/browser` | - | ✅ |\n| [React](./packages/react/README.md) | `@pixzle/react` | - | ✅ |\n\n\n## Quick Start (CLI)\n\nYou can easily try image fragmentation using the CLI.\n\n```bash\n# Install CLI\nnpm install -g @pixzle/cli\n\n# Shuffle images\npixzle shuffle input.png -o ./output\n\n# Restore images\npixzle restore ./output/*.png -m ./output/manifest.json -o ./restored\n```\n\n## Shuffle Overview\n\n### Result Example\n\n| Fragmented | Restored |\n|:---:|:---:|\n| ![](.docs/fragmented1/img_2_fragmented.png) | ![](.docs/restored1/img_2.png) |\n| ![](.docs/fragmented1/img_3_fragmented.png) | ![](.docs/restored1/img_3.png) |\n| ![](.docs/fragmented1/img_1_fragmented.png) | ![](.docs/restored1/img_1.png) |\n\n### List by blockSize\n\nYou can change the block size with `-b` or `--block-size \u003cnumber\u003e`.\n\n| input | blockSize: 1 | blockSize: 2 | blockSize: 3 | blockSize: 4 |\n|:-------:|:---------------:|:---------------:|:---------------:|:----------------:|\n| ![](.docs/input_sample.png) | ![](.docs/output_1.png) | ![](.docs/output_2.png) | ![](.docs/output_3.png) | ![](.docs/output_4.png) |\n\n| blockSize: 8 (default) | blockSize: 16 | blockSize: 32 | blockSize: 50 | blockSize: 128 |\n|:-------:|:---------------:|:---------------:|:---------------:|:----------------:|\n| ![](.docs/output_8.png) | ![](.docs/output_16.png) | ![](.docs/output_32.png) | ![](.docs/output_50.png) | ![](.docs/output_128.png) |\n\n\u003e [!WARNING]\n\u003e - May cause memory shortage depending on the value of block size.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuki0918%2Fpixzle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftuki0918%2Fpixzle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftuki0918%2Fpixzle/lists"}