Image Format Converter

Convert images between JPG, PNG, WebP, and AVIF formats with ease. Select an image, choose a format, and get a high-quality result.

Server Status

GD: Available | Imagick: Available | WebP Support: Available | AVIF Support: Available

How to Enable GD or Imagick

The plugin requires GD (recommended) or Imagick to convert images. Follow these steps for your server type. Contact your hosting provider if unsure.

  • Shared Hosting (e.g., Bluehost, SiteGround, HostGator, DreamHost): Log in to your control panel (e.g., cPanel, Plesk). Go to "PHP Extensions" or "Select PHP Version", enable "gd" or "imagick", and save. For SiteGround: Site Tools > Dev > PHP Manager > PHP Extensions. If unavailable, contact support: "Please enable GD or Imagick with WebP and AVIF support for PHP 8.1+."
  • Local Environment (XAMPP, WAMP, MAMP): For GD: Open XAMPP Control Panel > Apache > Config > PHP (php.ini). Find ";extension=gd", remove the ";", save, and restart Apache. For Imagick: Install ImageMagick (imagemagick.org), download php_imagick.dll (pecl.php.net, match PHP version, e.g., 8.1 TS x64), copy to xampp/php/ext, add "extension=imagick" to php.ini, copy DLLs to apache/bin, restart Apache.
  • VPS/Dedicated Server (e.g., Ubuntu, CentOS): SSH into your server. For Ubuntu: Run "sudo apt update", then "sudo apt install php-gd" or "sudo apt install imagemagick php-imagick". For CentOS: Run "sudo yum install php-gd" or "sudo yum install imagemagick php-imagick". Restart Apache: "sudo service apache2 restart" (Ubuntu) or "sudo systemctl restart httpd" (CentOS).
  • Cloud Hosting (e.g., AWS EC2, DigitalOcean, Linode): SSH into your instance. Install GD/Imagick as above (apt for Ubuntu, yum/dnf for CentOS). For AWS, use "amazon-linux-extras install php8.1". Restart web server. If managed, contact support.

Verify via Tools > Site Health > Info > Server or create `info.php` with `<?php phpinfo(); ?>` in your site root, check for "GD" or "imagick" with WebP and AVIF support, then delete.

Convert Your Image