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

HighQualityRotateActivity Class






Members 
Perform high quality rotation on a black and white image.
Object Model
HighQualityRotateActivity Class
Syntax
'Declaration
 
Public Class HighQualityRotateActivity 
   Inherits ImageProcessingBaseActivity
   Implements System.ComponentModel.IComponentSystem.IDisposable 
'Usage
 
Dim instance As HighQualityRotateActivity
function Leadtools.Workflow.ImageProcessing.HighQualityRotateActivity()
public ref class HighQualityRotateActivity : public ImageProcessingBaseActivity, System.ComponentModel.IComponentSystem.IDisposable  
Remarks

The HighQualityRotateActivity can be used to perform high quality rotation on a black and white (1 bits/pixel) images in any angle.

Normal rotation activities such as RotateActivity will rotate the image data as is, which may result in less than desired quality due to the limited number of bits/pixel of the image (1 bit). This activity will temporarily convert the image to 8 bits/pixel internally, perform the rotation and then convert the image back to 1 bits/pixel.

This activity only works with a 1 bits/pixel images (a Leadtools.Workflow.Raster.WorkflowImage with WorkflowImage.BitsPerPixel equals to 1), using this activity on any other image type will result in an exception.

This activity does not support signed data images.

For more information, refer to Cleaning Up 1-Bit Images.

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

HighQualityRotateActivity Members
Leadtools.Workflow.ImageProcessing Namespace
Cleaning Up 1-Bit Images
SmoothActivity Class
BorderRemoveActivity Class
LineRemoveActivity Class
InvertedTextActivity Class
InvertedPageActivity Class
DotRemoveActivity Class
HolePunchRemoveActivity Class
HighQualityRotateActivity Class
MinimumActivity Class
MaximumActivity Class

 

 


Products | Support | Contact Us | Copyright Notices

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