Image Processing Use (shipped in ) for common operations. For complex or custom workflows, generate a Pillow script adapted to the user's environment. Quick Reference — img-process CLI Use when : the operation is standard (resize, convert, trim, thumbnail, optimise, OG card, batch). This is faster and avoids generating a script each time. Generate a custom script when : the operation needs logic doesn't cover (compositing multiple images, watermarks, complex text layouts, conditional processing). Prerequisites Pillow is required for both and custom scripts: If Pillow is unavailable, use alter…