Convert all HEIF (*.heic) images from /input dir to JPEG (*.jpg) images saved to /output dir.
Go to file
2022-08-01 19:45:35 +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 Updates convert-all: *.heic to *.HEIC 2022-08-01 19:40:57 +02:00
Dockerfile Updates Ubuntu base image from 18.04 to 22.04 2022-08-01 19:45:35 +02:00
README.md Update docs 2020-04-13 17:39:37 +02:00
VERSION Change versioning scheme 2020-03-01 15:54:20 +01:00

shellbro/heif-convert

Convert all HEIF (*.heic) images 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