{"id":19061300,"url":"https://github.com/madhead/docker-imagemagick","last_synced_at":"2026-06-14T21:32:02.144Z","repository":{"id":152765864,"uuid":"421594133","full_name":"madhead/docker-imagemagick","owner":"madhead","description":"Dockerized ImageMagick","archived":false,"fork":false,"pushed_at":"2022-12-21T20:46:45.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-06T10:43:59.370Z","etag":null,"topics":["convert","docker","docker-image","image-processing","imagemagick","inkscape","rsvg"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/madhead.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":".github/CONTRIBUTING.adoc","funding":".github/FUNDING.yml","license":"LICENSE.adoc","code_of_conduct":".github/CODE_OF_CONDUCT.adoc","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},"funding":{"github":["madhead"]}},"created_at":"2021-10-26T21:49:41.000Z","updated_at":"2023-09-08T18:27:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"85a29e3d-ae32-467b-bcf6-10f4cd8ae233","html_url":"https://github.com/madhead/docker-imagemagick","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"madhead/docker-image","purl":"pkg:github/madhead/docker-imagemagick","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhead%2Fdocker-imagemagick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhead%2Fdocker-imagemagick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhead%2Fdocker-imagemagick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhead%2Fdocker-imagemagick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madhead","download_url":"https://codeload.github.com/madhead/docker-imagemagick/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madhead%2Fdocker-imagemagick/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34339194,"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-14T02:00:07.365Z","response_time":62,"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":["convert","docker","docker-image","image-processing","imagemagick","inkscape","rsvg"],"created_at":"2024-11-09T00:19:52.991Z","updated_at":"2026-06-14T21:32:02.127Z","avatar_url":"https://github.com/madhead.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/madhead"],"categories":[],"sub_categories":[],"readme":"= madhead/imagemagick\n\nSimple https://docker.com[Docker] image for hustle-free image conversions with https://imagemagick.org[ImageMagick].\n\n== Usage\n\nFirst, pull the image:\n\n[source, bash]\n----\ndocker pull madhead/imagemagick:latest\n----\n\nThen, do the simple conversions like:\n\n[source, bash]\n----\ndocker run --rm -it -v $(pwd):/src -v $(pwd):/out --user=$(id -u):$(id -g) madhead/imagemagick convert /src/image.svg /out/image.png\n----\n\nor more sophisticated ones:\n\n[source, bash]\n----\ndocker run --rm -it -v $(pwd):/src -v $(pwd):/out --user=$(id -u):$(id -g) madhead/imagemagick convert -density 300 /src/document.pdf -background white -alpha remove -quality 90 /out/document.png\n----\n\nRead about the available flags, options and switches in the official https://imagemagick.org/script/convert.php[ImageMagick documentation].\nhttp://manpages.ubuntu.com/manpages/precise/en/man1/convert.1.html[Ubuntu's manpage] is great as well.\nDocker options are described in details https://docs.docker.com/engine/reference/run[on their site].\n\n== Contributing\n\nDo not hesitate to https://github.com/madhead/imagemagick/issues/new[open an issue] in case you notice any bugs or missing conversion tools or features.\nRead the link:.github/CONTRIBUTING.adoc[contributing guide] if you know how to hack and make the image better.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadhead%2Fdocker-imagemagick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadhead%2Fdocker-imagemagick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadhead%2Fdocker-imagemagick/lists"}