Add metadata stripping, watermark positioning, and rename template modules

This commit is contained in:
2026-03-06 02:06:01 +02:00
parent 56f0a7172e
commit c81e2364af
7 changed files with 439 additions and 0 deletions

View File

@@ -1,4 +1,7 @@
pub mod metadata;
pub mod rename;
pub mod resize;
pub mod watermark;
use serde::{Deserialize, Serialize};