PluginSift
PluginsThemesCompare
Directory
  • Plugins
  • Themes
  • Compare Plugins
Plugin Comparisons
  • SEO
  • Security
  • Ecommerce
  • Page Builders
  • Caching
  • Backup
  • Forms
  • Analytics
Resources
  • About
  • Contact
  • llms.txt

© 2026 PluginSift. Data sourced from WordPress.org. · [email protected]

  1. Home
  2. Plugins
  3. API
  4. Image Cropper
Image Cropper icon

Image Cropper

Image cropper gives you an API for cropping images inside WordPress.

By julioprotzek·API·Free
00
·40 active installs·Updated 14 years ago
DownloadVisit HomepageCompare

As of April 2026, Image Cropper is a WordPress api plugin with 40 active installations and a 0/5 rating0. It has been downloaded 2.6K+ times in total. Requires WordPress 3.0+ and PHP false+. Available on WordPress.org since 2011. Last updated 14 years ago — may have compatibility concerns. Top alternative: WP Consent API.

0/5Rating
40active installs
2.6K+total downloads
15 yearssince 2011

Overview

For cropping a post thumbnail image to 200×300 pixels:

<?php
    the_post();
    img(200, 300);
?>

This will verify the existence of post thumbnail, crop the image, save it in uploads folder, and generate an image tag.

To verify the existence of a post thumbnail, you can use has_img()

<?php if (has_img()): ?>
<figure>
    <?php img(200, 300) ?>
    <figcaption>Some text</figcaption>
</figure>
<?php endif ?>

To crop images that are not post thumbnails, you can use crop($url, $size)

<?php
    $cropped_url= crop( get_bloginfo('url') . '/wp-content/uploads/image.jpg', array(200, 300) );
?>
<img src="<?php echo $cropped_url ?>">
Read full description on WordPress.org

Ratings & Reviews

00 reviews
5 ★
0
4 ★
0
3 ★
0
2 ★
0
1 ★
0

Compatibility

WordPress3.0+ requiredTested up to 3.2.1
PHPfalse+ required

Top Alternatives to Image Cropper

WP Consent API icon
WP Consent API
5200K+ installsUpdated 3 weeks ago
ViewCompare
Disable REST API icon
Disable REST API
4.890K+ installsUpdated 2 years ago
ViewCompare
Mailgun for WordPress icon
Mailgun for WordPress
3.880K+ installsUpdated 2 months ago
ViewCompare
Make Connector icon
Make Connector
2.780K+ installsUpdated 1 month ago
ViewCompare
Disable WP REST API icon
Disable WP REST API
4.830K+ installsUpdated 1 week ago
ViewCompare
View all api plugins →

Frequently Asked Questions

Changelog

0.3.0

  • First public version.
View full changelog on WordPress.org

Contributors

julioprotzekjulioprotzek
Plugin Info
Version
0.3.0
Last Updated
Jul 21, 2011
WP Requires
3.0+
Tested Up To
3.2.1
PHP Requires
false+
Active Installs
40
Downloads
2.6K+
Added
Jul 21, 2011
Business
Free

Tags

apiimagecropper

Developer

J
julioprotzek
1 plugins0.0M+ total installs
View all plugins →

Quick Compare

Image Cropper vs WP Consent API→Image Cropper vs Disable REST API→Image Cropper vs Mailgun for WordPress→

Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.