The web preset is the shortest path from a mixed asset folder to consistent WebP outputs.
Run it
rastry run ./public --preset web --dry-runReview the planned names and conflicts, then choose a destination and execute:
rastry run ./public --preset web --output ./optimized --executeExact configuration
{ "version": 1, "name": "web", "operations": [ { "type": "resize", "width": 1600, "fit": "contain" }, { "type": "convert", "format": "webp", "quality": 82 }, { "type": "strip-metadata" } ]}The canonical file is examples/presets/web.json.