Leadtools.Codecs Introduction (original) (raw)

Summary

The Leadtools.Codecs namespace contains classes with properties, methods, and events for loading, saving, and converting any type of image file, and for getting information about loaded bitmaps. Work with files in memory buffers or at offsets within disk files. Both high- and low-level functions are provided. In addition, it contains classes that support loading/saving non-image data such as tags, markers, comments, and extensions.

The RasterCodecs class is the main gateway to all file format features. Use it to load/save/convert images from disk or memory.

Key Features

Demos

LEADTOOLS toolkits ship with many demos that show how to use the various features of the classes in the Leadtools.Codecs namespace:

Supported Environments

See Also

Reference

Introduction

Getting Started (Guide to Example Programs)

LEADTOOLS CODECs Assemblies

Summary of All Supported File Formats

Loading and Saving Images

Loading and Saving Large TIFF / BigTIFF Files

Speeding Up 1-Bit Documents

Compression Quality Factors

Version History

Leadtools.Codecs Assembly Changes

Leadtools.Codecs Assembly

CompactFile(Stream,Stream,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method

CompactFile(Stream,Stream,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method

CompactFile(string,string,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method

CompactFile(string,string,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method

StartCompress(int,int,int,RasterByteOrder,RasterViewPerspective,int,byte[],int,int,CodecsCompression,CodecsCompressDataCallback) Method