Projects
Ops · Automation
Image Automation
A menu-driven Bash tool that resizes images to a target size and packages results into ZIP — with Python helpers, progress tracking, and clear output.
N → ZIPFolder in, archive out
Size capsTarget dimensions
1 flowMenu-driven ops
Use case
Batch prep for web delivery, client handoff, or storage with size limits.
Problem
Manual resize and packing is slow and inconsistent.
Outcome
One repeatable flow that enforces size rules and ships a ready ZIP.
Lab notes
Constraints
Local/ops friendly; minimal deps; predictable ZIP output.
Tradeoffs
Speed and repeatability over GUI polish.
What I’d redo
Parallel resize option and a dry-run summary before packaging.
BashPythonOps