Title: ImageFX
Author: Samuel Wood (Otto)
Published: <strong>5 ຕຸລາ 2011</strong>
Last modified: 30 ພຶດສະພາ 2012

---

ຄົ້ນຫາປລັກອິນ

ປລັກອິນນີ້ **ຍັງບໍ່ທັນໄດ້ຮັບການທົດສອບກັບ WordPress 3 ເວີຊັນຫຼັກຫຼ້າສຸດ**. ມັນອາດຈະ
ບໍ່ໄດ້ຮັບການເບິ່ງແຍງ ຫຼື ສະໜັບສະໜູນອີກຕໍ່ໄປ ແລະ ອາດມີບັນຫາການເຮັດວຽກຮ່ວມກັນເມື່ອ
ໃຊ້ກັບ WordPress ເວີຊັນທີ່ໃໝ່ກວ່າ.

![](https://s.w.org/plugins/geopattern-icon/imagefx.svg)

# ImageFX

 ໂດຍ [Samuel Wood (Otto)](https://profiles.wordpress.org/otto42/)

[ດາວໂຫຼດ](https://downloads.wordpress.org/plugin/imagefx.0.4.zip)

 * [ລາຍລອຽດ](https://lo.wordpress.org/plugins/imagefx/#description)
 * [ການຣີວິວ](https://lo.wordpress.org/plugins/imagefx/#reviews)
 *  [ການຕິດຕັ້ງ](https://lo.wordpress.org/plugins/imagefx/#installation)
 * [ການພັດທະນາ](https://lo.wordpress.org/plugins/imagefx/#developers)

 [ການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/imagefx/)

## ຄຳອະທິບາຍ

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

For more information:
 http://ottopress.com/2011/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!
 http://twitter.com/otto42 http://twitter.com/ottodestruct
http://twitter.com/wp_smith

## ການຕິດຕັ້ງ

 1. Upload the files to the `/wp-content/plugins/imagefx/` directory
 2. Activate the “ImageFX” plugin through the ‘Plugins’ menu in WordPress
 3. Visit the Media->ImageFX settings page to configure the plugin

## ຄຳຖາມທີ່ພົບເລື້ອຍ

  Where’s the settings menu?

It’s under the Media menu. Look for Media->ImageFX.

## ການຣີວິວ

ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.

## ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ

“ImageFX” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະ
ນາປລັກອິນນີ້.

ຜູ້ຮ່ວມພັດທະນາ

 *   [ Samuel Wood (Otto) ](https://profiles.wordpress.org/otto42/)
 *   [ Travis Smith ](https://profiles.wordpress.org/wpsmith/)

[ແປ “ImageFX” ເປັນພາສາຂອງເຈົ້າ.](https://translate.wordpress.org/projects/wp-plugins/imagefx)

### ສົນໃຈຮ່ວມພັດທະນາບໍ່?

[ເບິ່ງລະຫັດ](https://plugins.trac.wordpress.org/browser/imagefx/), ກວດເບິ່ງ [ຄັງເກັບ SVN](https://plugins.svn.wordpress.org/imagefx/),
ຫຼື ຕິດຕາມ [ບັນທຶກການພັດທະນາ](https://plugins.trac.wordpress.org/log/imagefx/) ຜ່ານ
[RSS](https://plugins.trac.wordpress.org/log/imagefx/?limit=100&mode=stop_on_copy&format=rss).

## ບັນທຶກການປ່ຽນແປງ

#### 0.4

 * Added rounded corners (wpsmith)

#### 0.3

 * Minor bugfixes (wpsmith)

#### 0.2

 * Added imagefx_unregister_filter(), imagefx_unregister_filters(), imagefx_unregister_colorize_filters(),
   imagefx_unregister_greyscale_filters(), imagefx_unregister_sepia_filters() (wpsmith)
 * Fixed imagefx_filter_colorize_yellow typo, imagefx_filter_photonegative, imagefx_filter_emboss,
   imagefx_filter_brighten (wpsmith)
 * Added the following filters: emboss_edge, brighten_50, brighten_100, gaussian_blur,
   selective_blur, mean_removal, filter_smooth, filter_negative, contrast_negative,
   contrast_positive, sepia_100_50_0, sepia_100_70_50, sepia_90_60_30, sepia_90_90_0,
   sepia_60_60_0, & sepia_45_45_0 (wpsmith)
 * Added ability to handle PNGs, not just JPEGs (wpsmith)

#### 0.1

 * First version.

## ຂໍ້ມູນກຳກັບ (Meta)

 *  ເວີຊັນ **0.4**
 *  ອັບເດດຫຼ້າສຸດເມື່ອ **14 ປີ ທີ່ຜ່ານມາ** ທີ່ຜ່ານມາ
 *  ການຕິດຕັ້ງທີ່ໃຊ້ງານຢູ່ **40+**
 *  ເວີຊັນ WordPress ** 3.2 ຫຼື ສູງກວ່າ **
 *  ທົດສອບເຖິງເວີຊັນ **3.4.2**
 *  ພາສາ
 * [English (US)](https://wordpress.org/plugins/imagefx/)
 * ແທັກ
 * [colorize](https://lo.wordpress.org/plugins/tags/colorize/)[filter](https://lo.wordpress.org/plugins/tags/filter/)
   [grayscale](https://lo.wordpress.org/plugins/tags/grayscale/)[image](https://lo.wordpress.org/plugins/tags/image/)
 *  [ມຸມມອງຂັ້ນສູງ](https://lo.wordpress.org/plugins/imagefx/advanced/)

## ການໃຫ້ຄະແນນ

ຍັງບໍ່ມີການສົ່ງຄຳວິຈານເທື່ອ.

[Your review](https://wordpress.org/support/plugin/imagefx/reviews/#new-post)

[ເບິ່ງ ຄຳຄິດເຫັນ ທັງໝົດ](https://wordpress.org/support/plugin/imagefx/reviews/)

## ຜູ້ຮ່ວມພັດທະນາ

 *   [ Samuel Wood (Otto) ](https://profiles.wordpress.org/otto42/)
 *   [ Travis Smith ](https://profiles.wordpress.org/wpsmith/)

## ການຊ່ວຍເຫຼືອ

ມີຄຳຖາມ ຫຼື ຕ້ອງການຄວາມຊ່ວຍເຫຼືອບໍ່?

 [ເບິ່ງຟໍຣັມການຊ່ວຍເຫຼືອ](https://wordpress.org/support/plugin/imagefx/)

## ບໍລິຈາກ

ເຈົ້າຕ້ອງການສະໜັບສະໜູນການພັດທະນາຂອງປລັກອິນນີ້ບໍ່?

 [ ບໍລິຈາກໃຫ້ປລັກອິນນີ້ ](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=otto%40ottodestruct%2ecom)