Add font family selector for watermark text

This commit is contained in:
2026-03-06 17:12:23 +02:00
parent 81e244e069
commit 727056f385
5 changed files with 95 additions and 3 deletions

View File

@@ -313,6 +313,7 @@ fn cmd_process(args: CmdProcessArgs) {
font_size: 24.0,
opacity: args.watermark_opacity,
color: [255, 255, 255, 255],
font_family: None,
});
}
if args.rename_prefix.is_some() || args.rename_suffix.is_some() || args.rename_template.is_some() {