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

PBC Image Compress

설명

Performs lossless compression on Jpeg, PNG & Gif Images using JpegOptim, OpimPNG & Gifsicle

Requirements

  • Installed on Server
    • JpegOptim
    • Gifsicle
    • OptimPNG
  • PHP setup
    • Access to exec() function

Important

This will not compress images already in your Media Library! It will only work on newly uploaded images.

Upcoming/Roadmap

  • More PNG Compression Options
  • MozJpeg Compression
  • WP CLI tool
  • Support for compressing images made by Timber
  • Compress on Demand
  • Filterable locations for locating the tools
  • Improve the Tool Loader to use less RAM
  • Internationalisation
  • Include required Binaries with the Plugin

설치

From Github
https://github.com/pbc-web/WP-Image-Compress
Clone the directory into your mu-plugins. The plugin will be active automatically and start compressing new images as they are uploaded.

From WordPress.org

  1. Upload pbc-image-compress.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Why Doesn’t this plugin Work For Me?

You probably don’t have the needed ImageCompression Libraries installed on your server. If you have access to your server they are quite easy to install. if you are on a shared host then please ask your webhost to install them

What about foo bar?

Answer to foo bar dilemma.

후기

2017년 3월 10일
Plugin is incomplete, sends all file types to jpegoptim rather than the correct respective tool. Requires you to install composer packages but no composer.json included. If you get past those two problems, there is an infinite loop.
2016년 12월 27일
One of our galleries was taking over three minutes to load until we installed this plugin.... Went down to less than 3 seconds.
모든 2 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

0.1

  • Initial Release