filipvanreeth/image-resolution

There is no license information available for the latest version (1.0.0) of this package.

Shows the image resolution (DPI/PPI) in the media list view of the full image by using the PHP Imagick extension.

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:wordpress-plugin

1.0.0 2022-10-01 20:22 UTC

This package is not auto-updated.

Last update: 2024-05-27 01:44:04 UTC


README

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.

$ composer require filipvanreeth/image-resolution

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:

$ composer install --no-dev -O