Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 411 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 411 Bytes

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