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

[دانلود](https://downloads.wordpress.org/plugin/image-cropper.0.3.0.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/image-cropper/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/image-cropper/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/image-cropper/#installation)
 * [توسعه](https://fa.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 سال پیش**
 *  نصب‌های فعال **30+**
 *  نگارش وردپرس ** 3.0 یا بالاتر **
 *  آزمایش‌شده تا **3.2.1**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/image-cropper/)
 * برچسب
 * [api](https://fa.wordpress.org/plugins/tags/api/)[cropper](https://fa.wordpress.org/plugins/tags/cropper/)
   [image](https://fa.wordpress.org/plugins/tags/image/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/image-cropper/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[بررسی شما](https://wordpress.org/support/plugin/image-cropper/reviews/#new-post)

[مشاهدهٔ همهٔ بررسی‌ها](https://wordpress.org/support/plugin/image-cropper/reviews/)

## مشارکت کنندگان

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

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/image-cropper/)