{"id":13436950,"url":"https://github.com/mikigraf/Image-Processing-CLI-in-Rust","last_synced_at":"2025-03-19T05:31:17.234Z","repository":{"id":88878045,"uuid":"100258472","full_name":"mikigraf/Image-Processing-CLI-in-Rust","owner":"mikigraf","description":"CLI for image processing with histograms, binary treshold and other functions","archived":false,"fork":false,"pushed_at":"2019-10-04T22:48:17.000Z","size":5428,"stargazers_count":26,"open_issues_count":3,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-05T19:25:08.417Z","etag":null,"topics":["binary","cli","contrast","grayscale","histogram","histograms","huerotate","image","image-manipulation","image-processing","rust","treshold"],"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/mikigraf.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":"2017-08-14T11:04:40.000Z","updated_at":"2024-06-13T19:01:50.000Z","dependencies_parsed_at":"2023-06-12T23:00:31.628Z","dependency_job_id":null,"html_url":"https://github.com/mikigraf/Image-Processing-CLI-in-Rust","commit_stats":null,"previous_names":["spejss/image-processing-cli-in-rust"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikigraf%2FImage-Processing-CLI-in-Rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikigraf%2FImage-Processing-CLI-in-Rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikigraf%2FImage-Processing-CLI-in-Rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mikigraf%2FImage-Processing-CLI-in-Rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mikigraf","download_url":"https://codeload.github.com/mikigraf/Image-Processing-CLI-in-Rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244364873,"owners_count":20441462,"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","cli","contrast","grayscale","histogram","histograms","huerotate","image","image-manipulation","image-processing","rust","treshold"],"created_at":"2024-07-31T03:00:53.280Z","updated_at":"2025-03-19T05:31:15.041Z","avatar_url":"https://github.com/mikigraf.png","language":"Rust","funding_links":[],"categories":["应用","Applications","Rust"],"sub_categories":["Graphics"],"readme":"# Image-Processing-CLI-in-Rust [![Build Status](https://travis-ci.org/spejss/Image-Processing-CLI-in-Rust.svg?branch=master)](https://travis-ci.org/spejss/Image-Processing-CLI-in-Rust)\nCLI for processing images in Rust. Some implementation is custom and for some functionality it uses 3rd party libraries.\n\nThis project uses following libraries:\n\nhttps://github.com/PistonDevelopers/image\n\n\nProcessed images are being stored in the same folder as the source image using the name of the source image with an appended suffix.\n\nSource: hotelroom.jpg\n\nCopy: hotelroomCopy.jpg\n\nBlur: hotelroomBlur.jpg\n\nGenerated histograms are also stored this way.\n\n\n## Implemented functions\n* ***Binary treshold*** -o binaryTreshold -v 200\n* ***(NAIVE) Histogram for colors (RGB)*** -o histogram \n* ***(NAIVE) Histogram for grayscale images*** -o histogramGrayscale \n* ***Average color*** -o average \n* ***Copy:*** -o copy \n* ***Thumbnail:*** -o thumbnail -v 96\n* ***blur:*** -o blur -v 4.0 \n* ***brighten:*** -o brighten -v 10\n* ***huerotate:*** -o huerotate -v 10\n* ***contrast:*** -o contrast -v 20.0\n* ***grayscale***: -o grayscale \n* ***invert*** -o invert\n\n## Examples \n\n### Copy image\n```\nipcli -o copy --image \"D:\\Image\\hotelroom.jpg\"\n```\n\n### Create a thumbnail \n```\nipcli -o thumbnail -v 96 --image \"D:\\Image\\hotelroom.jpg\"\n```\n\n### Generate a historgram of colors\n```\nipcli -o histogram -i \"D:\\Image\\hotelroom.jpg\"\n```\n\n\n\n\n\n```\nIPCLI  0.1\nMikolaj Wawrzyniak \u003cmikolaj.wawrzyniak at fh-dortmund.de\u003e\nBasic CLI for image processing\n\nUSAGE:\n    ipcli [OPTIONS] --image \u003cFILE\u003e --operation \u003coperation\u003e\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n    -i, --image \u003cFILE\u003e             Opens specified image file and uses it for transformations.\n    -o, --operation \u003coperation\u003e    Specifies operation to be done on the image\n    -v, --value \u003cvalue\u003e            Value for the transformation. To see what values are needed, check the\n                                   documentation.\n                                   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikigraf%2FImage-Processing-CLI-in-Rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikigraf%2FImage-Processing-CLI-in-Rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikigraf%2FImage-Processing-CLI-in-Rust/lists"}