
內容簡介
Winsite Image Optimizer可以使用ImageOptim API(以及即將推出的其他處理引擎)壓縮您的圖像,使其在保持品質(基本上)完好無損的同時優化文件大小。
您還可以使用我們專用的工具在Media部分下發現,對所有舊圖像進行過程處理。
目前實現的圖像處理服務:
ImageOptim (您需要獲得API密鑰才能使用)
如果您有建議,請在我們的GitHub問題跟踪器上發佈。
警告: 在某些情況下,這在本地主機上無法運行,因為某些服務以從您的網站提取圖像的方式運作。這就是為什麼您需要一個公共URL來使它在本地運作。
您可以使用ngrok等服務實現這一點,以及此過濾器:
add_filter( 'wsi_siteurl_override', function( $siteurl ) {
return 'http://ae190611.ngrok.io/path-to-wp-installation/';
} );
我們很樂意收到您在我們的GitHub項目的貢獻/建議。
外掛標籤
開發者團隊
原文外掛簡介
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:
ImageOptim (You’ll need to obtain an API key)
Send your suggestions on our GitHub issue tracker.
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.
