Unit BGRAPhoxo

Description

Phoxo layered image format, with .oXo extension.

Uses

Overview

Classes, Interfaces, Objects and Records

Name Description
Class TBGRAPhoxoDocument Layered image in Phoxo format
Class TBGRAReaderOXO Reader for Phoxo image (flattened)
Class TBGRAWriterOXO Writer for Phoxo image (flattened)
Packed Record TPhoxoBlockHeader PhoXo block header
Packed Record TPhoxoHeader PhoXo file header
Packed Record TPhoxoLayerHeader PhoXo layer header

Functions and Procedures

procedure RegisterPhoxoFormat;

Constants

PhoxoBlock_CanvasSize = 1;
PhoxoBlock_DPI = 4;
PhoxoBlock_EndOfFile = 255;
PhoxoBlock_Layer = 2;
PhoxoBlock_LayerCaption = 5;
PhoxoBlock_LazPaintBlendMode = 128;
PhoxoBlock_TextLayer = 3;
PhoxoHeaderMagic : packed array[1..4] of char = 'oXo ';

Description

Functions and Procedures

procedure RegisterPhoxoFormat;

This item has no description.

Constants

PhoxoBlock_CanvasSize = 1;

This item has no description.

PhoxoBlock_DPI = 4;

This item has no description.

PhoxoBlock_EndOfFile = 255;

This item has no description.

PhoxoBlock_Layer = 2;

This item has no description.

PhoxoBlock_LayerCaption = 5;

This item has no description.

PhoxoBlock_LazPaintBlendMode = 128;

This item has no description.

PhoxoBlock_TextLayer = 3;

This item has no description.

PhoxoHeaderMagic : packed array[1..4] of char = 'oXo ';

This item has no description.