←Select platform

ConvertUnsignedToSignedCommandType Enumeration

Summary
Flag that indicates how to process bits outside the low bit to high bit range.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum ConvertUnsignedToSignedCommandType   
typedef NS_ENUM(NSInteger, LTConvertUnsignedToSignedCommandType) { 
 LTConvertUnsignedToSignedCommandTypeProcessRangeOnly = 0x0001,  
 LTConvertUnsignedToSignedCommandTypeProcessOutSideRange = 0x0002 
}; 
public final class ConvertUnsignedToSignedCommandType 
    extends java.lang.Enum<ConvertUnsignedToSignedCommandType> 
public enum class ConvertUnsignedToSignedCommandType   
class ConvertUnsignedToSignedCommandType(Enum): 
   ProcessRangeOnly = 1 
   ProcessOutSideRange = 2 
Members
ValueMemberDescription
1ProcessRangeOnly Shift data by adding half the range to each pixel without changing bits outside the lowbit to highbit range.
2ProcessOutSideRange Shift data by adding half the range to each pixel and set to zero all bits outside the lowbit to highbit range.
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.