[WordPress] 外掛分享: ImageFX

前言介紹

  • 這款 WordPress 外掛「ImageFX」是 2011-10-04 上架。
  • 目前有 40 個安裝啟用數。
  • 上一次更新是 2012-05-30,距離現在已有 4722 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
  • 外掛最低要求 WordPress 3.2 以上版本才可以安裝。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

otto42 | wpsmith |

外掛標籤

image | sepia | filter | colorize | grayscale |

內容簡介

ImageFX 可讓您將濾鏡添加到透過常規媒體上傳程序上傳的 WordPress 圖像。

欲了解更多詳情,請參閱:
http://ottopress.com/2011/customizing-wordpress-images-with-a-plugin-imagefx/

範例:
http://demo.wpsmiththemes.com/minfolio/all-image-styles-example/

默認濾鏡:

除藍色、紅色、綠色之外的灰階
帶有6個替代選項的褐色調
紅色、黃色、綠色、藍色、紫色的著色
底片
浮雕和浮雕邊緣
亮化(50、100)
高斯模糊和選擇性模糊
平均移除
平滑
負面
對比度負面和正面
圓角

ImageFX 是可擴展和可縮回的,因此使用自己的自訂圖像操作函數添加和移除其他濾鏡非常簡單。
使用以下方式註冊新濾鏡:

個別:imagefx_register_filter('filter_name','cb_function'); //注意:cb_function 默認為imagefx_filter_{filter_name}
批量:imagefx_register_filters( array('filter_name','filter_name') );

使用以下方式注銷現有濾鏡:

個別:imagefx_unregister_filter('filter_name');
集體:imagefx_unregister_filters( array('filter_name','filter_name') );
具體:imagefx_unregister_colorize_filters(); & imagefx_unregister_greyscale_filters(); & imagefx_unregister_sepia_filters(); imagefx_unregister_rounded_filters();

想要定期更新嗎?請成為 Facebook 上我們網站的粉絲!
http://www.facebook.com/ottopress
http://www.facebook.com/pages/Nothing-to-See-Here/241409175928000

或者在 Twitter 上關注我們!


http://twitter.com/wp_smith

原文外掛簡介

ImageFX allows you to add filters to your WordPress images uploaded through the normal media uploader.
For more information:

Customizing WordPress Images with a Plugin: ImageFX


Example:
http://demo.wpsmiththemes.com/minfolio/all-image-styles-example/
Default filters:

Greyscale with except Blue, Red, Green
Sepia tone with 6 alternatives
Colorize with red, yellow, green, blue, purple
Photonegative
Emboss & Emboss Edge
Brighten (50, 100)
Gaussian Blur & Selective Blur
Mean Removal
Smooth
Negative
Contrast Negative and Positive
Rounded Corners

ImageFX is expandable and retractable, so removing and adding other filters using your own customized image manipulation functions is easy.
Register new filters with:

Individually: imagefx_register_filter( ‘filter_name’, ‘cb_function’); //Note: cb_function defaults to imagefx_filter_{filter_name}
Bulk: imagefx_register_filters( array( ‘filter_name’, ‘filter_name’ ) );

Unregister existing filters with:

Individually: imagefx_unregister_filter( ‘filter_name’ );
Collectively: imagefx_unregister_filters( array( ‘filter_name’, ‘filter_name’) );
Specifically: imagefx_unregister_colorize_filters(); & imagefx_unregister_greyscale_filters(); & imagefx_unregister_sepia_filters(); imagefx_unregister_rounded_filters();

Want regular updates? Become a fan of my sites on Facebook!
http://www.facebook.com/ottopress
http://www.facebook.com/pages/Nothing-to-See-Here/241409175928000
Or follow us on Twitter!


各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「ImageFX」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


0.1 | 0.2 | 0.3 | 0.4 | trunk |

延伸相關外掛(你可能也想知道)

暫無相關外掛推薦。

文章
Filter
Apply Filters
Mastodon