- Fixed size or percentage?
- Both. Fixed dimensions (500×500) or percentage (50% of original). Pick based on target — fixed for design specs, percentage for proportional shrinking.
- What about aspect ratios?
- Toggle 'preserve ratio' to keep the shape. If both dimensions are fixed, the image crops to fit. If only one is set, the other scales proportionally.
- How many images at once?
- Browser memory caps around 100 at full-size. For thousands, use ImageMagick's `mogrify -resize` at the command line.
- What output format?
- Same as input by default. Toggle to change format (all to WebP, all to JPEG). Combined with quality setting for full re-encoding.