Use maximum dimensions instead of forcing one shape
Kompixa fits each image inside the selected maximum width and height while preserving its original aspect ratio. Portrait and landscape images can therefore share one batch without being stretched.
Maximum width
Limits how wide an output may become. Smaller source images are not enlarged.
Maximum height
Limits output height while working together with the width constraint.
Rename tokens
{name} keeps the source base name, {n} adds a sequence number and {ext} inserts the output extension.
Useful naming patterns
| Pattern | Example | Use case |
|---|---|---|
{name}-{n}.{ext} | photo-01.webp | Keep recognizable source names |
web-{name}-{n}.{ext} | web-hero-01.webp | Website asset preparation |
email-{n}.{ext} | email-01.jpg | Neutral attachment names |