Linux 软件免费装

Picqlo Image Converter

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

标签

webp page speed image optimization avif image converter

下载

7.6 7.6.1

详情介绍:

Picqlo Image Converter converts your existing WordPress media library from JPEG and PNG to modern formats (AVIF, WebP) for faster page loads and better Core Web Vitals scores — without touching your content or changing any image URLs. Key features: Encoders used (in priority order): AVIF:
  1. GD library (imageavif)
  2. ImageMagick (via the Imagick PHP extension)
  3. cavif-rs or avifenc binary (via exec, if pre-installed on your server)
  4. Picqlo Cloud API — remote AVIF encoder, works on any host (requires API key at picqlo.com)
  5. WebP fallback — if AVIF fails on all local encoders, falls back to WebP automatically WebP:
  6. ImageMagick (better quality, ICC profile preserved)
  7. cwebp binary (via exec, if pre-installed on your server)
  8. GD library (imagewebp) Cloud API:
The Cloud API is an optional external service for guaranteed AVIF encoding on hosts where no local AVIF encoder is available (e.g. old shared hosting). It requires an API key from picqlo.com. Credits are consumed only when the cloud encoder is actually used; if your server handles AVIF locally, no credits are spent and no data is sent externally. Privacy: All local processing is entirely local — no data leaves your server. Cloud API processing is in-memory only; images are deleted immediately after conversion. See picqlo.com/privacy.

安装:

Automatic
  1. Go to WordPress Admin → Plugins → Add New
  2. Search for "Picqlo Image Converter"
  3. Click Install NowActivate
Manual
  1. Download the picqlo.zip file
  2. Go to WordPress Admin → Plugins → Add New → Upload Plugin
  3. Upload picqlo.zip, click Install NowActivate
First conversion
  1. Go to WordPress Admin → Image Converter
  2. Select your target format (Auto recommended)
  3. Click Start Conversion and watch the live log Full setup guide: picqlo.com/setup

屏幕截图:

  • Images tab — per-image status badges (AVIF, WebP, AVIF + WebP, unconverted), size savings, and per-image actions.
  • Diagnostics tab — server health (encoder support, WP-Cron, memory limit) and server-side delivery configuration.
  • Settings tab — auto-convert on upload, quality controls, auto-run schedule, picture tag delivery, lossless optimization, and auto-heal.
  • Settings tab (continued) — auto-resize, skip small images, job completion notifications, and Cloud API configuration.

常见问题:

What happens to my original images?

By default, yes — AVIF and WebP conversion never touches your originals; companion files are created alongside them (e.g. photo.jpgphoto.avif / photo.webp) and deleted on revert. The exception is the Lossless Optimize feature, which rewrites originals in place to reduce file size. Before doing so it creates a .lossless-bak backup, and reverting restores from that backup.

Does it work on shared hosting?

Yes. WebP works on any host that runs PHP and WordPress. AVIF requires a modern ImageMagick (v7+) or GD with libavif — available on most managed hosts. If AVIF isn't available locally, the Cloud API provides guaranteed AVIF on any host (requires credits from picqlo.com).

Can it use server-installed encoders like cavif, cwebp, jpegtran, or optipng?

Yes. If those tools are installed on your server (e.g. via your host's package manager), Picqlo detects and uses them automatically. The plugin does not download or install binaries itself.

Will it change my image URLs or break my content?

No. Your original files stay untouched. AVIF and WebP companion files are generated alongside them, and WordPress serves the best format each browser supports via a <picture> tag filter. Your original URLs remain identical and all posts and pages continue to work without any edits.

What happens if I deactivate the plugin?

Nothing breaks. AVIF and WebP companion files stay on disk, and deactivation removes the delivery rules (the <picture> tag filter and the uploads .htaccess rewrite rules), so WordPress falls back to serving your original JPEG/PNG files normally. Re-activate the plugin to resume serving AVIF/WebP. If you used Lossless Optimize, note that it rewrites originals in place (see above) — deactivating the plugin does not revert that; use the Lossless revert option first if you want your original bytes back. To remove the AVIF/WebP companion files entirely, use Revert before deactivating.

What formats are converted?

JPEG and PNG files only. GIF, SVG, AVIF, WebP, and other formats are skipped automatically. Native AVIF or WebP files uploaded directly to the media library will not appear in the Images tab — they are already in a modern format and do not need conversion.

What if a converted file ends up larger than the original?

The plugin keeps the original in this case and marks the image as skipped (shown as "Larger ⚠" in the log). If a cloud-converted file is larger than the original it is also discarded and the credit is automatically refunded.

Can I convert specific images instead of the whole library?

Yes. The Images tab shows your full library with filtering, sorting, and per-image actions. You can convert, reconvert, or revert individual images.

Do credits expire?

No. Credits never expire and remain on your API key until used or the key is revoked.

Is my image data private when using the Cloud API?

Yes. Images sent to the Cloud API are encrypted in transit (TLS 1.2+), processed entirely in-memory, and deleted immediately after conversion. Nothing is stored. See the Privacy Policy and Data Processing Agreement.

How do I get a Cloud API key?

Create an account at app.picqlo.com, purchase a credit pack, and copy your API key from the Keys tab. Paste it into the Cloud API card in the plugin settings.

更新日志:

7.6 7.5 7.4 7.3 7.2 7.1 7.0