Image processing pages
Namespace: HiComponents.IEvolutionAssembly: 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
Member | Value | Description |
---|---|---|
All | 1 |
Show all pages
|
Contrast | 2 |
Show contrast and luminosity page
|
HSV | 4 |
Show HSV page, allows to change H,S,V channels
|
HSL | 8 |
Show HSL page, allows to change H,S,L channels
|
RGB | 16 |
Show RGB page, allows to change R,G,B channels
|
UserFilt | 32 |
Preset and user defined convolutions
|
Equalize | 64 |
Manual and automated histogram equalization
|
BumpMap | 128 |
Bump map effect page
|
Lens | 256 |
Lens effect page
|
OtherEffects | 512 |
Wave effect page
|
Morph | 1024 |
Maximum, Minimum, Open and Close morphing filters
|
Rotate | 2048 |
Rotate and flip page
|
FFT | 4096 |
Fast Fourier Transform page
|
Gamma | 8192 |
Gamma correction page
|
Sharpen | 16384 |
Sharpen effect page
|
Resize | 32768 |
Change the dimensions of the image
|
SoftShadow | 65536 |
Apply a soft-shadow
|
AutoEnhance | 131072 |
Automatic color enhancement
|
Crop | 262144 |
Crop or allow border to an image
|
ColorCurve | 524288 |
Adjust the image colors using a color curve
|
Levels | 1048576 |
Adjust the image input and output levels
|
Smoothing | 2097152 |
Remove noise from an image using Symmetric Nearest Neighbour smoothing
|
Pixelize | 4194304 |
Pixelize the image (to obscure parts of it)
|
OtherColor | 8388608 |
Other color operations: Wave, Reflection, PencilSketch, Swirl, Cartoonify
|
Transparency | 16777216 |
Set areas of the image as transparent
|