Raw to jpg with metadata attached

This commit is contained in:
Jean-Claude 2023-11-26 15:55:16 +01:00
parent 4d85887c6c
commit 9caf018f26
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 1 additions and 0 deletions

View File

@ -43,3 +43,4 @@ alias webcam='mpv --demuxer-lavf-format=video4linux2 --demuxer-lavf-o-set=input_
alias clang_f='clang-format --style="{BasedOnStyle: LLVM, IndentWidth: 4, ColumnLimit: 90}" -i **/*.c **/*.h'
alias clang_f_dump='clang-format --dump-config --style="{BasedOnStyle: LLVM, IndentWidth: 4}" > .clang-format'
alias raw2jpg='exiftool -b -jpgfromraw -w %d%f_%ue.jpg -execute -tagsfromfile @ -srcfile %d%f_%ue.jpg -overwrite_original -common_args'