Title: PixelCraft with WebP
Author: Seçil Kars
Published: <strong>April 24, 2026</strong>
Last modified: April 24, 2026

---

Search plugins

![](https://ps.w.org/pixelcraft-webp/assets/banner-772x250.jpg?rev=3514509)

![](https://ps.w.org/pixelcraft-webp/assets/icon-256x256.png?rev=3514469)

# PixelCraft with WebP

 By [Seçil Kars](https://profiles.wordpress.org/secilkars/)

[Download](https://downloads.wordpress.org/plugin/pixelcraft-webp.2.0.7.zip)

 * [Details](https://wordpress.org/plugins/pixelcraft-webp/#description)
 * [Reviews](https://wordpress.org/plugins/pixelcraft-webp/#reviews)
 *  [Installation](https://wordpress.org/plugins/pixelcraft-webp/#installation)
 * [Development](https://wordpress.org/plugins/pixelcraft-webp/#developers)

 [Support](https://wordpress.org/support/plugin/pixelcraft-webp/)

## Description

**PixelCraft with WebP** helps speed up your site by creating **WebP** copies of
images you upload (and optionally replacing originals). It uses WordPress image 
APIs (**GD** or **Imagick**) with sensible PHP fallbacks when a host mis-reports
WebP support.

 * **Automatic conversion** on upload for JPEG and PNG (after WordPress generates
   thumbnails).
 * **Keep originals** or replace them after a successful WebP write (your choice).
 * **Quality** preset and **max width/height** for the full-size WebP.
 * **Bulk conversion** in the admin (batched AJAX, optional WP-Cron background queue).
 * **Savings report** per attachment (stored in attachment meta).
 * **Settings** under **Settings  PixelCraft with WebP**.
 * **Media list column** showing optimization status.
 * **Frontend delivery**: when enabled, image URLs can switch to `.webp` for clients
   that send `Accept: image/webp` (compatible with WooCommerce product images that
   use core attachment APIs).
 * **No external services** — conversion runs on your server only.

**Trademark notice:** [WordPress](https://wordpress.org/) is a registered trademark
of the WordPress Foundation. This plugin is not affiliated with or endorsed by WordPress
or the WordPress Foundation.

More info: [wordpressplugin.adbear.cloud](https://wordpressplugin.adbear.cloud/)

### Privacy

This plugin does not collect, store, or transmit personal data to third parties.
Conversion and logging (if enabled) occur on your server. See the FAQ for details.

## Screenshots

 * [[
 * screenshot-1.png — Settings screen: conversion, delivery, diagnostics, and bulk
   conversion.

## Installation

 1. Upload the `pixelcraft-webp` folder to `/wp-content/plugins/`, or install the ZIP
    via **Plugins  Add New  Upload Plugin**.
 2. Activate the plugin through the **Plugins** screen in WordPress.
 3. Go to **Settings  PixelCraft with WebP** and adjust options.
 4. For existing images, use **Bulk conversion** on the same settings page (WebP-capable
    PHP required).

## FAQ

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

No. All conversion happens on your server. There are no paid APIs or remote encoders.

### What PHP requirements are needed?

You need **WebP encoding** support via GD (`imagewebp`) and/or **Imagick** with 
WebP. The plugin detects capability and shows a notice in settings if encoding is
not available.

### Will it work with WooCommerce?

Yes. Product images use WordPress attachment URLs; when “Serve WebP in HTML” is 
enabled and a `.webp` companion exists, compatible browsers receive WebP URLs where
the plugin applies filters.

### What happens if I uninstall?

See **uninstall.php**: plugin options and scheduled bulk jobs are removed. WebP 
files and attachment meta created while the plugin was active are **not** automatically
deleted (your media and files stay intact). You can remove `.webp` files manually
if needed.

### Does the plugin collect personal data?

No analytics or tracking are included. Optional file logging is local, disabled 
by default, and when enabled writes only under `wp-content/uploads/pixelcraft-webp/`.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“PixelCraft with WebP” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ Seçil Kars ](https://profiles.wordpress.org/secilkars/)

[Translate “PixelCraft with WebP” into your language.](https://translate.wordpress.org/projects/wp-plugins/pixelcraft-webp)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/pixelcraft-webp/), 
check out the [SVN repository](https://plugins.svn.wordpress.org/pixelcraft-webp/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/pixelcraft-webp/)
by [RSS](https://plugins.trac.wordpress.org/log/pixelcraft-webp/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.0.7

 * **Plugin Review:** optional logging and `.htaccess` / `index.php` stubs are written
   only under `wp-content/uploads/pixelcraft-webp/` (via `wp_upload_dir()`), not
   a generic uploads subfolder.
 * **Plugin Review:** PHP identifiers (classes, functions, `define`s, options, meta
   keys, AJAX actions, cron hooks, script/style handles, CSS class prefix) now use
   the distinct `pclwebp` prefix; one-time migration moves data from older `webpforge_*`
   keys where present.

#### 2.0.6

 * **Branding:** display name **PixelCraft with WebP**; directory slug, text domain,
   settings screen slug, and main file `pixelcraft-webp` / `pixelcraft-webp.php`.

#### 2.0.5

 * Branding preparation release before the current `pixelcraft-webp` package naming.

#### 2.0.4

 * WordPress coding standards / Plugin Check: translator comments for placeholder
   strings in bulk JS i18n; AJAX bulk inputs use `filter_input` where appropriate;`
   HTTP_ACCEPT` sanitized in the front-end WebP check; documented `phpcs:ignore`
   for the core `wp_image_editor` filter (cannot be prefixed).

#### 2.0.3

 * **Plugin URI** updated to the product page with full feature details: https://
   adbear.cloud

#### 2.0.2

 * Plugin header: simplified formatting for Plugin Check compatibility (**Description**,**
   Version**, **License** as GPLv2 or later); moved non-header lines out of the 
   plugin docblock.

#### 2.0.1

 * Plugin header: **Plugin URI** points to the WordPress.org plugin page; **Author
   URI** remains the author site (WordPress.org requires these two URLs to differ).

#### 2.0.0

 * **Breaking package layout:** package structure was rebuilt and internal identifiers
   were namespaced with a unique prefix (options, meta keys, AJAX actions, cron 
   hooks, CSS/JS handles) to avoid collisions with other plugins.
 * One-time migration copies legacy option/meta data, clears legacy cron hooks, 
   and renames the uploads log folder when present.
 * If you previously installed an earlier package folder, remove the old plugin 
   folder after upgrading to prevent duplicate plugins.

#### 1.0.2

 * Plugin display name was previously adjusted to comply with WordPress.org trademark
   rules (names may not begin with the restricted “WP” prefix).

#### 1.0.1

 * WordPress.org submission polish: readme contributor matches the WordPress.org
   profile username; removed redundant load_plugin_textdomain call (translations
   load automatically for plugins hosted on WordPress.org as of WordPress 6.7).

#### 1.0.0

 * Initial release on WordPress.org track: WebP conversion, bulk tools, admin settings,
   media column, optional WebP delivery via Accept header, logging, uninstall handler.

## Meta

 *  Version **2.0.7**
 *  Last updated **2 weeks ago**
 *  Active installations **400+**
 *  WordPress version ** 6.0 or higher **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.4 or higher **
 * Tags
 * [image compression](https://wordpress.org/plugins/tags/image-compression/)[image optimizer](https://wordpress.org/plugins/tags/image-optimizer/)
   [optimize images](https://wordpress.org/plugins/tags/optimize-images/)[webp](https://wordpress.org/plugins/tags/webp/)
   [wordpress speed](https://wordpress.org/plugins/tags/wordpress-speed/)
 *  [Advanced View](https://wordpress.org/plugins/pixelcraft-webp/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/pixelcraft-webp/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/pixelcraft-webp/reviews/)

## Contributors

 *   [ Seçil Kars ](https://profiles.wordpress.org/secilkars/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/pixelcraft-webp/)