Add Adjustments, Watermark, Rename wizard steps; expand to 10-step wizard

This commit is contained in:
2026-03-06 12:15:02 +02:00
parent 662270d7b9
commit 6235d3d686
7 changed files with 796 additions and 12 deletions

View File

@@ -1,7 +1,10 @@
pub mod step_adjustments;
pub mod step_compress;
pub mod step_convert;
pub mod step_images;
pub mod step_metadata;
pub mod step_output;
pub mod step_rename;
pub mod step_resize;
pub mod step_watermark;
pub mod step_workflow;