Anek Image Optimizer

Descripción

Anek Image Optimizer is a professional-grade image optimization plugin built for speed, privacy, and flexibility. It is 100% free, runs entirely on your own server, and ships with zero telemetry — your images never leave your infrastructure.

Multi-Library Engine

Most optimization plugins lock you into a single backend. Anek supports three simultaneously:

  • Libvips — the fastest image processing library available (the same engine used by Cloudinary and Sharp.js). Runs as a native binary for extreme throughput and minimal memory usage.
  • Spatie Image — PHP-native library with selectable GD or Imagick drivers.
  • Intervention Image — alternative PHP library with GD or Imagick drivers.

Next-Gen Format Output

  • Compress original JPEG and PNG files in-place.
  • Generate WebP sidecar files alongside originals.
  • Generate AVIF sidecar files alongside originals.
  • All three outputs from a single source image, in one operation.
  • Built-in Apache/LiteSpeed .htaccess rules and Nginx config snippets for zero-PHP server-level delivery — browsers that support AVIF or WebP get them automatically; others fall back gracefully.

Deep WordPress Integration

  • Optimize directly from the Media Library — per-image buttons appear in attachment details.
  • Bulk optimization — compress your entire media library in one click with real-time progress.
  • Auto-optimize on upload — new images are processed the moment they are added.
  • File-system deep scanner — discovers and optimizes images outside wp-content/uploads, including theme images, plugin assets, and custom directories.

Preserve Originals

Toggle on «Preserve Originals» and a backup copy of every image is kept before compression. Restore any image to its original state at any time with zero data loss.

Quality & Exclusion Controls

  • Adjustable quality slider (0–100) per compression run.
  • Strip EXIF metadata to reduce file size further.
  • Set a minimum file size threshold to skip images already small enough.
  • Exclude specific paths from bulk operations.

100% Free, Zero Telemetry, Fully Self-Hosted

  • No data leaves your server. All processing happens locally.
  • Zero telemetry — no usage tracking, no analytics, no phone-home requests.
  • No API keys, no accounts, no subscriptions.
  • Full feature set available from day one with no freemium locks or upsells.

Capturas

  • Optimization dashboard with real-time bulk progress and storage savings.

Instalación

  1. Upload the anek-image-optimizer folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Navigate to Anek Image Optimizer in the admin sidebar to configure your settings.
  4. (Optional) Install Libvips on your server for maximum performance.

FAQ

What is Libvips and why does it matter?

Libvips is a low-memory, high-speed image processing library used by major image CDNs like Cloudinary. It is significantly faster than GD or Imagick, especially for large images or bulk operations. The plugin auto-detects whether Libvips is available on your server.

Does this plugin support AVIF?

Yes. AVIF output is supported via Libvips (fastest), Imagick (if compiled with AVIF support), or Spatie/Intervention with an Imagick driver. The server environment tab shows exactly which formats your server can produce.

Does my server need Libvips?

No. Libvips is optional. If it is not available, the plugin falls back to Spatie Image or Intervention Image with GD or Imagick, both of which are standard on most WordPress hosting.

Are my original images safe?

Yes. Enable «Preserve Originals» in the settings and every original is backed up before any compression is applied. You can restore individual images at any time.

Does this plugin send images to a third-party service?

No. All optimization is performed locally on your server. No images, metadata, or usage data is ever transmitted externally.

Can I test which library produces the best results for my images?

Yes. The Lab Testing tab lets you upload any image and run it through all available libraries simultaneously, showing you the compressed file size, savings percentage, processing time, and a preview for each result.

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«Anek Image Optimizer» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «Anek Image Optimizer» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

1.0.1

  • Removed generic sd_ prefixes in favor of compliant and unconflicting anekimg_ prefixes.
  • Updated spatie/image vendor package to version 3.9.4.
  • Updated readme description to adhere to length requirements.

1.0.0

  • Initial Plugin Launch.