Linux 软件免费装
Banner图

PrinterFlo Image Optimizer

开发者 printerflo
更新时间 2026年7月20日 11:01
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

image optimizer compress images webp avif convert to webp

下载

1.0.3

详情介绍:

How this differs from every other image optimizer: the other plugins in this category compress on a remote server (metered credits) or with your host's ImageMagick/GD (no AVIF on shared hosting). PrinterFlo Image Optimizer is, to our knowledge, the only one that runs the actual encoders (libwebp, libavif) as WebAssembly in the site owner's browser — which is why it can be unlimited and free, needs no API key, sends no images anywhere, and can produce AVIF on any hosting plan. Every image optimizer plugin has the same catch: your images get sent to their servers, servers cost money, so you get metered — 100 images/month, 20 MB/month, "upgrade for bulk." This plugin has no server. It converts your media library to WebP (and optionally AVIF) using WebAssembly running in your own browser — the same open-source encoders (Google's libwebp and libavif) that power professional optimization services, just running on your machine instead of theirs. How it works Open Media → Image Optimizer and click Optimize all images. Your browser fetches each image (and every thumbnail size), converts it with WebAssembly, and saves the result back to your media library. Keep the tab open while it runs — that's the whole trick that makes unlimited possible. The one honest trade-off: because conversion happens in a browser, new uploads aren't converted automatically in the background. Revisit the page after adding images and run it again — already-converted files are skipped, so it only processes what's new. Built by PrinterFlo, print shop management software. Try the same engine online: free bulk WebP & AVIF converter.

安装:

  1. Install and activate the plugin.
  2. Go to Media → Image Optimizer.
  3. (Optional) Enable AVIF and adjust quality.
  4. Click Optimize all images and keep the tab open until it finishes.

常见问题:

Is it really unlimited? What's the catch?

The conversion runs on your computer, in your browser — so there are no server costs and nothing to meter. The one trade-off: you have to open the optimizer page and keep it open while it works. For most sites that's a few minutes, once.

Are my images sent anywhere?

No. The plugin makes no external requests at all. Images go from your media library to your browser and back — encoder included in the plugin, running locally via WebAssembly.

Does it modify my original images?

Never. Converted files are saved as separate .webp/.avif files next to the originals. The "Remove all converted files" button deletes everything the plugin created, and your site is exactly as before.

How are the images served to visitors?

Front-end <img> tags whose files have a converted version get wrapped in a <picture> element with AVIF/WebP sources. Browsers automatically pick the best format they support and older browsers fall back to the original — no server configuration, works with page caching.

WebP or AVIF?

WebP is fast to encode and universally supported — it's always on. AVIF is 30–50% smaller than JPEG but slower to encode; enable it if you want maximum savings and don't mind the run taking longer.

What about new uploads?

They're converted the next time you open Media → Image Optimizer and click the button — already-done files are skipped. Background auto-conversion needs a server-side encoder, which is exactly the thing this plugin deliberately doesn't depend on.

Which files are converted?

JPEG and PNG attachments, including every registered thumbnail size. Transparency is preserved.

更新日志:

1.0.3 1.0.2 1.0.1 1.0.0