ImageGear v26.3 - Updated
Developer Guide / File Formats and Compressions / File Formats / File Formats Reference / CLP
In This Topic
    CLP
    In This Topic
    Full Name Windows Clipboard
    Format ID ImGearFormats.CLP
    File Extension(s) *.clp
    Data Type Raster image
    Data Encoding Binary
    Multi-Page Support No
    Alpha Channel Support No
    Metadata Update Support Page

    ImageGear Supported Versions

    N/A

    ImageGear Supported Features

    • IGFilterFormatFlags.DETECTSUPPORT - autodetection
    • IGFilterFormatFlags.PAGEREADSUPPORT - single page file reading
    • IGFilterFormatFlags.PAGEINSERTSUPPORT - single-page file writing

    ImageGear Read Support

    • ImGearCompressions.NONE:
      • Indexed RGB: 1, 4, 8 bpp;
      • RGB: 24 bpp
    • ImGearCompressions.RLE:
      • Indexed RGB: 4, 8 bpp

    ImageGear Write Support

    • ImGearCompressions.NONE:
      • Indexed RGB: 1, 4, 8 bpp;
      • RGB: 24 bpp
    • ImGearCompressions.RLE:
      • Indexed RGB: 4, 8 bpp

    ImageGear Filter Control Parameters

    None

    Comments

    The CLP file format represents a subset of a file format called Pictor PC Paint. The use for PC Paint format is to display images created by the PC Paint application to IBM display hardware (CGA, EGA, VGA, etc.).

    The header of a CLP file is fairly short and simple, containing the file size (in bytes), and the height, width, and address of the image. The image data may be compressed or uncompressed. If it is compressed, the header contains two additional fields to give the number of bits per pixel of the packed data, and the address of the beginning of the packed run.

    References Used

    Murray, James D. and William vanRyper. Encyclopedia of Graphics File Formats. Sebastopol, CA: O'Reilly & Associates, Inc., 1994.