[WordPress] 外掛分享: ImageFX

首頁外掛目錄 › ImageFX
40+
安裝啟用
尚無評分
5040 天前
最後更新
問題解決
WordPress 3.2+ v0.4 上架:2011-10-04

內容簡介

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

外掛標籤

開發者團隊

⬇ 下載最新版 (v0.4) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「ImageFX」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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!


延伸相關外掛

文章
Filter
Mastodon