LEADTOOLS Raster Imaging C++ Class Library Help > LEADTOOLS Raster Imaging Features > File Formats > File Formats List > Color and Grayscale > File Formats: TXT (TXT) |
A text file in which each byte represents one character according to the ASCII code. Contrast with a binary file, in which there is no one-to-one mapping between bytes and characters. Files that have been formatted with a word processor must be stored and transmitted as binary files to preserve the formatting. ASCII files are sometimes called plain text files.
LEADTOOLS supports loading only for this format.
The default extension used by this format is: TXT.
File constants associated with this file format are:
Constant |
Read Support |
Write Support |
Description |
FILE_TXT |
24 BPP |
N/A |
[316] ASCII Text format. |
Required DLL: LFTXT. For a listing of the exact DLLs needed, based on the toolkit version, refer to Files To Be Included With Your Application.
Related Formats: RTF - Rich Text Format
Win32, x64.