Add watermark tiling, rotation types, margin/scale controls
This commit is contained in:
@@ -314,6 +314,9 @@ fn cmd_process(args: CmdProcessArgs) {
|
||||
opacity: args.watermark_opacity,
|
||||
color: [255, 255, 255, 255],
|
||||
font_family: None,
|
||||
rotation: None,
|
||||
tiled: false,
|
||||
margin: 10,
|
||||
});
|
||||
}
|
||||
if args.rename_prefix.is_some() || args.rename_suffix.is_some() || args.rename_template.is_some() {
|
||||
|
||||
Reference in New Issue
Block a user