Overview
Compatibility
Installation instructions
Customer support & learning resources
Changelog
Main benefits
Automatic grayscale conversion
Customizable gamma correction
Easy theme integration
Supports image cropping
About this plugin
Author: Fabien Quatravaux
Categories: Media Management
Version: 1.2
Last updated: 28-10-2013
WordPress version: 3.0.1
Tested up to: 3.7.41
PHP version required: false
Languages:
Tags:
Learning resources: View resources
Overview
This WordPress plugin is designed for website owners who need to display images in black and white, such as in galleries where thumbnails appear in grayscale and become colorized upon hovering. The plugin eliminates the need to manually create grayscale versions of images by offering a streamlined function that integrates with your theme’s `functions.php` file. By using `grayscale_add_image_size`, users can easily specify custom image sizes with options for cropping and grayscale conversion. The plugin also automatically applies gamma correction to ensure high-quality black and white images, with the option to adjust gamma settings for more precise control. However, it is important to note that grayscale images cannot be generated if the original image size is smaller than the specified thumbnail size.
Automatic Grayscale Conversion
- No need to manually create grayscale variants of each picture.
- Easily convert images to grayscale using a simple function call.
Customizable Image Sizes
- Use grayscale_add_image_size to define custom image sizes.
- Option to crop images and generate grayscale versions.
Gamma Correction
- Automatic gamma correction for better-looking black & white images.
- Adjustable gamma correction using the grayscale_gamma_correction filter.
Seamless Integration
- Integrates with existing WordPress functions like the_post_thumbnail.
- Easy to implement in your theme’s functions.php file.