{"id":17680765,"url":"https://github.com/kcreate/pngencoder-rust","last_synced_at":"2025-05-12T23:09:57.299Z","repository":{"id":72283033,"uuid":"60914761","full_name":"KCreate/pngencoder-rust","owner":"KCreate","description":"Encodes a string in a PNG. Written in Rust.","archived":false,"fork":false,"pushed_at":"2016-06-11T17:07:14.000Z","size":226,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-12T23:09:40.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/KCreate.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":"2016-06-11T15:50:06.000Z","updated_at":"2023-04-28T11:19:18.000Z","dependencies_parsed_at":"2023-07-21T19:22:59.679Z","dependency_job_id":null,"html_url":"https://github.com/KCreate/pngencoder-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KCreate%2Fpngencoder-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KCreate%2Fpngencoder-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KCreate%2Fpngencoder-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KCreate%2Fpngencoder-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KCreate","download_url":"https://codeload.github.com/KCreate/pngencoder-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253837451,"owners_count":21971984,"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":[],"created_at":"2024-10-24T09:08:47.427Z","updated_at":"2025-05-12T23:09:57.279Z","avatar_url":"https://github.com/KCreate.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pngencoder-rust\n\nBasically [this](https://github.com/KCreate/pngencoder), but written in [Rust](https://www.rust-lang.org/).\n\n# Installation\n\nYou will need [Cargo](https://crates.io/) to build this.\n```sh\ngit clone https://github.com/KCreate/pngencoder-rust.git\ncd pngencoder-rust\ncargo build --release\nsudo cp ./target/release/pngencoder /usr/bin/\n```\n\nIf you install to another location, you will need to make sure that it is in your $PATH variable.\n\n# Usage\n\nYou can just pipe the output of every command directly into it.\nIn this example I pipe the result of a curl request into it.\n\n```sh\ncurl -v -silent https://github.com/KCreate/pngencoder-rust 2\u003e\u00261 | pngencoder\n```\n\nThis will produce an image called __output.png__ in the directory the command is run in.\n\n![Example](./img/output.png)\n\n# More examples\n\n![Example](./img/output_romeojuliet.png)\n\nThis is the entire play of Romeo and Juliet. It only took 64 miliseconds (Download time not included, see image below)\n\n![Command line output](./img/time.jpg)\n\n# License\nThe MIT License (MIT)\nCopyright (c) \u003c2016\u003e Leonard Schütz, leni.schuetz@me.com\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkcreate%2Fpngencoder-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkcreate%2Fpngencoder-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkcreate%2Fpngencoder-rust/lists"}