{"id":19032819,"url":"https://github.com/nomadsdev/pixel-matrix-converter","last_synced_at":"2025-07-03T12:03:22.962Z","repository":{"id":257689634,"uuid":"859041178","full_name":"nomadsdev/pixel-matrix-converter","owner":"nomadsdev","description":"PixelMatrix Converter is a simple tool that converts images to matrix data and back. It’s ideal for image manipulation and analysis, allowing easy conversion between visual and data formats","archived":false,"fork":false,"pushed_at":"2024-09-18T01:22:24.000Z","size":1111,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-21T20:36:51.015Z","etag":null,"topics":["data-convert","file-io","image","image-processing","image-processing-python","matrix","matrix-multiplication","python-matrix","structure"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nomadsdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-18T01:20:18.000Z","updated_at":"2024-09-18T02:17:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"15808ed0-7e91-4514-8098-d30edaba4afb","html_url":"https://github.com/nomadsdev/pixel-matrix-converter","commit_stats":null,"previous_names":["nomadsdev/pixel-matrix-converter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nomadsdev/pixel-matrix-converter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomadsdev%2Fpixel-matrix-converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomadsdev%2Fpixel-matrix-converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomadsdev%2Fpixel-matrix-converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomadsdev%2Fpixel-matrix-converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nomadsdev","download_url":"https://codeload.github.com/nomadsdev/pixel-matrix-converter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nomadsdev%2Fpixel-matrix-converter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263322786,"owners_count":23448712,"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":["data-convert","file-io","image","image-processing","image-processing-python","matrix","matrix-multiplication","python-matrix","structure"],"created_at":"2024-11-08T21:31:45.924Z","updated_at":"2025-07-03T12:03:22.942Z","avatar_url":"https://github.com/nomadsdev.png","language":"Python","readme":"# PixelMatrix Converter\n\nPixelMatrix Converter is a Python project that allows you to convert images to matrix files and vice versa. This tool is useful for handling image data in a matrix format and converting it back to visual images.\n\n## Features\n\n- **Convert Images to Matrix**: Converts images from supported formats (PNG, JPG, JPEG, BMP, TIFF) into matrix files containing pixel values.\n- **Convert Matrix to Images**: Converts matrix files back into images using the pixel data.\n\n## Installation\n\n1. **Clone the Repository**:\n   ```sh\n   git clone https://github.com/nomadsdev/pixel-matrix-converter.git\n   ```\n\n2. **Install Dependencies**:\n   Ensure you have Python installed. Install the required Python libraries using pip:\n   ```sh\n   pip install pillow numpy\n   ```\n\n## Usage\n\n1. **Convert Image to Matrix**:\n   - Place the images you want to convert in the `bin/images` directory.\n   - Run the script and choose option `1` to convert images to matrix format.\n\n   ```sh\n   python main.py\n   ```\n\n2. **Convert Matrix to Image**:\n   - Ensure that the matrix files are in the `bin/output` directory.\n   - Run the script and choose option `2` to convert matrix files back to images.\n\n   ```sh\n   python main.py\n   ```\n\n   The restored images will be saved in the `bin/restored` directory.\n\n## File Structure\n\n- `bin/images/` - Directory to place images for conversion.\n- `bin/output/` - Directory where matrix files will be saved.\n- `bin/restored/` - Directory where restored images will be saved.\n\n## Example\n\nTo convert an image to matrix format:\n```sh\npython main.py\n```\nChoose `1` and follow the instructions.\n\nTo convert a matrix file back to an image:\n```sh\npython main.py\n```\nChoose `2`, select the matrix file, and the image will be saved in the `bin/restored` directory.\n\n## Support\n\nFor support or inquiries, please contact: support@jmmentertainment.com\n\n## License\n\nThis project is licensed under the MIT License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomadsdev%2Fpixel-matrix-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnomadsdev%2Fpixel-matrix-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnomadsdev%2Fpixel-matrix-converter/lists"}