{"id":19293150,"url":"https://github.com/jweyrich/imgify","last_synced_at":"2025-04-22T07:32:04.198Z","repository":{"id":29624306,"uuid":"33165079","full_name":"jweyrich/imgify","owner":"jweyrich","description":"🖼 imgify - Convert any file to PNG and back.","archived":false,"fork":false,"pushed_at":"2024-03-10T03:16:56.000Z","size":123,"stargazers_count":13,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T20:41:32.509Z","etag":null,"topics":["c","file-conversion","file-converter","file-format","libpng","png","steganography"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jweyrich.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"AUTHORS","dei":null}},"created_at":"2015-03-31T04:35:48.000Z","updated_at":"2024-12-01T03:01:15.000Z","dependencies_parsed_at":"2024-03-10T04:24:49.281Z","dependency_job_id":"09e9f733-e76b-407b-bd99-9ec835ec8aaa","html_url":"https://github.com/jweyrich/imgify","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jweyrich%2Fimgify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jweyrich%2Fimgify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jweyrich%2Fimgify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jweyrich%2Fimgify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jweyrich","download_url":"https://codeload.github.com/jweyrich/imgify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250195042,"owners_count":21390230,"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":["c","file-conversion","file-converter","file-format","libpng","png","steganography"],"created_at":"2024-11-09T22:34:10.843Z","updated_at":"2025-04-22T07:32:03.938Z","avatar_url":"https://github.com/jweyrich.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imgify - Convert any file to PNG and back\n\n![Screenshot](/screenshot.png?raw=true \"screenshot\")\n\n## Install dependencies\n\nInstall `libpng`:\n\n- Debian, Ubuntu\n\n\t`sudo apt-get install -y libpng-dev`\n\n- CentOS, Fedora, RedHat\n\n\t`sudo yum install libpng-devel`\n\n## Get the source and compile\n\n\tgit clone https://github.com/jweyrich/imgify.git\n\tcd imgify\n\tmake\n\nIf you're on macOS, you need to install libpng using [Homebrew](https://brew.sh/) and run `make` using some extra flags. Example:\n\n\tCFLAGS=\"-I$(libpng-config --prefix)/include\" LDFLAGS=\"-L$(libpng-config --prefix)/lib\" make\n\n## Usage\n\n### bin2png\n\n\tusage: bin2png -i \u003cin_filename\u003e -o \u003cout_filename\u003e [-p \u003cpad_byte\u003e]\n\n### png2bin\n\n\tusage: png2bin -i \u003cin_filename\u003e -o \u003cout_filename\u003e [-p \u003cpad_byte\u003e]\n\n## License\n\nimgify is distributed under a GPL V2 licence. See the LICENSE file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjweyrich%2Fimgify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjweyrich%2Fimgify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjweyrich%2Fimgify/lists"}