Image processing pages

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public enum ImProcPages
Public Enumeration ImProcPages
public enum class ImProcPages

Members

MemberValueDescription
All1
Show all pages
Contrast2
Show contrast and luminosity page
HSV4
Show HSV page, allows to change H,S,V channels
HSL8
Show HSL page, allows to change H,S,L channels
RGB16
Show RGB page, allows to change R,G,B channels
UserFilt32
Preset and user defined convolutions
Equalize64
Manual and automated histogram equalization
BumpMap128
Bump map effect page
Lens256
Lens effect page
OtherEffects512
Wave effect page
Morph1024
Maximum, Minimum, Open and Close morphing filters
Rotate2048
Rotate and flip page
FFT4096
Fast Fourier Transform page
Gamma8192
Gamma correction page
Sharpen16384
Sharpen effect page
Resize32768
Change the dimensions of the image
SoftShadow65536
Apply a soft-shadow
AutoEnhance131072
Automatic color enhancement
Crop262144
Crop or allow border to an image
ColorCurve524288
Adjust the image colors using a color curve
Levels1048576
Adjust the image input and output levels
Smoothing2097152
Remove noise from an image using Symmetric Nearest Neighbour smoothing
Pixelize4194304
Pixelize the image (to obscure parts of it)
OtherColor8388608
Other color operations: Wave, Reflection, PencilSketch, Swirl, Cartoonify
Transparency16777216
Set areas of the image as transparent

See Also