{"id":18688789,"url":"https://github.com/noraj/pixelchart","last_synced_at":"2025-06-20T17:07:14.770Z","repository":{"id":37491316,"uuid":"256524091","full_name":"noraj/PixelChart","owner":"noraj","description":"Map binary data into a beautiful chart","archived":false,"fork":false,"pushed_at":"2025-03-30T21:32:29.000Z","size":215,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-20T17:06:13.471Z","etag":null,"topics":["binary","boolean","chart","graph","map","pixel","plot"],"latest_commit_sha":null,"homepage":"https://noraj.github.io/PixelChart/","language":"Ruby","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/noraj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","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},"funding":{"github":"noraj","issuehunt":"noraj","ko_fi":"noraj","liberapay":"noraj"}},"created_at":"2020-04-17T14:22:50.000Z","updated_at":"2025-03-30T21:32:33.000Z","dependencies_parsed_at":"2023-10-12T22:44:21.410Z","dependency_job_id":"584e8e84-1d16-40a4-8681-402d6fa1739a","html_url":"https://github.com/noraj/PixelChart","commit_stats":{"total_commits":140,"total_committers":3,"mean_commits":"46.666666666666664","dds":"0.19999999999999996","last_synced_commit":"de4a2368c27c816ee7da8c81c9631040ebec8713"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/noraj/PixelChart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noraj%2FPixelChart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noraj%2FPixelChart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noraj%2FPixelChart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noraj%2FPixelChart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noraj","download_url":"https://codeload.github.com/noraj/PixelChart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noraj%2FPixelChart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260985167,"owners_count":23092885,"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":["binary","boolean","chart","graph","map","pixel","plot"],"created_at":"2024-11-07T10:38:22.184Z","updated_at":"2025-06-20T17:07:09.739Z","avatar_url":"https://github.com/noraj.png","language":"Ruby","funding_links":["https://github.com/sponsors/noraj","https://issuehunt.io/r/noraj","https://ko-fi.com/noraj","https://liberapay.com/noraj"],"categories":[],"sub_categories":[],"readme":"![](docs/images/logo.png)\n\n[![Gem Version](https://badge.fury.io/rb/pixelchart.svg)](https://badge.fury.io/rb/pixelchart)\n![AUR version](https://img.shields.io/aur/version/pixelchart)\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/noraj/PixelChart)\n![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/noraj/PixelChart)\n[![GitHub forks](https://img.shields.io/github/forks/noraj/PixelChart)](https://github.com/noraj/PixelChart/network)\n[![GitHub stars](https://img.shields.io/github/stars/noraj/PixelChart)](https://github.com/noraj/PixelChart/stargazers)\n[![GitHub license](https://img.shields.io/github/license/noraj/PixelChart)](https://github.com/noraj/PixelChart/blob/master/LICENSE.txt)\n\n# PixelChart\n\n\u003e Map binary data into a beautiful chart\n\nPixelChart let's you create an image, a pixel chart / plot, based on binary data.\nThe idea is that truthy and falsy values will be represented by a different color\nto be able to  quickly visualize boolean values.\n\nFor example:\n\n![](docs/images/default.png)\n\n## Requirements\n\nYou have to install the _system_ requirements for **both** backends.\n\n- [imagemagick](https://imagemagick.org/)\n- [libvips](https://libvips.github.io/libvips/)\n\nExample for Linux distros:\n\n- ArchLinux: `pacman -S libvips imagemagick`\n- openSUSE: `zypper in libvips42 ImageMagick`\n- Ubuntu: `apt install libvips42 imagemagick`\n\n## Installation\n\n```\n$ gem install pixelchart\n```\n\nSee [the documentation](https://noraj.github.io/PixelChart/yard/file.Install.html) for more more advanced options.\n\n## Usage\n\n**CLI**\n\n```\n$ pixelchart draw test.csv test.png -w 100 -h 100 -s 3\n[+] Image saved\n```\n\nSee the [CLI documentation](https://noraj.github.io/PixelChart/yard/file.CLI.html).\n\n**library**\n\nSee the [library documentation](https://noraj.github.io/PixelChart/yard/PixelChart.html).\n\n**scenarios**\n\nSee some [scenarios](https://noraj.github.io/PixelChart/yard/file.Scenarios.html) with examples.\n\n## Documentation\n\n- [Custom domain](https://noraj.github.io/PixelChart/yard/PixelChart.html)\n- [Backup GitHub domain](https://noraj.github.io/PixelChart/yard/PixelChart.html)\n- [RubyDoc hosted](https://www.rubydoc.info/gems/pixelchart/PixelChart)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoraj%2Fpixelchart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoraj%2Fpixelchart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoraj%2Fpixelchart/lists"}