WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by kubiq v2.0

Images to AVIF

Convert PNG, JPG, GIF and WEBP images to AVIF and speed up your web loading

Images to AVIF

The facts

Active installs
100+
Price
Free
Last updated
16 Mar 2026
Added
Jan 2026
Requires WP
5.0
Tested up to
WP 6.9.7
Requires PHP
7.0
Downloads
943

Our analysis

AI-assisted

Images to AVIF is a WordPress plugin designed to convert images in various formats, such as PNG, JPG, GIF, and WEBP, into the AVIF format. This conversion aims to reduce page weight significantly while maintaining image quality, potentially improving website loading speeds and Google rankings. The plugin supports automatic conversion upon image upload and allows bulk conversion of existing images.

It is suitable for developers and site owners looking to optimise their images and enhance performance without altering the original files. The plugin works on different types of WordPress installations and is compatible with both Apache and NGiNX servers.

Best for: This plugin suits WordPress site owners and developers focused on image optimisation and performance enhancement.

What it does well

  • Converts multiple image formats to AVIF
  • Reduces page weight without losing quality
  • Supports bulk conversion of existing images
  • Works with various WordPress installations
  • Allows developers to use hooks for customisation

Where it falls short

  • No pricing or version information available
  • Limited user feedback as rating is not published

Verdict

Images to AVIF provides a straightforward solution for converting images to a more efficient format, though the lack of user ratings may be a consideration for potential users.

From the developer

kubiq's own description of Images to AVIF, lightly tidied.

Statistics say that AVIF format can save more than a half of the page weight without losing images quality.
Convert PNG, JPG, GIF and WEBP images to AVIF and speed up your web, save visitors download data, make your Google ranking better.
Install also Images to WebP plugin if you want to have fallback to WebP and then to the original file.

  • automated test after plugin activation to make sure it will work on your server
  • works with all types of WordPress installations: domain, subdomain, subdirectory, multisite/network
  • works on Apache and NGiNX
  • image URL will be not changed so it works everywhere, in
    src, srcset, <picture>, even in CSS backgrounds and there is no problem with cache
  • original files will be not touched
  • set quality of converted images
  • auto convert on upload
  • only convert image if AVIF filesize is lower than original image filesize
  • bulk convert existing images to AVIF ( you can choose folders )
  • bulk convert only missing images

Hooks for developers

images_to_avif_sizes

Maybe you want to disable AVIF for thumbnails

add_filter( 'images_to_avif_sizes', 'disable_images_to_avif_sizes', 10, 2 );
function disable_images_to_avif_sizes( $sizes, $attachmentId ){
    unset( $sizes['thumbnail'] );
    return $sizes;
}

images_to_avif_htaccess

Maybe you want to modify htaccess rules somehow

add_filter( 'images_to_avif_htaccess', 'modify_images_to_avif_htaccess', 10, 2 );
function modify_images_to_avif_htaccess( $rewrite_rules ){
    // do some magic here
    return $rewrite_rules;
}

images_to_avif_abspath

Maybe you use roots.io/bedrock or other custom folder structure

add_filter( 'images_to_avif_abspath', 'modify_images_to_avif_abspath', 10, 2 );
function modify_images_to_avif_abspath( $abspath ){
    return trailingslashit( WP_CONTENT_DIR );
}

$images_to_avif->convert_image()

Maybe you want to automatically generate AVIF for other plugins

add_action( 'XXPLUGIN_image_created', 'XX_images_to_avif', 10, 2 );
function XX_images_to_avif( $image_path ){
    global $images_to_avif;
    $images_to_avif->convert_image( $image_path );
}

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for optimising images.

EWWW Image Optimizer

Comprehensive image optimization with WebP, AVIF, Lazy Load, and more. Optimize images automatically for Faste...

Free 1M+ installs 4.8★ (1,838)
Smush

Smush

93

Compress and optimize images, enable lazy load, serve WebP &amp; AVIF, and speed up your site with a global im...

Free 1M+ installs 4.8★ (6,051)
Converter for Media

Speed up your website by using our WebP &amp; AVIF Converter. Optimize images and serve WebP and AVIF images i...

Free 500k+ installs 4.9★ (1,097)
Admin and Site Enhancements

Duplicate post, post order, image resize, email via SMTP, admin menu editor, custom css / code, disable gutenb...

Free 200k+ installs 5★ (421)
SpeedyCache

SpeedyCache is a WordPress cache plugin that helps you improve performance of your WordPress site by caching,...

Free 600k+ installs 4.4★ (30)