<strong>Editor Interface</strong> — Select an image and adjust contrast and sharpness with live preview
Stop leaving WordPress to edit your images. Advanced Pixel Editor brings Photoshop-grade image processing — powered by ImageMagick — directly into your dashboard. Select any image from your Media Library, fine-tune contrast and sharpness with live preview, and save the result without ever opening a desktop app.
Advanced image editing within WordPress. Sigmoidal contrast adjustment and unsharp masking — the same core algorithms used by Photoshop and Lightroom — with precision sliders that update the preview instantly. Drag the built-in before/after comparison slider to evaluate your edits side-by-side with the original.
Works right where you already are. Open the editor from the Media Library grid view, list view, or attachment edit screen. Your edited image can be saved as a new file or used to replace the original (with automatic backup and one-click restore).
Need more than contrast, sharpening, and crop? Advanced Pixel Editor Pro adds a full Photoshop-style toolset on top of the free editor:
Advanced Pixel Editor is powered by ImageMagick, the leading free and open-source software suite for creating, editing, converting, and manipulating digital images. First conceived in 1987 and publicly released in 1990, ImageMagick remains a foundational tool in digital imaging nearly four decades later.
It delivers battle-tested algorithms that power professional workflows worldwide — many of which are functionally equivalent (or directly comparable) to those found in premium tools like Adobe Photoshop and Lightroom, including:
All processing runs securely server-side via the mature PHP Imagick extension, which binds directly to ImageMagick’s core libraries. This gives your WordPress site professional-grade image manipulation without relying on client-side JavaScript limitations or third-party cloud dependencies.
The plugin requires the Imagick PHP extension (not the older deprecated GD-only fallback).
Most modern hosting providers (including SiteGround, Kinsta, WP Engine, Flywheel, Cloudways, and the majority of VPS/dedicated servers running PHP 8.1+) have Imagick pre-installed or available with one support ticket. If your host does not have it enabled:
We strongly recommend confirming Imagick is active before going live — you can usually check via a phpinfo() page or a simple test script:
<?php echo extension_loaded('imagick') ? 'Imagick is installed (version: ' . phpversion('imagick') . ')' : 'Imagick extension is NOT available.'; ?>
If Imagick cannot be enabled on your current host, consider migrating to a provider that supports it natively — it’s a standard requirement for serious image-heavy WordPress sites in 2026.
When you purchase Advanced Pixel Editor Pro, 20% of proceeds are donated directly to support ongoing development, security maintenance, and infrastructure costs of the ImageMagick project.
You can also contribute independently:
Your support helps keep this critical open-source library secure, fast, and freely available for millions of developers and businesses worldwide.
For support, feature requests, or bug reports, please visit:
* GitHub Repository
* WordPress Support Forums
Contributions are welcome! Please see our contributing guidelines on GitHub.
Developed by Rafael Minuesa and the ProWoos team — GitHub