Linux 软件免费装
Banner图

Cetus Image Converter & AI Alt Text

开发者 danielegagliardi
更新时间 2026年8月20日 22:05
PHP版本: 8.0 及以上
WordPress版本: 7.1
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

ai alt text webp image optimization avif

下载

1.1.1 1.0.0

详情介绍:

Cetus Image Converter & AI Alt Text turns your WordPress media library into a lean, modern, and accessible asset store. What it does Privacy & Security Server requirements | Feature | Requirement | | -------------- | --------------------------------------- | | WebP output | Imagick with WebP or GD with WebP | | AVIF output | Imagick with libavif/libheif | | AI Alt Text | A valid Google Gemini or OpenAI API key | The built-in Step 1 – Server Diagnosis panel shows green/red indicators for every capability on your specific server. BYOK, Bring Your Own Key Cetus Image Converter & AI Alt Text does not proxy AI requests through any third-party server. Calls go directly from your WordPress installation to the Google Generative Language API or the OpenAI API using your own credentials. You are responsible for monitoring your quota usage.

安装:

  1. Upload the cetus-media-optimizer folder to /wp-content/plugins/.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Go to Cetus Media in the WordPress admin menu.
  4. Follow the three-step wizard:
  5. Step 1: Review the server diagnostics (green = supported, red = unavailable).
  6. Step 2: Choose your output format and optionally add AI API keys.
  7. Step 3: Click Start Optimisation to process your library.

屏幕截图:

  • **Server Diagnosis**: Green indicators confirm Imagick, GD, WebP and AVIF are all available. Runs a real encoding probe, not just a format list check.
  • **Preferences**: Output format selector (Automatic / AVIF / WebP / No conversion), auto-convert on upload toggle, and independent quality sliders for WebP and AVIF.
  • **AI Alt Text**: Configure Google Gemini or OpenAI (BYOK), automatic fallback on quota errors, language selector and custom prompt override.
  • **Library Management**: Statistics cards (total images, to convert, disk usage by format, cumulative savings), orphan file scanner and conversion log.

升级注意事项:

1.1.1 Fixes a bug where "Reset files" deleted WebP and AVIF sub-sizes generated by WordPress itself, not by this plugin. If you use "Reset files" at all, upgrade before running it again. Also stops the AI from paying for a second alt text on images that already have one. 1.1.0 Images carrying C2PA Content Credentials are now skipped by default instead of being converted, because conversion destroys that provenance record permanently. If you would rather convert them and accept the loss, turn the Content Credentials setting off under Preferences. No existing file is modified or deleted by this upgrade. 1.0.0 Initial release.

常见问题:

Will Cetus Image Converter & AI Alt Text delete my original images?

No. Originals are never touched. The plugin creates a second file with the new extension (e.g. photo.jpgphoto.webp) alongside the original.

My server does not support AVIF. What happens?

If you choose Automatic format, the plugin detects server capabilities at runtime and falls back to WebP. If WebP is also unavailable, the image is skipped and a notice is shown in the diagnostics panel.

What happens to images with Content Credentials (C2PA)?

By default they are left unconverted, so they keep their credentials and yield no saving. A C2PA manifest contains a cryptographic hash of the image, so re-encoding the pixels invalidates it, and it cannot simply be copied onto the converted file either: doing that would mark the converted file as tampered with, which validates worse than having no provenance at all. You can turn this protection off under Preferences, in which case those images are converted like any other and the plugin tells you, per image and in the conversion log, that the credentials were lost. Your original file is never deleted in either case, so the credentials always remain in the original on disk.

Is there a limit to the number of images I can process?

No hard limit. The bulk processor works in small batches (5 images per AJAX tick) to respect server timeouts and can be paused and resumed at any time.

How does the AI Alt Text feature work?

After conversion, the plugin sends the image (as a Base64-encoded inline payload) to the selected AI provider. The response is sanitised and saved as the standard WordPress _wp_attachment_image_alt post meta. No image data is stored on any server.

What happens if my AI quota is exceeded?

If the primary provider returns HTTP 429, the plugin automatically retries with the other provider (if both keys are configured and fallback is enabled). A warning is displayed in the admin panel reminding you to monitor your API quota.

Is the telemetry feature active?

No, by default. The opt-in checkbox is disabled by default. If you enable it, anonymous PHP crash reports (error type, stack trace limited to plugin files, WordPress/PHP/plugin version) are sent to Sentry. No IP address, user data, API keys or personal information is ever transmitted. You can disable it at any time from Preferences → Telemetry.

更新日志:

1.1.1 1.1.0 1.0.1 1.0.0