←Select platform

ConvertUnsignedToSignedCommandType Enumeration

Summary
Flag that indicates how to process bits outside the low bit to high bit range.
Syntax
C#
VB
Objective-C
C++
Java
public enum ConvertUnsignedToSignedCommandType   
Public Enum ConvertUnsignedToSignedCommandType  
typedef NS_ENUM(NSInteger, LTConvertUnsignedToSignedCommandType) 
public enum ConvertUnsignedToSignedCommandType 
public enum class ConvertUnsignedToSignedCommandType   
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

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