Skip to content

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

Notifications You must be signed in to change notification settings

shellbro/dockerfile-heif-convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published