{"id":18828921,"url":"https://github.com/nekonenene/imagemagick_heic_image","last_synced_at":"2025-04-14T03:23:27.359Z","repository":{"id":45993780,"uuid":"228022294","full_name":"nekonenene/imagemagick_heic_image","owner":"nekonenene","description":"Dockerfile for ImageMagick with HEIC/HEIF support","archived":false,"fork":false,"pushed_at":"2021-11-22T08:01:11.000Z","size":3,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T17:21:26.293Z","etag":null,"topics":["docker","dockerfile","heic","heif","imagemagick","ubuntu"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/nekonenene.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}},"created_at":"2019-12-14T12:50:38.000Z","updated_at":"2024-08-30T13:39:04.000Z","dependencies_parsed_at":"2022-07-20T05:33:30.699Z","dependency_job_id":null,"html_url":"https://github.com/nekonenene/imagemagick_heic_image","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/nekonenene%2Fimagemagick_heic_image","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekonenene%2Fimagemagick_heic_image/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekonenene%2Fimagemagick_heic_image/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nekonenene%2Fimagemagick_heic_image/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nekonenene","download_url":"https://codeload.github.com/nekonenene/imagemagick_heic_image/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248814186,"owners_count":21165709,"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","dockerfile","heic","heif","imagemagick","ubuntu"],"created_at":"2024-11-08T01:38:36.903Z","updated_at":"2025-04-14T03:23:27.336Z","avatar_url":"https://github.com/nekonenene.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerfile for ImageMagick with HEIC/HEIF support\n\nWhen you need to convert `.heic` file (HEIF file format), this docker image will be useful.\n\n## Build\n\n```sh\ndocker build . -t imagemagick_heic\n```\n\n## Run\n\n```sh\ndocker run -it --name imagemagick_heic --rm imagemagick_heic /bin/bash\n```\n\nThen, you can check ImageMagick version\n\n```sh\nconvert -version\n```\n\n### Convert HEIF(.heic) file to JPEG(.jpg)\n\n1. Send HEIF(`.heic`) file to the container\n    ```sh\n    # Command from outside of the container\n    docker cp /path/to/file.heic imagemagick_heic:/home\n    ```\n2. Convert HEIF(`.heic`) file to JPEG(`.jpg`)\n    ```sh\n    # Command from the container\n    mogrify -format jpg *.heic\n    ```\n3. Send JPEG(`.jpg`) file to outside of the container\n    ```sh\n    # Command from outside of the container\n    docker cp imagemagick_heic:/home/file.jpg .\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekonenene%2Fimagemagick_heic_image","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnekonenene%2Fimagemagick_heic_image","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnekonenene%2Fimagemagick_heic_image/lists"}