{"id":20477812,"url":"https://github.com/adminltr/matriximg","last_synced_at":"2026-06-06T19:31:43.979Z","repository":{"id":174107976,"uuid":"649540536","full_name":"adminLTR/MatrixImg","owner":"adminLTR","description":"Array maniupulation for image processing","archived":false,"fork":false,"pushed_at":"2023-06-21T18:25:45.000Z","size":1563,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T14:49:37.986Z","etag":null,"topics":["python","tkinter","ttkbootstrap"],"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/adminLTR.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":"2023-06-05T05:25:51.000Z","updated_at":"2023-06-18T06:47:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"707647f3-f4c7-49d7-a8df-eece9fe00033","html_url":"https://github.com/adminLTR/MatrixImg","commit_stats":null,"previous_names":["ltprograms/matricesimg","adminltr/matriximg"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/adminLTR/MatrixImg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adminLTR%2FMatrixImg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adminLTR%2FMatrixImg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adminLTR%2FMatrixImg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adminLTR%2FMatrixImg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adminLTR","download_url":"https://codeload.github.com/adminLTR/MatrixImg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adminLTR%2FMatrixImg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33997732,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-06T02:00:07.033Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["python","tkinter","ttkbootstrap"],"created_at":"2024-11-15T15:33:20.852Z","updated_at":"2026-06-06T19:31:43.942Z","avatar_url":"https://github.com/adminLTR.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eMatrixImg\u003c/h1\u003e\n\nArray maniupulation for image processing\n\n\u003ch2\u003eTecnologies\u003c/h2\u003e\n\u003cul\u003e\n    \u003cli\u003ePython\u003c/li\u003e\n    \u003cli\u003etkinter\u003c/li\u003e\n    \u003cli\u003ettkbootstrap\u003c/li\u003e\n    \u003cli\u003enumpy\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eAbout\u003c/h2\u003e\n\u003cp\u003e\nIt is known that images are an array of pixels. Each index of the\narray represent a pixel, and every pixel contains 3 RGB values.\n\u003c/p\u003e\n\u003cp\u003e\nWe can manipulate these pixels by doing some operations with the array, \nsuch as setting a gray scale filter, adding brightness, rotation or many\nother filters.\n\u003c/p\u003e\n\u003cp\u003e\nThis is a university project (UNMSM - Peru), the objective is to show\nhow we can manipulate an image array to apply some filters\n\u003c/p\u003e\n\n\u003ch2\u003eHow to use\u003c/h2\u003e\n\u003col\u003e\n    \u003cli\u003eClone this repository using this link: \u003ca href=\"https://github.com/LTprograms/MatrixImg.git\"\u003ehttps://github.com/LTprograms/MatrixImg.git\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003eMake sure you have Pyuthon installed in your computer, if not, download using this \u003ca href=\"https://www.python.org/downloads/\" target=\"_blank\"\u003elink\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003eAdd python to the PATH if you have not already done\u003c/li\u003e\n    \u003cli\u003eInstall ttkbootstrap to use this app, you can use the command in any terminal: \u003ci\u003epip install ttkbootstrap\u003c/i\u003e\u003c/li\u003e\n    \u003cli\u003eYou will also need Pillow and Numpy libraries, use the following commands to install them: \u003ci\u003epip install numpy\u003c/i\u003e \u0026 \u003ci\u003epip install pillow\u003c/i\u003e\u003c/li\u003e\n    \u003cli\u003eGo to you proyect directory and run your application, you can use \u003ci\u003epython app.py\u003c/i\u003e to run it or any other method you want\u003c/li\u003e\n\u003c/ol\u003e\n\n\u003ch2\u003eHow it works\u003c/h2\u003e\n\u003cimg src=\"./img/img.png\"/\u003e\n\u003cp\u003e\nWe have this GUI with 3 sections:\n\u003cul\u003e\n    \u003cli\u003eImage section\u003c/li\u003e\n    \u003cli\u003eArray image\u003c/li\u003e\n    \u003cli\u003eButton section\u003c/li\u003e\n\u003c/ul\u003e\nFor this version we only have 4 operations (Gray Scale - Inverse - Rotation - Brightness). It is hoped in the future add more customized operations.\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadminltr%2Fmatriximg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadminltr%2Fmatriximg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadminltr%2Fmatriximg/lists"}