ImageGear for .NET
ImGearConvolutionResults Enumeration
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Processing Namespace : ImGearConvolutionResults Enumeration




Glossary Item Box

Specifies types of convolution result.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
ABS1Absolute value of the signed result is stored.
CENTERED3Result is stored as 8-bit signed, but 0 is equal to 0x7F. Positive numbers are from 0x7E to 0x00. Negative numbers are from 0x80 to 0xFF. This is used for images that are to be used as background tiles or watermarks.
RAW0Result is stored as is.
SIGNED2Result is stored as 8-bit signed values.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Processing.ImGearConvolutionResults

See Also

©2013. Accusoft Corporation. All Rights Reserved.