| |
|
|
|
RLE/ PackBits Compression in LEADTOOLS SDKsRLE is an acronym for Run Length Encoding. Images frequently contain the same character repeated many times in a row. For example, text files use multiple spaces to separate sentences, indent paragraphs, format tables & charts, etc. Images can also have runs of the same pixel color. A perfect example of this would be a document image; the white background would create very long runs in certain areas of the image. A flavor of RLE compression used in TIFF files is PackBits. PackBits uses a control byte to indicate how the next byte or run of bytes to be used. The high bit in the control byte indicates if the following byte or bytes should be a run or as they are. The lower 7 bits indicate the count of bytes - 1. For example, if you have an image with the following values 2,3,2,4,4,4,4,4: The output after being compressed would look something like this: 2 ,2,3,2, -4 , 4. (The control bytes are bold.) Supported compression formats click below for information on compression formats available in the LEADTOOLS SDKsLEADTOOLS offers more compression options than any other toolkit on the market. LEADTOOLS supports industry standard and proprietary alternative compression algorithms including:
∗ Included in the Document and Medical Toolkits ‡ Available as an add-on module for LEADTOOLS Document and Medical Toolkits. Click here to see a comparison chart of document imaging compressed formats This feature is available in the following products See the list above for more information on which formats are supported in each toolkit.†Marked toolkits require runtime licensing based on the deployment of the application you develop. Several purchase options are available. For more information, please contact oemsales@leadtools.com or call a LEAD sales representative.
LEADTOOLS Sales: 704-332-5532 |
sales@leadtools.com Products | Downloads | Order | Support | Corporate | News
|
Live ChatHave questions about the Raster Toolkit? Live sales and technical support available. This Feature is included in the following products:Click on one of the links above to Download or Purchase Free Trial / Purchase:
Helpful Information :
|
Copyright © 2008 All Rights Reserved. LEAD Technologies, Inc. |
Are you a CEO, Manager or other decision maker who would prefer to view less programming-specific technical pages? Imaging-Components.com is an informational website created to promote the use of LEADTOOLS "third-party" imaging software components. |