Batch Image Optimizer
Drop a folder of images — Pillow resizes and adjusts, Real-ESRGAN upscales low-res sources, final Pillow pass converts to WebP with optimal compression settings for web delivery.
What does this workflow do?
System flow
1. Pillow — Image pre-processing — deskew, denoise, crop and normalise before analysis 2. Real-ESRGAN — AI super-resolution upscaling that restores detail without artefacts 3. Pillow — Image pre-processing — deskew, denoise, crop and normalise before analysis
Pipeline breakdown
- Pillow
pillow— Image pre-processing — deskew, denoise, crop and normalise before analysis image → image - Real-ESRGAN
realesrgan— AI super-resolution upscaling that restores detail without artefacts image → image - Pillow
pillow— Image pre-processing — deskew, denoise, crop and normalise before analysis image → image
Workflow Reputation Score
Based on executions, success rate, update frequency, component quality, and user rating.
Based on executions, success rate, update frequency, component quality, and user rating.
Components used
Image pre-processing — deskew, denoise, crop and normalise before analysis
python-pillow/Pillow ↗AI super-resolution upscaling that restores detail without artefacts
xinntao/Real-ESRGAN ↗How is this different from n8n or Zapier?
Unlike generic workflow builders, FlowSync workflows ship pre-configured with AI skills baked into every node — OCR, LLM reasoning, transcription, super-resolution — not just webhook triggers. Each node is white-box auditable: you see input, output, and config. Deployment is instant — no self-hosting, no API-key per node.
Use cases
- Website image optimization
- E-commerce product image batch
- CMS media library cleanup
- Portfolio image preparation
Author & Source
Data handling
FlowSync Workflow Marketplace · 67 reputation score · 25% execution · 93% success · 3-node white-box pipeline · maintained by FlowSync Official
Ready to run?
Drop a folder of images — Pillow resizes and adjusts, Real-ESRGAN upscales low-res sources, final Pillow pass converts to WebP with optimal compression settings for web delivery.