{"id":21586086,"url":"https://github.com/magiclen/ubuntu-ffimagemagick","last_synced_at":"2025-03-18T09:15:48.311Z","repository":{"id":96040940,"uuid":"568288801","full_name":"magiclen/ubuntu-ffimagemagick","owner":"magiclen","description":"Full-featured ImageMagick on Ubuntu. Use Docker to compile. ","archived":false,"fork":false,"pushed_at":"2024-10-02T08:40:51.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T15:35:13.321Z","etag":null,"topics":["docker","imagemagick","ubuntu"],"latest_commit_sha":null,"homepage":"","language":null,"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/magiclen.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":"2022-11-20T03:17:54.000Z","updated_at":"2024-10-02T08:40:54.000Z","dependencies_parsed_at":"2025-01-24T15:41:02.184Z","dependency_job_id":null,"html_url":"https://github.com/magiclen/ubuntu-ffimagemagick","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/magiclen%2Fubuntu-ffimagemagick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Fubuntu-ffimagemagick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Fubuntu-ffimagemagick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magiclen%2Fubuntu-ffimagemagick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magiclen","download_url":"https://codeload.github.com/magiclen/ubuntu-ffimagemagick/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244189826,"owners_count":20412991,"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":["docker","imagemagick","ubuntu"],"created_at":"2024-11-24T15:12:38.932Z","updated_at":"2025-03-18T09:15:48.292Z","avatar_url":"https://github.com/magiclen.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Full-featured ImageMagick on Ubuntu\n==========\n\nThis project aims to provide Dockerfile(s) to compile full-featured ImageMagick's executable file with **dynamic-linking** on Ubuntu-based Linux distributions.\n\n#### Why not static?\n\nIf someone only uses Ubuntu and have no need to cross compile ImageMagick for other platform, dynamic linking can help re-using a lot of shared libraries and generating smaller and more efficient executable files.\n\nHowever, this project still uses some static libraries which are useful but not provided by Ubuntu software repositories.\n\n## Getting Start\n\n#### Install Docker\n\n```bash\nsudo apt install docker docker-buildx\n```\n\n#### Compile\n\n```bash\ndocker build -t imagemagick-build -f Dockerfile.\u003cubuntu_name\u003e .\ndocker run -v \"$(pwd)/output\":/output --name imagemagick-build imagemagick-build\n```\n\n`\u003cubuntu_name\u003e` can be `Jammy` (22.04), `Noble` (24.04).\n\nNow, the executable files should be in the `./output` directory.\n\n#### Clean Up\n\n```bash\ndocker rm imagemagick-build\ndocker image rm imagemagick-build \u0026\u0026 docker image prune\n```\n\n## Run ImageMagick's Executable File\n\n1. Open the Dockerfile you used. \n2. Copy the `apt install` command in the runtime environment stage.\n3. Run the command in the Ubuntu system that you want to run ImageMagick's executable file (to fix shared libraries not found issues).\n\n#### Are these executable files Debian-compatible?\n\nNo. Even though Ubuntu is based on Debian, their software sources are somewhat different. Maybe you can find replaceable packages but I would recommend just modify the base image written in the Dockerfile of this project to a corresponding Debian image and build it.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclen%2Fubuntu-ffimagemagick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagiclen%2Fubuntu-ffimagemagick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagiclen%2Fubuntu-ffimagemagick/lists"}