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

WPThumb

설명

WP Thumb is a simple plugin that seamlessly integrates with the WordPress image functions. You can specify height, width and crop values, and an image will be generated, which is then cached for future use.

Features

  • Automatic images resizing, cropping and caching.
  • Ideal for when you want to change the dimensions of default image sizes.
  • Can extend using filters to make use of any of the phpThumb Library functions by manipulating the image object.

Contribution guidelines

see https://github.com/humanmade/WPThumb/blob/master/CONTRIBUTING.md

설치

  1. Upload the ‘WPThumb’ folder to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

The plugin doesn’t work, what do I do?

Visit the Issues page of the plugin homepage at: https://github.com/humanmade/WPThumb

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

0.10

  • wpthumb shortcode
  • bugfixes + tests

0.9

  • Removed dependancy on PHP Thumb GD Library, much smaller now!
  • Use the new WordPress 3.5 Image classes
  • Will now use Image Magick if available (though not for watermarking and background_fill currently)

0.8

  • Don’t activate on less than PHP 5.2.4

0.7

  • Fix some issues with resizing gifs
  • Unit tests for cropping gifs
  • Improved code formatting and commenting
  • Pipe STDERR to dev/null in phpthumb exec so that error_log isn’t polluted with checks for ImageMagick
  • Fix some readme layout issues
  • Don’t resize if image is already correct dimensions, + unit test

0.5

  • Added more tests
  • Fix minor bugs

0.4

  • Rewrote core functionality to use a Class
  • Added 22 Unit Tests (can be run using WP Unit)

0.3

  • Ability to extend functionality using filters to manipulate image object.

0.2

  • Add some error messages and try to prevent some conflicts with our other plugins.
  • Swap Joe Hoyles helper for HM Core.

0.1

  • Add Joe Hoyles helper.