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

Image Effects Generator

설명

On upload this plugin will generate the following effects on that image:

  • Black and white
  • Blurred
  • Sharpened
  • Sepia
  • Pixelate
  • Negative

All effects come in the following sizes:

  • 1000px x 1000px not cropped
  • 800px x 800px not cropped
  • 400px x 400px not cropped

These images are displayed in the Add Media area under the Size dropdown menu for use in pages and posts.

Usage with Advanced Custom Fields:

<?php $image = wp_get_attachment_image_src(get_field('image'), 'image-effects-1000-bw'); ?>
<img src="<?php echo $image[0]; ?>"/>

This example is of 1000px wide black and white version.

All possible image objects:

  • image-effects-1000-bw
  • image-effects-800-bw
  • image-effects-400-bw
  • image-effects-1000-blurred
  • image-effects-800-blurred
  • image-effects-400-blurred
  • image-effects-1000-sharpened
  • image-effects-800-sharpened
  • image-effects-400-sharpened
  • image-effects-1000-sepia
  • image-effects-800-sepia
  • image-effects-400-sepia
  • image-effects-1000-pixelate
  • image-effects-800-pixelate
  • image-effects-400-pixelate
  • image-effects-1000-negative
  • image-effects-800-negative
  • image-effects-400-negative

For more examples of the above, visit http://dev.twoblok.es/wp-image-effects.

설치

  1. Upload the directory image-effect-generator to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings > Image Effects Settings and select which effects you would like ~ Image Reference
  4. Usage under Description tab or visit http://dev.twoblok.es/wp-image-effects

FAQ

Where can I see a nice page to make me feel better?

Visit this page.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Image Effects Generator”(을)를 번역하세요.

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

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.1

  • Let’s go!