Title: picowall
Author: mhazami
Published: <strong>2016년 6월 4일</strong>
Last modified: 2016년 6월 4일

---

플러그인 검색

![](https://ps.w.org/picowall/assets/banner-772x250.jpg?rev=1430616)

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

![](https://ps.w.org/picowall/assets/icon-256x256.jpg?rev=1430616)

# picowall

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

[다운로드](https://downloads.wordpress.org/plugin/picowall.zip)

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

 [지원](https://wordpress.org/support/plugin/picowall/)

## 설명

With this plugin installed, you could resize images on the fly. just define the 
size and the way that you want to resize then it’s done.
 it is perfect for wallpaper
and stock photography websites.

Features of plugin include:

 * support different images formats. (PNG, JPG, JPEG, GIF)
 * Intelligent sizing – No image distortion!
 * Resize by exact width/height. (exact)
 * Auto determine – let the script determine how to handle it. (auto)
 * Resize, then crop, with the exact size and no distortion. (crop)
 * Automatic download after resize.
 * Powerful shortcode.

#### Languages

 1. English
 2. Persian (Farsi) – [(راهنمای فارسی)](https://github.com/iazami/picowall/wiki/Function-Reference)

#### Notes

Automatic download works with a wide range of devices and browsers.

You can expect it to work for the vast majority of your users, with some common-
sense limits:

 * Devices without file systems like iPhone, iPad, Wii, et al. have nowhere to save
   the file to, sorry.
 * Android support starts at 4.2 for the built-in browser, though chrome 36+ and
   firefox 20+ on android 2.3+ work well.
    *Devices without Blob support won’t be
   able to download Blobs or TypedArrays
 * Legacy devices a[download] support can only download a few hundred kilobytes 
   of data, and can’t give the file a custom name.
 * Devices without window.URL support can only download a couple megabytes of data
 * IE versions of 9 and before are NOT supported because the don’t support a[download]
   or dataURL frame locations.

### Function Reference

there is two way to use this plugin, function, and shortcode.

#### shortcode

if you’re not familiar with programming. then use picowall shortcode to setup the
script without programming knowledge.

shortcode attributes:

 * **size (required)** – you should at least define a width and height but also 
   you can define multiple sizes (width,height,option|width,height,option|… width,
   height,option).
 * **option (optional) (default:auto)** – define the way that you want to resize(
   auto|exact|crop) if you don’t define this attribute then the script will automatically
   decide how to handle it.
    keep in mind that this attribute will make a global
   effect on each size block that you didn’t define an option for it.
 * **sep (optional) (default: non-breaking space ” “)** – with this attribute you
   can define a character to separate output links from each other.

**examples**

resize to exact width/height: [picowall size=”800,600″ option=”exact”]

resize to exact width/height (multiple size): [picowall size=”800,600|1920,1080″
option=”exact”]

resize then crop the first one and then for other ones just resize to exact width/
height and then separate the results with a dash (pretty cool huh ?!)

picowall[size=”800,600,crop|1920,1080|150,150″ option=”exact” sep=”-“]

you can see that I use a different syntax in the last example. that is a “sizing
block”.
 it means that you can define multiple sizes with different ways to resize.
simply just define it like this:

with,height,option|width,height,option| …. width(n),height(n),option(n).

**note:** use a vertical bar (|) to separate the size block.

keep in mind that if you don’t define the option for a sizing block then the value
of “option” attribute will effect on that block. and also if you don’t define it
there, then the script will automatically decide how to handle resizing.

#### functions

**picowall($size,$option,$id)**

this function will return an array of links to download resized images.

**parameters**

 * $size (required) – just like the shortcode you can define setting blocks too
 * $option (optional) (default: ‘auto’)- same as option attribute in shortcode.
 * $id (optional) (default: null) – if you use this function outside the loop then
   you have to define the id of post that you want to fetch photo from.

**picowall_generate_links($size,$option,$sep,$id)**

this function will print the result of above function in HTML.

**parameters**

 * $size (required) – just like the shortcode you can define setting blocks too
 * $option (optional) (default: ‘auto’)- same as option attribute in shortcode.
 * $sep (optional) (default: non breaking space ” “) – same as sep attribute in 
   shortcode.
 * $id (optional) (default: null) – if you use this function outside post loop then
   you have to define the id of that post which you want to fetch photo.
    u want
   to fetch photo.

## 설치

Using the Plugin Manager

 1. Click Plugins
 2. Click Add New
 3. Search for `picowall`
 4. Click Install
 5. Click Install Now
 6. Click Activate Plugin

Manually

 1. Upload `picowall` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress and enjoy 🙂

## 후기

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

## 기여자 & 개발자

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

기여자

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

“picowall”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/picowall/contributors)
님께 감사드립니다.

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

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

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

## 변경이력

#### 1.0

 * Hello World.

## 기초

 *  버전 **1.0.0**
 *  최근 업데이트: **10년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 3.8.0 또는 그 이상 **
 *  다음까지 시험됨: **4.5.33**
 *  언어
 * [English (US)](https://wordpress.org/plugins/picowall/) 및 [Persian](https://fa.wordpress.org/plugins/picowall/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/picowall)
 * 태그:
 * [image](https://ko.wordpress.org/plugins/tags/image/)[resize](https://ko.wordpress.org/plugins/tags/resize/)
   [resizer](https://ko.wordpress.org/plugins/tags/resizer/)[resizing](https://ko.wordpress.org/plugins/tags/resizing/)
 *  [고급 보기](https://ko.wordpress.org/plugins/picowall/advanced/)

## 평점

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

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

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

## 기여자

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

## 지원

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

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

## 기부

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

 [ 이 플러그인에 기부하기 ](http://www.iazami.ir/)