Features:
FAQ
Installation Instructions
- Visit ‘Plugins > Add New’
- Search for ‘WP Image Color Palette’
- Activate WP Image Color Palette from your Plugins page.
- Go to “after activation” below.
How can I get the colors from my post?
Short: wpip_get_post_thumbnail_colors
You can find a list of all functions in the PHP functions section.
Why are there no colors in my post?
Short: Update your post (again).
The color palette for a post is generated the moment you save a post or page. So you have to save a post at least once, after the Plugin was activated.
A functionality for a bulk update is already on the roadmap.
Why is post type XY not in the post-type list?
Only post types with ‘custom-fields’ support can be selected. Check your post type with the post_type_support function.
ChangeLog
1.4
Release Date: August 14th, 2017
- Enhancements
- New bulk ‘Update the Image Color Palette’ action for your selected post type.
- Improved the debugging section in the admin area.
- Traffic lights status
- Human readable error list
- Settings dump for error reports
- Switched the precision input type in the Admin area into a select list.
- Decreased the default precision from 20 to 25.
- Added global functions to the README file.
- Added plugin assets for the WordPress.org SVN.
1.3.1
Release Date: Juli 27th, 2017
- Bugfixes
- Fixed the Palette length field in the admin area.
1.3
Release Date: Juli 22nd, 2017
- Enhancements
- Now the Image Color Palette plugin is really able to save the whole image palette!
- Added the global function
wpip_get_post_thumbnail_colors
- Check the FAQ for more useful functions.
- Uninstalling the plugin now removes all of its post meta and plugin option.
- Minor performance improvements due to better conditional loading behaviour.
1.2
Release Date: Juli 9th, 2017
- Enhancements
- Admin users can change several plugin options in the admin area.
- Post type, default: post
- Precision, default: 20
- Palette length, default: 3
- Graphics library, default: gd
- Improved FAQ section for the WordPress.org plugin page.
1.1
Release Date: July 7th, 2017
- Enhancements
- Added the ‘Image Color Palette’ settings page to the ‘Tools’ menu.