Title: Image Cropper
Author: julioprotzek
Published: <strong>জুলাই 21, 2011</strong>
Last modified: জুলাই 21, 2011

---

প্লাগিন অনুসন্ধান

এই প্লাগইনটি **ওয়ার্ডপ্রেসের সর্বশেষ ৩টি মেজর রিলিজের সাথে পরীক্ষা করা হয়নি**। এটি
আর রক্ষণাবেক্ষণ বা সমর্থন করা নাও হতে পারে এবং ওয়ার্ডপ্রেসের আরও সাম্প্রতিক সংস্করণগুলোর
সাথে ব্যবহার করার সময় কম্প্যাটিবিলিটি ইস্যু থাকতে পারে।

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

# Image Cropper

 তৈরি করেছেন [julioprotzek](https://profiles.wordpress.org/julioprotzek/)

[Download](https://downloads.wordpress.org/plugin/image-cropper.0.3.0.zip)

 * [বিস্তারিত](https://bn.wordpress.org/plugins/image-cropper/#description)
 * [রিভিউ](https://bn.wordpress.org/plugins/image-cropper/#reviews)
 *  [ইন্সটলেশন](https://bn.wordpress.org/plugins/image-cropper/#installation)
 * [ডেভেলপমেন্ট](https://bn.wordpress.org/plugins/image-cropper/#developers)

 [Support](https://wordpress.org/support/plugin/image-cropper/)

## Description

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

## Installation

 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); ?>`

## FAQ

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

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

## Reviews

There are no reviews for this plugin.

## ডেভেলপার এবং কন্ট্রিবিউটর

“Image Cropper” is open source software. The following people have contributed to
this plugin.

কন্ট্রিবিউটর

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

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

### ডেভেলপমেন্ট এ আগ্রহী?

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

## Changelog

#### 0.3.0

 * First public version.

## মেটা

 *  Version **0.3.0**
 *  শেষ আপডেট করা হয়েছে **15 বছর আগে**
 *  Active installations **40+**
 *  WordPress version ** 3.0 or higher **
 *  Tested up to **3.2.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/image-cropper/)
 * ট্যাগ
 * [api](https://bn.wordpress.org/plugins/tags/api/)[cropper](https://bn.wordpress.org/plugins/tags/cropper/)
   [image](https://bn.wordpress.org/plugins/tags/image/)
 * টি
 *  [এডভান্সড ভিউ](https://bn.wordpress.org/plugins/image-cropper/advanced/)

## Ratings

এখনো কোনো রিভিউ জমা দেওয়া হয়নি।

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

[সব রিভিউ দেখুন](https://wordpress.org/support/plugin/image-cropper/reviews/)

## কন্ট্রিবিউটর

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/image-cropper/)