Create clean metadata overlays for your favorite images. Support for Landscape/Portrait mode, Camera,Brand, and Formatting Profiles, Manual Lenses, and AutoInvert (For iPhone)
imageMagick, yq, and exifTool
Usage: ./exif_style.sh
Mandatory
-i <string> Image Path and Name
Optional
-l <int> Log Output Print, default 1 disabled 0
-p <string> Personal Profile, default if not supplied, else loaded from cfg/profiles.yaml
-c <string> Camera Profile , default if not supplied, else loaded from cfg/profiles.yaml
-f <string> Format Profile , default if not supplied, else loaded from cfg/profiles.yaml
-m <string> Manual Aperture , If profile.manual=yes this will overwrite aperture
-o <int> Auto Orientation, default 0, in case of iPhone rotated images, 1 will orient based on EXIF
./exif_style.sh -i images/horizontal.jpg
for img in images/*.jpg; do ./exif_style.sh -i "$img" ; done
images/
output/
Output is generated under output/O_name.jpeg

