Image Outpainting Worker
Async marketplace image expansion for target aspect ratios.
1
How It Works
When listing images are created or updated, FairClose can queue image optimization jobs that inspect dimensions and decide whether an image already fits a target marketplace ratio.
2
Supported Targets
The current worker prepares Etsy 4:3 and Shopify 1:1 targets. Images already within tolerance are skipped so sellers are not delayed by unnecessary processing.
3
Non-Blocking Queue
Jobs move through pending, processing, completed, skipped, or failed states in MongoDB and never block the listing creation flow.
4
AI and Fallback Safety
When AI image expansion is available, the worker uses a non-destructive prompt. If the AI call fails, a safe canvas fallback keeps the workflow resilient.