Convert to a 'path'

(**idh).idSize = sizeof(ImageDescription);
(**idh).cType = 'qdgx';
ImageTranscodeSequenceBegin(&ts, idh, 'path', &pathDesc, nil, 0);
HLock(shapeData);
ImageTranscodeFrame(ts, *flatShapeData, GetHandleSize(flatShapeData), &pathData, &pathDataSize);
HUnlock(shapeData);
/* pathData is now a Vector shape */
ImageTranscodeDisposeFrameData(ts, pathData);
ImageTranscodeSequenceEnd(ts);
DisposeHandle((Handle) idh);


This page built with Frontier on a Macintosh by Dave Polaschek