|
Home »
Products »
ImageRenderer
|
Overview
|
|
|
ImageRenderer is an AJAX-Enabled ASP.NET controlset which allows you to generate real time on-the-fly dynamic images with extensible features. ImageRenderer supports rendering all .NET Framework enabled imaging formats( JPG/JPEG, GIF, PNG, BMP, TIFF, ICO etc.). It can be used in any data bound control(DataList, GridView etc.) or absolute/virtual url to render&display image. ImageRender automatically delivers all properties of ASP.NET native image control.
|
|
|
|
|
Filters and Features
|
|
|
Brightness
You can use Brightness filter when correcting images which are too dark or too light. It is adjusted by setting value of Level property which could range from -100(darkest) to +100(lightest).
Live Demo
|
ColorCorrection
You can apply a mask color over an image with the help of this filter.
Live Demo
|
Contrast
Necessity and usage of contrast filter is similar to Brightness filter.
Live Demo
|
Crop
This rendering action crops a rectangular area from image.
Live Demo
|
EdgeDetection
You can enable edge detection filter over an image by enabling this filter.
Live Demo
|
Emboss
You can enable emboss effect over an image by enabling this filter.
Live Demo
|
Flip
With this effect you can flip an image across it's horizontal, vertial or both axis.
Live Demo
|
Gamma
Gamma correction filter can be adjusted by specifying value of Level property which could range from -100 to +100.
Live Demo
|
GaussianBlur
You can enable gaussianblur effect over an image by enabling this filter.
Live Demo
|
Grayscale
You can enable grayscale effect over an image by enabling this filter.
Live Demo
|
Invert
This filter will invert red, green and blue channels of the image.
Live Demo
|
Jitter
Jitter filter can be applied to an image by replacing each pixel with a random pixel from a neighborhood of the specified radius. This can be adjusted by specifying value of Level property which could range from 1 to 255.
Live Demo
|
MeanRemoval
MeanRemoval filter sharpens the image by changing the colors of neighboring pixels with approximately the same color.
Live Demo
|
Pixellate
Pixellate filter can be adjusted by specifying value of Level property. It also supports drawing grid lines.
Live Demo
|
Resize
Resize effect changes the size of Image. Resizing is typically used generating thumbnails by reducing image size or generating detailed version by enlarging current image size.
Live Demo
|
Sharpen
Sharpen filter tries to enhance edges using a simple & very fast algorithm. But can produce artificially over-sharp or over-noisy images if not used carefully.
Live Demo
|
Smooth
You can enable smooth effect over an image by enabling this filter. Smooth filter works by averaging each pixel with its neighbors like blur filter.
Live Demo
|
Cross-Browser support
|