Title: Get Image
Author: dgmike
Published: <strong>2008년 6월 18일</strong>
Last modified: 2009년 6월 3일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# Get Image

 작성자: [dgmike](https://profiles.wordpress.org/dgmike/)

[다운로드](https://downloads.wordpress.org/plugin/get-image.1.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/get-image/#description)
 * [평가](https://ko.wordpress.org/plugins/get-image/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/get-image/#installation)
 * [개발](https://ko.wordpress.org/plugins/get-image/#developers)

 [지원](https://wordpress.org/support/plugin/get-image/)

## 설명

Note: This version only works on WordPress 2.6. If you wants to use on wordpress
2.5, please get
 the version 0.5 on download repository.

Take the last image daughter of a post. To use this plugin you just need to insert
one of
 the following commands in your template:

 * `gi_fullsize ();`
 * `gi_medium ();`
 * `gi_thumbnail ();`

Adding a parameter, it becames in the tag img generated. By default, the plugin 
will return
 a string containing the tag of the image, but you can pass the second
parameter to true to make the impression of this string.

#### Updated in version 0.5

Now you have a `gi_library ()` function. It returns all images from yout post – 
not only the
 last daughter, where you can pass some parameters like size and type
of return you wants.

The sizes of `gi_library ()` are: ‘all’, ‘fullsize’, ‘medium’, ‘thumbnail’

#### Upgraded in version 0.8

Added shortcuts for `gi_thumb ()` and `gi_full()`.

Upgraded for wordpress 2.6

Added width and height in `gi_library`.

Using the native `wp_get_attachment_image ()` function.

#### Upgraded in version 0.9

Now, `gi_fullsize()`, `gi_full()`, `gi_medium()`, `gi_thumbnail()` and `gi_thumb()`
recives two parameters.

The first is $print, this param prints the return, use it to shorcur yours call.
So, if you wants
 to print do not use:

    ```
    <?php echo gi_full(); ?>
    ```

But use:

    ```
    <?php gi_full(1); ?>
    ```

The second param says the number of image you want to use. This number is the number
of image in
 galery order. The next code prints the third image in galery on format
thumbnail.

    ```
    <?php gi_thumb(true, 3); ?>
    ```

The function `gi_library()` have shortcuts for thumb and full sizes. Now you can
use
 gi_library(‘thumb’) or `gi_library('full')` in your templates/scripts.

### Upgrated in version 1.0

Now the function `gi_library()` on mode `brute_array` returns the `post_ID`, `title`,`
caption` and `description`
 from the image.

## 설치

 1. Upload `getimage.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Place `<?php gi_fullsize (); ?>` in your templates
 4. You can place `<?php gi_library ('thumbnail'); ?>`

#### Using gi_library

It returns all images from yout post – not only the last daughter, where you can
pass some
 parameters like size and type of return you wants. Sintax:

    ```
    gi_library ($size, $extra, $print, $return_as)
    ```

 1. The `size`s of `gi_library ()` are: ‘all’, ‘fullsize’, ‘medium’, ‘thumbnail’. Default:‘
    thumbnail’
 2. The `extra` is an extra string that you wants to put in your image tag. Default:”
 3. The `print` is used if the `return_as` is `string`. It prints the string genered.
    Default: true
 4. The `return_as` is the return that you wants. Here is the powerfull way to manipulate
    your results. The `result_as` can be: ‘string’, ‘array’, ‘brute_array’

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“Get Image”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

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

[자국어로 “Get Image”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/get-image)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/get-image/)는, [SVN 저장소](https://plugins.svn.wordpress.org/get-image/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/get-image/)을
[RSS](https://plugins.trac.wordpress.org/log/get-image/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 기초

 *  버전 **1.0**
 *  최근 업데이트: **17년 전**
 *  활성화된 설치 **20+**
 *  워드프레스 버전 ** 2.6 또는 그 이상 **
 *  다음까지 시험됨: **2.7.1**
 *  언어
 * [English (US)](https://wordpress.org/plugins/get-image/)
 * 태그:
 * [get-image](https://ko.wordpress.org/plugins/tags/get-image/)[image](https://ko.wordpress.org/plugins/tags/image/)
   [images](https://ko.wordpress.org/plugins/tags/images/)[thumbnail](https://ko.wordpress.org/plugins/tags/thumbnail/)
 *  [고급 보기](https://ko.wordpress.org/plugins/get-image/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/get-image/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/get-image/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://dgmike.com.br)