Skip to content
Vacuum Image Optimizer1.0.1
1.0.11 min read

Exclusions

Exclude MIME types, file sizes, filenames, paths, SVG files, and GIF files from processing.

Exclusions help prevent risky or low-value files from entering the optimization pipeline.

Exclusion controls

  • MIME type exclusions.
  • Minimum file size.
  • Maximum file size.
  • Filename pattern exclusions.
  • Path pattern exclusions.
  • GIF exclusion.
  • SVG exclusion.

Defaults

Animated GIFs and SVG files are skipped safely. This prevents damaging animation frames and avoids processing vector content as raster media.

Pattern matching

Filename and path pattern checks are simple containment matches. Use focused terms such as logo-original, no-optimize, or a directory segment that identifies protected assets.

Related articles