|
|
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.
|
Brightness Filter
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).
ColorCorrection Filter
You can apply a mask color over an image with the help of this filter.
Contrast Filter
Necessity and usage of contrast filter is similar to Brightness filter.
Crop Effect
This rendering action crops a rectangular area from image.
EdgeDetection Filter
You can enable edge detection filter over an image by enabling this filter.
Emboss Filter
You can enable emboss effect over an image by enabling this filter.
Flip Effect
With this effect you can flip an image across it's horizontal, vertial or both axis.
Gamma Filter
Gamma correction filter can be adjusted by specifying value of Level property which
could range from -100 to +100.
GaussianBlur Filter
You can enable gaussianblur effect over an image by enabling this filter.
Grayscale Filter
You can enable grayscale effect over an image by enabling this filter.
Invert Filter
This filter will invert red, green and blue channels of the image.
Jitter Filter
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.
MeanRemoval Filter
MeanRemoval filter sharpens the image by changing the colors of neighboring pixels
with approximately the same color.
Pixellate Filter
Pixellate filter can be adjusted by specifying value of Level property. It also
supports drawing grid lines.
Resize Effect
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.
Sharpen Filter
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.
Smooth Filter
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.
|