NAME

QImage - Interface to the Qt QImage class

SYNOPSIS

use QImage;

Member functions

new, bitOrder, bytesPerLine, color, convertBitOrder, convertDepth, copy, create, createAlphaMask, createHeuristicMask, depth, detach, fill, hasAlphaBuffer, height, imageFormat, isNull, load, loadFromData, numBytes, numColors, rect, reset, save, setAlphaBuffer, setColor, setNumColors, systemBitOrder, systemByteOrder, size, width

DESCRIPTION

Fully interfaced. The missing overloaded operator=() is made up for with extra new() prototypes accepting QPixmap or QBitmap arguments to copy. No xpm constructor.

EXPORTED

The %Endian hash is exported into the user's namespace. It has the QImage Endian constants with the traling Endian removed.

SEE ALSO

qimage(3qt)

AUTHOR

Ashley Winters <jql@accessone.com>