Carbon


FCompressImage

Header: ImageCompression.h Carbon status: Supported

OSErr FCompressImage (
    PixMapHandle src, 
    const Rect *srcRect, 
    SInt16 colorDepth, 
    CodecQ quality, 
    CodecType cType, 
    CompressorComponent codec, 
    CTabHandle ctable, 
    CodecFlags flags, 
    SInt32 bufferSize, 
    ICMFlushProcRecordPtr flushProc, 
    ICMProgressProcRecordPtr progressProc, 
    ImageDescriptionHandle desc, 
    Ptr data
);
function result

A result code.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when QuickTime 2.5 or later is present.


© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)