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://as.wordpress.org/plugins/image-cropper/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/image-cropper/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/image-cropper/#installation)
 * [বিকাশ](https://as.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.

## পৰ্য্যালোচনা

এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“Image Cropper” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

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

[আপোনাৰ ভাষাত “Image Cropper” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/image-cropper)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/image-cropper/), [SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/image-cropper/)
চাওক নাইবা [RSS](https://plugins.trac.wordpress.org/log/image-cropper/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/image-cropper/) ছাবস্ক্ৰাইব
কৰক।

## সলনি-পঞ্জী

#### 0.3.0

 * First public version.

## মেটা

 *  **0.3.0** সংস্কৰণ
 *  **15 বছৰ আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **40+**
 *  WordPress-ৰ সংস্কৰণ ** 3.0 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **3.2.1**
 *  ভাষা
 * [English (US)](https://wordpress.org/plugins/image-cropper/)
 * [api](https://as.wordpress.org/plugins/tags/api/)[cropper](https://as.wordpress.org/plugins/tags/cropper/)
   [image](https://as.wordpress.org/plugins/tags/image/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/image-cropper/advanced/)

## ৰে’টিংবোৰ

এতিয়ালৈ কোনো পৰ্য্যালোচনা দাখিল কৰা হোৱা নাই।

[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/)