Title: Image Cropper
Author: julioprotzek
Published: <strong>જુલાઇ 21, 2011</strong>
Last modified: જુલાઇ 21, 2011

---

પ્લગીન શોધો

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](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://gu.wordpress.org/plugins/image-cropper/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/image-cropper/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/image-cropper/#installation)
 * [ડેવલપમેન્ટ](https://gu.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); ?>`

## એફએક્યુ (FAQ)

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

[“Image Cropper” ને તમારી ભાષામાં અનુવાદ કરો.](https://translate.wordpress.org/projects/wp-plugins/image-cropper)

### વિકાસમાં રસ ધરાવો છો?

[કોડ બ્રાઉઝ કરો](https://plugins.trac.wordpress.org/browser/image-cropper/), જોવો
[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/image-cropper/),અથવા 
સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/image-cropper/)
દ્વારા[આરઅસઅસ](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**
 *  છેલ્લી અપડેટ: **15 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **30+**
 *  વર્ડપ્રેસ વર્ઝન ** 3.0 અથવા ઉચ્ચતર **
 *  **3.2.1** સુધી પરીક્ષણ કર્યું
 *  ભાષા
 * [English (US)](https://wordpress.org/plugins/image-cropper/)
 * ટૅગ્સ:
 * [api](https://gu.wordpress.org/plugins/tags/api/)[cropper](https://gu.wordpress.org/plugins/tags/cropper/)
   [image](https://gu.wordpress.org/plugins/tags/image/)
 *  [વિગતવાર દૃશ્ય](https://gu.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/)