LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

ConvertSignedToUnsignedCommandType Enumeration






Flag that indicates how the shift will be done when converting images. .NET support WinRT support Silverlight support
Syntax
public enum ConvertSignedToUnsignedCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ConvertSignedToUnsignedCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ConvertSignedToUnsignedCommandType
public enum ConvertSignedToUnsignedCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
Leadtools.ImageProcessing.Core.ConvertSignedToUnsignedCommandType = function() { };
Leadtools.ImageProcessing.Core.ConvertSignedToUnsignedCommandType.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class ConvertSignedToUnsignedCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberDescription
ShiftMinimumToZeroShift all image data to make the minimum value in the image 0 and the maximum value to the maximum possible value (65535 for 16-bit, 4095 for 12-bit).
ShiftNegativeToZeroSet all the negative pixels to 0 and leave the positive pixels unchanged. (Achieves the same result as ClearNegativePixelsCommand).
ShiftRangeOnlyShift data by adding half the range to each pixel without changing bits outside the (LowBit-HighBit) range.
ShiftRangeProcessOutSideShift data by adding half the range to each pixel and set to zero all bits outside the (LowBit-HighBit) range.
ShiftZeroToCenterShift by 32768 (16-bit images) or by 2048 (12-bit images).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.ConvertSignedToUnsignedCommandType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.