ImageGear v26.3 - Updated
Developer Guide / File Formats and Compressions / Compressions / ASCII Compression
In This Topic
    ASCII Compression
    In This Topic
    Full Name American Standard Code for Information Interchange (ASCII)
    Compression ID ImGearCompressions.ASCII = 23
    ImageGear Assembly None
    Bit Depth Gray level: 1, 8, 16 bpp; RGB 24, 48 bpp
    File Formats None

    Comments

    Acronym for the American Standard Code for Information Interchange. ASCII is a code for representing English characters as numbers, with each letter assigned a number from 0 to 127. For example, the ASCII code for uppercase M is 77. Most computers use ASCII codes to represent text, which makes it possible to transfer data from one computer to another.

    Text files stored in ASCII format are sometimes called ASCII files. Text editors and word processors are usually capable of storing data in ASCII format, although ASCII format is not always the default storage format. Most data files, particularly if they contain numeric data, are not stored in ASCII format. Executable programs are never stored in ASCII format.