{"id":15177,"date":"2011-10-05T00:41:50","date_gmt":"2011-10-05T00:41:50","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/imagefx\/"},"modified":"2012-05-30T22:40:12","modified_gmt":"2012-05-30T22:40:12","slug":"imagefx","status":"publish","type":"plugin","link":"https:\/\/tah.wordpress.org\/plugins\/imagefx\/","author":71962,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.4","stable_tag":"0.4","tested":"3.4.2","requires":"3.2","requires_php":"","requires_plugins":"","header_name":"ImageFX","header_author":"Otto, wpsmith","header_description":"","assets_banners_color":"","last_updated":"2012-05-30 22:40:12","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_donations&business=otto%40ottodestruct%2ecom","header_plugin_uri":"http:\/\/ottopress.com\/wordpress-plugins\/imagefx\/","header_author_uri":"http:\/\/ottodestruct.com","rating":0,"author_block_rating":0,"active_installs":40,"downloads":7912,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"":"<p>Added ability to unregister filters, bulk register\/unregister filters, more builtin filters, and the ability to handle PNGs.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.2","0.3","0.4"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[18844,2236,10380,133,25650],"plugin_category":[50],"plugin_contributors":[77864,78984],"plugin_business_model":[],"class_list":["post-15177","plugin","type-plugin","status-publish","hentry","plugin_tags-colorize","plugin_tags-filter","plugin_tags-grayscale","plugin_tags-image","plugin_tags-sepia","plugin_category-media","plugin_contributors-otto42","plugin_contributors-wpsmith","plugin_committers-otto42","plugin_committers-wpsmith"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/imagefx.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>ImageFX allows you to add filters to your WordPress images uploaded through the normal media uploader.<\/p>\n\n<p>For more information:\nhttp:\/\/ottopress.com\/2011\/customizing-wordpress-images-with-a-plugin-imagefx\/<\/p>\n\n<p>Example:\nhttp:\/\/demo.wpsmiththemes.com\/minfolio\/all-image-styles-example\/<\/p>\n\n<p>Default filters:<\/p>\n\n<ul>\n<li>Greyscale with except Blue, Red, Green<\/li>\n<li>Sepia tone with 6 alternatives<\/li>\n<li>Colorize with red, yellow, green, blue, purple<\/li>\n<li>Photonegative<\/li>\n<li>Emboss &amp; Emboss Edge<\/li>\n<li>Brighten (50, 100)<\/li>\n<li>Gaussian Blur &amp; Selective Blur<\/li>\n<li>Mean Removal<\/li>\n<li>Smooth<\/li>\n<li>Negative<\/li>\n<li>Contrast Negative and Positive<\/li>\n<li>Rounded Corners<\/li>\n<\/ul>\n\n<p>ImageFX is expandable and retractable, so removing and adding other filters using your own customized image manipulation functions is easy.\nRegister new filters with:<\/p>\n\n<ul>\n<li>Individually: imagefx_register_filter( 'filter_name', 'cb_function'); \/\/Note: cb_function defaults to imagefx_filter_{filter_name}<\/li>\n<li>Bulk: imagefx_register_filters( array( 'filter_name', 'filter_name' ) );<\/li>\n<\/ul>\n\n<p>Unregister existing filters with:<\/p>\n\n<ul>\n<li>Individually: imagefx_unregister_filter( 'filter_name' );<\/li>\n<li>Collectively: imagefx_unregister_filters( array( 'filter_name', 'filter_name') );<\/li>\n<li>Specifically: imagefx_unregister_colorize_filters(); &amp; imagefx_unregister_greyscale_filters(); &amp; imagefx_unregister_sepia_filters(); imagefx_unregister_rounded_filters();<\/li>\n<\/ul>\n\n<p>Want regular updates? Become a fan of my sites on Facebook!\nhttp:\/\/www.facebook.com\/ottopress\nhttp:\/\/www.facebook.com\/pages\/Nothing-to-See-Here\/241409175928000<\/p>\n\n<p>Or follow us on Twitter!\nhttp:\/\/twitter.com\/otto42\nhttp:\/\/twitter.com\/ottodestruct\nhttp:\/\/twitter.com\/wp_smith<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the files to the <code>\/wp-content\/plugins\/imagefx\/<\/code> directory<\/li>\n<li>Activate the \"ImageFX\" plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Visit the Media-&gt;ImageFX settings page to configure the plugin<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Where's the settings menu?<\/dt>\n<dd><p>It's under the Media menu. Look for Media-&gt;ImageFX.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.4<\/h4>\n\n<ul>\n<li>Added rounded corners (wpsmith)<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>Minor bugfixes (wpsmith)<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Added imagefx_unregister_filter(), imagefx_unregister_filters(), imagefx_unregister_colorize_filters(), imagefx_unregister_greyscale_filters(), imagefx_unregister_sepia_filters() (wpsmith)<\/li>\n<li>Fixed imagefx_filter_colorize_yellow typo, imagefx_filter_photonegative, imagefx_filter_emboss, imagefx_filter_brighten (wpsmith)<\/li>\n<li>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, &amp; sepia_45_45_0 (wpsmith)<\/li>\n<li>Added ability to handle PNGs, not just JPEGs (wpsmith)<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>First version.<\/li>\n<\/ul>","raw_excerpt":"Add filtering to your WordPress images. Black and white, sepia tones, colorization, and more. Expandable with custom filters too!","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/15177","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"author":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/users\/71962"}],"replies":[{"embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=15177"}],"wp:attachment":[{"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=15177"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=15177"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=15177"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=15177"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=15177"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tah.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=15177"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}