Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
Introduction

Use Bitmap Effects to add visual interest to rendered Microsoft Windows Presentation Foundation (WPF) content. For example, dress up buttons with a shadow (DropShadowBitmapEffect), or soften images with a blur effect.

Microsoft provides several native effects, like Blur, DropShadow, OuterGlow, Bevel, Emboss. Leadtools.Windows.Media.Effects takes advantage of LEAD's WPF support for over 110 Image Processing Functions like Low- and High-level image processing routines, color adjustment, region processing, image analysis and statistics, adding over 200 custom Bitmap Effects, including including edge, noise, artistic, texture, spatial, color adjustments and 3D.

For Example, this image shows a WPF button, with Microsoft's OuterGlow and LEAD's BricksTexture Bitmap Effects applied:

These image processing functions are separated into four categories: Transforms, Colors/Intensities, Conversions, and Filters.

Key Features:

Change the appearance of the image in a bitmap:

Adjust colors and intensities:

Apply conversions:

Apply filters to:

Supported Environments

Leadtools.Windows.Media.Effects comes in Win32 and x64 editions that can support development of software applications for any of the following environments:

Note that in order for a WPF application to run, Microsoft .Net Framework 3.0 must be installed on the client. Internet Explorer 7 can auto-detect whether Framework is installed under certain conditions. For more information, refer to Deploying a WPF Application (WPF).