{"id":28466802,"url":"https://github.com/bytescale/aws-image-magick-example","last_synced_at":"2025-07-15T13:16:32.810Z","repository":{"id":110442735,"uuid":"487826985","full_name":"bytescale/aws-image-magick-example","owner":"bytescale","description":"Builds standalone ImageMagick binaries for Amazon Linux 2 / AWS Lambda.","archived":false,"fork":false,"pushed_at":"2023-08-16T20:17:36.000Z","size":17,"stargazers_count":13,"open_issues_count":1,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-30T23:36:00.552Z","etag":null,"topics":["amazon-linux","amazon-linux-2","aws","aws-lambda","docker","imagemagick"],"latest_commit_sha":null,"homepage":"https://www.bytescale.com/blog/installing-imagemagick-on-amazon-linux-2/","language":"Shell","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/bytescale.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}},"created_at":"2022-05-02T11:56:48.000Z","updated_at":"2025-01-07T22:00:50.000Z","dependencies_parsed_at":"2023-04-21T10:47:00.414Z","dependency_job_id":null,"html_url":"https://github.com/bytescale/aws-image-magick-example","commit_stats":null,"previous_names":["bytescale/aws-image-magick-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bytescale/aws-image-magick-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytescale%2Faws-image-magick-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytescale%2Faws-image-magick-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytescale%2Faws-image-magick-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytescale%2Faws-image-magick-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytescale","download_url":"https://codeload.github.com/bytescale/aws-image-magick-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytescale%2Faws-image-magick-example/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265437625,"owners_count":23765124,"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":["amazon-linux","amazon-linux-2","aws","aws-lambda","docker","imagemagick"],"created_at":"2025-06-07T07:05:44.532Z","updated_at":"2025-07-15T13:16:32.802Z","avatar_url":"https://github.com/bytescale.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amazon Linux 2 ImageMagick Binaries (From Source)\n\nThis repository builds standalone ImageMagick binaries for Amazon Linux 2 that can be copy-pasted to any AWS Lambda function or EC2 instance.\n\n**Blog post:** https://www.bytescale.com/blog/installing-imagemagick-on-amazon-linux-2/\n\n**AWS Lambda Full Example:** https://github.com/bytescale/aws-lambda-image-magick-resize-example\n\n## Quick Start\n\n1. Checkout the repository:\n \n   ```bash\n   git clone git@github.com:bytescale/aws-image-magick-example.git\n   \n   cd aws-image-magick-example\n   ```\n   \n2. Build the docker image:\n\n   ```shell\n   docker build \\\n     --platform linux/amd64 \\\n     -t amazonlinuxmagick .\n   ```\n\n3. Extract the docker image's ImageMagick binaries:\n\n   ```shell\n   docker run \\\n     --rm -it \\\n     --platform linux/amd64 \\\n     -v $(pwd)/binaries:/root/output \\\n     amazonlinuxmagick \\\n     mv /root/result /root/output\n   ```\n\n4. `./binaries/result` on your host machine now contains a portable set of ImageMagick binaries!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytescale%2Faws-image-magick-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytescale%2Faws-image-magick-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytescale%2Faws-image-magick-example/lists"}