←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly