Linux 软件免费装
Banner图

Winsite Image Optimizer

开发者 winsite
maor
amitt
更新时间 2017年6月29日 22:30
PHP版本: 4.5 及以上
WordPress版本: 4.8
版权: GPLv2 or later
版权网址: 版权信息

标签

image compression image optimization

下载

1.0 1.0.1 1.0.2 1.0.6 1.0.7

详情介绍:

Winsite Image Optimizer will compress your images for optimal file-size while keeping its quality (pretty much) intact, using the ImageOptim API (and other processing engines coming up soon). You can also process all of your old images retroactively using our dedicated tool, found under the Media section. Currently-implemented Image Processing Services: Warning: This won't work on localhost in some cases, since some services work in a way that they pull images in from your site. This is why you'll need a public URL in order to make this work locally. You can use a service such as ngrok to achieve that, in conjunction with this filter: add_filter( 'wsi_siteurl_override', function( $siteurl ) { return 'http://ae190611.ngrok.io/path-to-wp-installation/'; } ); We'd love to recieve contributions / suggestions from you on our GitHub project.

安装:

  1. Install the Winsite Image Optimizer Plugin either via the search option inside the WordPress plugins page (located in the toolbar of your admin page), or by uploading the files to your server (in the /wp-content/plugins/ directory).
  2. Activate the Plugin (Install Now > Activate Plugin)
  3. Then go to the Winsite Image Optimizer setting section (Settings > Media, under Winsite Image Optimizer section) and then fill in the missing settings (API details).
  4. Upload images (or retroactively processs images via Media > WS. Image Optimizer) and watch the file size decrease drastically!

屏幕截图:

  • Compress images retroactively. Will also regenerate any thumbnail sizes. Very useful!
  • Statistics about the compression results
  • Settings section, under Settings > Media

更新日志:

1.0.7 - June 29, 2017 1.0.6 - July 3, 2016 1.0.2 - June 13, 2016 1.0.1 - June 8, 2016 Allow inputting ImageOptim username via Media settings page. Props @maor 1.0.0 - June 8, 2016 Initial POC built, including some basic Unit Tests. Props @maor