Maintenance 22/1004292d since update
Active installs
900
Downloads
37,244
Reviews
3
Age
14.2y
Tagsimagethumbnailresizecropphpthumb
Plugin info
Total downloads: 37,244
Active installs: 900
Total reviews: 3
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 8
Last updated: 4/1/2014 (4292 days ago)
Added to WordPress: 11/11/2011 (14 years old)
Minimum WordPress version: 3.5
Tested up to WordPress version: 3.7.41
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4292 days ago • 3 reviews
22/100
Is WPThumb abandoned?
Possibly abandoned (last update 4292 days ago).
Compatibility
Requires WordPress: 3.5
Tested up to: 3.7.41
Requires PHP: f
Languages
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
WP Thumb is a simple plugin that seamlessly integrates with the WordPress image functions. You can specify height, width and crop values, and an image will be generated, which is then cached for future use.
Features
- Automatic images resizing, cropping and caching.
- Ideal for when you want to change the dimensions of default image sizes.
- Can extend using filters to make use of any of the phpThumb Library functions by manipulating the image object.
Contribution guidelines
see https://github.com/humanmade/WPThumb/blob/master/CONTRIBUTING.md
Installation
- Upload the ‘WPThumb’ folder to the ‘/wp-content/plugins/’ directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
The plugin doesn’t work, what do I do?
Visit the Issues page of the plugin homepage at: https://github.com/humanmade/WPThumb
Frequently Asked Questions
No FAQ available
Review feed
No reviews available
Screenshots
No screenshots available
Changelog
0.10
wpthumbshortcode- bugfixes + tests
0.9
- Removed dependancy on PHP Thumb GD Library, much smaller now!
- Use the new WordPress 3.5 Image classes
- Will now use Image Magick if available (though not for watermarking and background_fill currently)
0.8
- Don’t activate on less than PHP 5.2.4
0.7
- Fix some issues with resizing gifs
- Unit tests for cropping gifs
- Improved code formatting and commenting
- Pipe
STDERRtodev/nullin phpthumbexecso that error_log isn’t polluted with checks for ImageMagick - Fix some readme layout issues
- Don’t resize if image is already correct dimensions, + unit test
0.5
- Added more tests
- Fix minor bugs
0.4
- Rewrote core functionality to use a Class
- Added 22 Unit Tests (can be run using WP Unit)
0.3
- Ability to extend functionality using filters to manipulate image object.
0.2
- Add some error messages and try to prevent some conflicts with our other plugins.
- Swap Joe Hoyles helper for HM Core.
0.1
- Add Joe Hoyles helper.