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.
1.0.0
2022-10-01 20:22 UTC
Requires (Dev)
- phpstan/phpstan: ^1.8
- squizlabs/php_codesniffer: ^3.7
This package is not auto-updated.
Last update: 2024-10-28 03:54:18 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