Title: Image Cropper
Author: julioprotzek
Published: <strong>जुलाई 21, 2011</strong>
Last modified: जुलाई 21, 2011

---

प्लगइन्स खोजें

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/image-cropper.svg)

# Image Cropper

 [julioprotzek](https://profiles.wordpress.org/julioprotzek/) द्वारा

[डाउनलोड](https://downloads.wordpress.org/plugin/image-cropper.0.3.0.zip)

 * [विवरण](https://hi.wordpress.org/plugins/image-cropper/#description)
 * [समीक्षा](https://hi.wordpress.org/plugins/image-cropper/#reviews)
 *  [स्थापना](https://hi.wordpress.org/plugins/image-cropper/#installation)
 * [विकास](https://hi.wordpress.org/plugins/image-cropper/#developers)

 [समर्थन](https://wordpress.org/support/plugin/image-cropper/)

## विवरण

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 ?>">
    ```

## इंस्टॉलेशन

 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Done 🙂 Use the new template tags on your theme, eg `<?php the_post(); img(200,
    300); ?>`

## सामान्य प्रश्न

  When using img(), where does the image come from?

The img() template tag gets the image from your post thumbnail.

## समीक्षाएं

इस प्लगइन के लिए कोई समीक्षा नहीं है।

## सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता

 *   [ julioprotzek ](https://profiles.wordpress.org/julioprotzek/)

[Translate “Image Cropper” into your language.](https://translate.wordpress.org/projects/wp-plugins/image-cropper)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/image-cropper/), check
out the [SVN repository](https://plugins.svn.wordpress.org/image-cropper/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/image-cropper/) 
by [RSS](https://plugins.trac.wordpress.org/log/image-cropper/?limit=100&mode=stop_on_copy&format=rss).

## बदलाव विवरण

#### 0.3.0

 * First public version.

## मेटा

 *  संस्करण **0.3.0**
 *  Last updated **15 वर्ष पहले**
 *  Active installations **40+**
 *  WordPress version ** 3.0 या ज्यादा **
 *  Tested up to **3.2.1**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/image-cropper/)
 * Tags
 * [api](https://hi.wordpress.org/plugins/tags/api/)[cropper](https://hi.wordpress.org/plugins/tags/cropper/)
   [image](https://hi.wordpress.org/plugins/tags/image/)
 *  [Advanced View](https://hi.wordpress.org/plugins/image-cropper/advanced/)

## मूल्यांकन

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/image-cropper/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/image-cropper/reviews/)

## योगदानकर्ता

 *   [ julioprotzek ](https://profiles.wordpress.org/julioprotzek/)

## समर्थन

कुछ कहना है? कोई मदद चाहिए?

 [समर्थन फोरम देखें ](https://wordpress.org/support/plugin/image-cropper/)