Convert all HEIF (*.heic) images from /input dir to JPEG (*.jpg) images saved to /output dir.
Find a file
Jakub Gorczyca 1adcf37d11 Refactor
2020-04-05 13:27:01 +02:00
devops Refactor 2020-04-05 13:27:01 +02:00
.dockerignore Initial commit 2019-09-15 16:50:18 +02:00
convert-all Don't use absolute path 2020-03-01 16:10:32 +01:00
Dockerfile Change uid and gid 2020-03-01 19:49:25 +01:00
README.md Fix header 2020-03-01 16:27:09 +01:00
VERSION Change versioning scheme 2020-03-01 15:54:20 +01:00

shellbro/heif-convert

Convert all HEIF images (*.heic) from /input dir to JPEG (*.jpg) images saved to /output dir.

Usage

Just run:

$ docker run --rm -u "$(id -u):$(id -g)" -v /some/host/path/input:/input -v /some/host/path/output:/output shellbro/heif-convert