WP Manifestindependent plugin directory
manifest / media / image-resolution

Image Resolution GitLab

Shows the image resolution of the WordPress full image in PPI in the media library list view. A helpful tool for identifying and cleanup (faulty) high resolution images in the media library. The plugin makes use of the Imagick PHP extension.

by Filip Van Reeth · gitlab.com/filipvanreeth/image-resolution · website

0stars
19composer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://gitlab.com/filipvanreeth/image-resolution/-/archive/main/image-resolution-main.zip

Also on Packagist as filipvanreeth/image-resolution:

composer require filipvanreeth/image-resolution

From the readme

Image Resolution WordPress plugin Shows the image resolution of the WordPress full image in PPI in the media library list view. A helpful tool for identifying and cleanup (faulty) high resolution images in the media library. The plugin makes use of the Imagick PHP extension. Installation The recommended installation way is through Composer. You can also install or upload the plugin manually into the WordPress plugin directory. Just run the following command into the ìmage-resolution plugin folder to install the Composer dependencies:

Read the full README on GitLab →