Skip to content

Commit

Permalink
o-jpg: exiftool option
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Jan 24, 2024
1 parent b459dd2 commit 4560e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pipe/modules/o-jpg/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void write_sink(
if(src_filename[0] == 0) return;
char cmd[1024];
if(snprintf(cmd, sizeof(cmd),
"/usr/bin/exiftool -TagsFromFile %s \"-all:all>all:all\" -*orientation*= %s",
"/usr/bin/exiftool -TagsFromFile %s \"-all:all>all:all\" -*orientation*= -overwrite_original %s",
src_filename, filename) >= sizeof(cmd))
return;

Expand Down

0 comments on commit 4560e7e

Please sign in to comment.