|
|
#define | anyCodec ((CodecComponent)0) |
| |
|
#define | bestSpeedCodec ((CodecComponent)-1) |
| |
|
#define | bestFidelityCodec ((CodecComponent)-2) |
| |
|
#define | bestCompressionCodec ((CodecComponent)-3) |
| |
| #define | NewICMDataUPP(userRoutine) |
| |
| #define | NewICMFlushUPP(userRoutine) |
| |
| #define | NewICMCompletionUPP(userRoutine) |
| |
| #define | NewICMProgressUPP(userRoutine) |
| |
| #define | NewStdPixUPP(userRoutine) |
| |
| #define | NewQDPixUPP(userRoutine) |
| |
| #define | NewICMAlignmentUPP(userRoutine) |
| |
| #define | NewICMCursorShieldedUPP(userRoutine) |
| |
| #define | NewICMMemoryDisposedUPP(userRoutine) |
| |
| #define | NewICMConvertDataFormatUPP(userRoutine) |
| |
|
#define | DisposeICMDataUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeICMFlushUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeICMCompletionUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeICMProgressUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeStdPixUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeQDPixUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeICMAlignmentUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeICMCursorShieldedUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeICMMemoryDisposedUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
|
#define | DisposeICMConvertDataFormatUPP(userUPP) DisposeRoutineDescriptor(userUPP) |
| |
| #define | InvokeICMDataUPP(dataP, bytesNeeded, refcon, userUPP) |
| |
| #define | InvokeICMFlushUPP(data, bytesAdded, refcon, userUPP) |
| |
| #define | InvokeICMCompletionUPP(result, flags, refcon, userUPP) |
| |
| #define | InvokeICMProgressUPP(message, completeness, refcon, userUPP) |
| |
| #define | InvokeStdPixUPP(src, srcRect, matrix, mode, mask, matte, matteRect, flags, userUPP) |
| |
| #define | InvokeQDPixUPP(src, srcRect, matrix, mode, mask, matte, matteRect, flags, userUPP) |
| |
|
#define | InvokeICMAlignmentUPP(rp, refcon, userUPP) CALL_TWO_PARAMETER_UPP((userUPP), uppICMAlignmentProcInfo, (rp), (refcon)) |
| |
| #define | InvokeICMCursorShieldedUPP(r, refcon, flags, userUPP) |
| |
| #define | InvokeICMMemoryDisposedUPP(memoryBlock, refcon, userUPP) |
| |
| #define | InvokeICMConvertDataFormatUPP(refCon, flags, desiredFormat, sourceDataFormat, srcData, srcDataSize, dstData, dstDataSize, userUPP) |
| |
| #define | NewICMDataProc(userRoutine) NewICMDataUPP(userRoutine) |
| |
|
#define | NewICMFlushProc(userRoutine) NewICMFlushUPP(userRoutine) |
| |
|
#define | NewICMCompletionProc(userRoutine) NewICMCompletionUPP(userRoutine) |
| |
|
#define | NewICMProgressProc(userRoutine) NewICMProgressUPP(userRoutine) |
| |
|
#define | NewStdPixProc(userRoutine) NewStdPixUPP(userRoutine) |
| |
|
#define | NewQDPixProc(userRoutine) NewQDPixUPP(userRoutine) |
| |
|
#define | NewICMAlignmentProc(userRoutine) NewICMAlignmentUPP(userRoutine) |
| |
|
#define | NewICMCursorShieldedProc(userRoutine) NewICMCursorShieldedUPP(userRoutine) |
| |
|
#define | NewICMMemoryDisposedProc(userRoutine) NewICMMemoryDisposedUPP(userRoutine) |
| |
|
#define | NewICMConvertDataFormatProc(userRoutine) NewICMConvertDataFormatUPP(userRoutine) |
| |
|
#define | CallICMDataProc(userRoutine, dataP, bytesNeeded, refcon) InvokeICMDataUPP(dataP, bytesNeeded, refcon, userRoutine) |
| |
|
#define | CallICMFlushProc(userRoutine, data, bytesAdded, refcon) InvokeICMFlushUPP(data, bytesAdded, refcon, userRoutine) |
| |
|
#define | CallICMCompletionProc(userRoutine, result, flags, refcon) InvokeICMCompletionUPP(result, flags, refcon, userRoutine) |
| |
|
#define | CallICMProgressProc(userRoutine, message, completeness, refcon) InvokeICMProgressUPP(message, completeness, refcon, userRoutine) |
| |
| #define | CallStdPixProc(userRoutine, src, srcRect, matrix, mode, mask, matte, matteRect, flags) |
| |
| #define | CallQDPixProc(userRoutine, src, srcRect, matrix, mode, mask, matte, matteRect, flags) |
| |
|
#define | CallICMAlignmentProc(userRoutine, rp, refcon) InvokeICMAlignmentUPP(rp, refcon, userRoutine) |
| |
|
#define | CallICMCursorShieldedProc(userRoutine, r, refcon, flags) InvokeICMCursorShieldedUPP(r, refcon, flags, userRoutine) |
| |
|
#define | CallICMMemoryDisposedProc(userRoutine, memoryBlock, refcon) InvokeICMMemoryDisposedUPP(memoryBlock, refcon, userRoutine) |
| |
| #define | CallICMConvertDataFormatProc(userRoutine, refCon, flags, desiredFormat, sourceDataFormat, srcData, srcDataSize, dstData, dstDataSize) |
| |
|
| enum | {
kRawCodecType = FOUR_CHAR_CODE('raw ')
, kCinepakCodecType = FOUR_CHAR_CODE('cvid')
, kGraphicsCodecType = FOUR_CHAR_CODE('smc ')
, kAnimationCodecType = FOUR_CHAR_CODE('rle ')
,
kVideoCodecType = FOUR_CHAR_CODE('rpza')
, kComponentVideoCodecType = FOUR_CHAR_CODE('yuv2')
, kJPEGCodecType = FOUR_CHAR_CODE('jpeg')
, kMotionJPEGACodecType = FOUR_CHAR_CODE('mjpa')
,
kMotionJPEGBCodecType = FOUR_CHAR_CODE('mjpb')
, kSGICodecType = FOUR_CHAR_CODE('.SGI')
, kPlanarRGBCodecType = FOUR_CHAR_CODE('8BPS')
, kMacPaintCodecType = FOUR_CHAR_CODE('PNTG')
,
kGIFCodecType = FOUR_CHAR_CODE('gif ')
, kPhotoCDCodecType = FOUR_CHAR_CODE('kpcd')
, kQuickDrawGXCodecType = FOUR_CHAR_CODE('qdgx')
, kAVRJPEGCodecType = FOUR_CHAR_CODE('avr ')
,
kOpenDMLJPEGCodecType = FOUR_CHAR_CODE('dmb1')
, kBMPCodecType = FOUR_CHAR_CODE('WRLE')
, kWindowsRawCodecType = FOUR_CHAR_CODE('WRAW')
, kVectorCodecType = FOUR_CHAR_CODE('path')
,
kQuickDrawCodecType = FOUR_CHAR_CODE('qdrw')
, kWaterRippleCodecType = FOUR_CHAR_CODE('ripl')
, kFireCodecType = FOUR_CHAR_CODE('fire')
, kCloudCodecType = FOUR_CHAR_CODE('clou')
,
kH261CodecType = FOUR_CHAR_CODE('h261')
, kH263CodecType = FOUR_CHAR_CODE('h263')
, kDVCNTSCCodecType = FOUR_CHAR_CODE('dvc ')
, kDVCPALCodecType = FOUR_CHAR_CODE('dvcp')
,
kDVCProNTSCCodecType = FOUR_CHAR_CODE('dvpn')
, kDVCProPALCodecType = FOUR_CHAR_CODE('dvpp')
, kBaseCodecType = FOUR_CHAR_CODE('base')
, kFLCCodecType = FOUR_CHAR_CODE('flic')
,
kTargaCodecType = FOUR_CHAR_CODE('tga ')
, kPNGCodecType = FOUR_CHAR_CODE('png ')
, kTIFFCodecType = FOUR_CHAR_CODE('tiff')
, kComponentVideoSigned = FOUR_CHAR_CODE('yuvu')
,
kComponentVideoUnsigned = FOUR_CHAR_CODE('yuvs')
, kCMYKCodecType = FOUR_CHAR_CODE('cmyk')
, kMicrosoftVideo1CodecType = FOUR_CHAR_CODE('msvc')
, kSorensonCodecType = FOUR_CHAR_CODE('SVQ1')
,
kSorenson3CodecType
, kIndeo4CodecType = FOUR_CHAR_CODE('IV41')
, k64ARGBCodecType = FOUR_CHAR_CODE('b64a')
, k48RGBCodecType = FOUR_CHAR_CODE('b48r')
,
k32AlphaGrayCodecType = FOUR_CHAR_CODE('b32a')
, k16GrayCodecType = FOUR_CHAR_CODE('b16g')
, kMpegYUV420CodecType = FOUR_CHAR_CODE('myuv')
, kYUV420CodecType = FOUR_CHAR_CODE('y420')
,
kSorensonYUV9CodecType = FOUR_CHAR_CODE('syv9')
, k422YpCbCr8CodecType
, k444YpCbCr8CodecType
, k4444YpCbCrA8CodecType
,
k422YpCbCr16CodecType
, k422YpCbCr10CodecType
, k444YpCbCr10CodecType
, k4444YpCbCrA8RCodecType
} |
| |
| enum | {
kBlurImageFilterType = FOUR_CHAR_CODE('blur')
, kSharpenImageFilterType = FOUR_CHAR_CODE('shrp')
, kEdgeDetectImageFilterType = FOUR_CHAR_CODE('edge')
, kEmbossImageFilterType = FOUR_CHAR_CODE('embs')
,
kConvolveImageFilterType = FOUR_CHAR_CODE('genk')
, kAlphaGainImageFilterType = FOUR_CHAR_CODE('gain')
, kRGBColorBalanceImageFilterType = FOUR_CHAR_CODE('rgbb')
, kHSLColorBalanceImageFilterType = FOUR_CHAR_CODE('hslb')
,
kColorSyncImageFilterType = FOUR_CHAR_CODE('sync')
, kFilmNoiseImageFilterType = FOUR_CHAR_CODE('fmns')
, kSolarizeImageFilterType = FOUR_CHAR_CODE('solr')
, kColorTintImageFilterType = FOUR_CHAR_CODE('tint')
,
kLensFlareImageFilterType = FOUR_CHAR_CODE('lens')
, kBrightnessContrastImageFilterType = FOUR_CHAR_CODE('brco')
} |
| |
| enum | {
kAlphaCompositorTransitionType = FOUR_CHAR_CODE('blnd')
, kCrossFadeTransitionType = FOUR_CHAR_CODE('dslv')
, kChromaKeyTransitionType = FOUR_CHAR_CODE('ckey')
, kImplodeTransitionType = FOUR_CHAR_CODE('mplo')
,
kExplodeTransitionType = FOUR_CHAR_CODE('xplo')
, kGradientTransitionType = FOUR_CHAR_CODE('matt')
, kPushTransitionType = FOUR_CHAR_CODE('push')
, kSlideTransitionType = FOUR_CHAR_CODE('slid')
,
kWipeTransitionType = FOUR_CHAR_CODE('smpt')
, kIrisTransitionType = FOUR_CHAR_CODE('smp2')
, kRadialTransitionType = FOUR_CHAR_CODE('smp3')
, kMatrixTransitionType = FOUR_CHAR_CODE('smp4')
,
kZoomTransitionType = FOUR_CHAR_CODE('zoom')
} |
| |
| enum | { kTravellingMatteEffectType = FOUR_CHAR_CODE('trav')
} |
| |
| enum | {
codecInfoDoes1 = (1L << 0)
, codecInfoDoes2 = (1L << 1)
, codecInfoDoes4 = (1L << 2)
, codecInfoDoes8 = (1L << 3)
,
codecInfoDoes16 = (1L << 4)
, codecInfoDoes32 = (1L << 5)
, codecInfoDoesDither = (1L << 6)
, codecInfoDoesStretch = (1L << 7)
,
codecInfoDoesShrink = (1L << 8)
, codecInfoDoesMask = (1L << 9)
, codecInfoDoesTemporal
, codecInfoDoesDouble
,
codecInfoDoesQuad
, codecInfoDoesHalf = (1L << 13)
, codecInfoDoesQuarter = (1L << 14)
, codecInfoDoesRotate = (1L << 15)
,
codecInfoDoesHorizFlip
, codecInfoDoesVertFlip
, codecInfoHasEffectParameterList
, codecInfoDoesBlend = (1L << 19)
,
codecInfoDoesWarp
, codecInfoDoesRecompress
, codecInfoDoesSpool = (1L << 22)
, codecInfoDoesRateConstrain = (1L << 23)
} |
| |
| enum | {
codecInfoDepth1 = (1L << 0)
, codecInfoDepth2 = (1L << 1)
, codecInfoDepth4 = (1L << 2)
, codecInfoDepth8 = (1L << 3)
,
codecInfoDepth16 = (1L << 4)
, codecInfoDepth32 = (1L << 5)
, codecInfoDepth24 = (1L << 6)
, codecInfoDepth33
,
codecInfoDepth34
, codecInfoDepth36
, codecInfoDepth40
, codecInfoStoresClut = (1L << 11)
,
codecInfoDoesLossless
, codecInfoSequenceSensitive
} |
| |
| enum | {
codecFlagUseImageBuffer = (1L << 0)
, codecFlagUseScreenBuffer = (1L << 1)
, codecFlagUpdatePrevious = (1L << 2)
, codecFlagNoScreenUpdate = (1L << 3)
,
codecFlagWasCompressed = (1L << 4)
, codecFlagDontOffscreen = (1L << 5)
, codecFlagUpdatePreviousComp = (1L << 6)
, codecFlagForceKeyFrame = (1L << 7)
,
codecFlagOnlyScreenUpdate = (1L << 8)
, codecFlagLiveGrab = (1L << 9)
, codecFlagDiffFrame = (1L << 9)
, codecFlagDontUseNewImageBuffer = (1L << 10)
,
codecFlagInterlaceUpdate = (1L << 11)
, codecFlagCatchUpDiff = (1L << 12)
, codecFlagSupportDisable = (1L << 13)
, codecFlagReenable = (1L << 14)
} |
| |
| enum | {
codecFlagOutUpdateOnNextIdle = (1L << 9)
, codecFlagOutUpdateOnDataSourceChange = (1L << 10)
, codecFlagSequenceSensitive = (1L << 11)
, codecFlagOutUpdateOnTimeChange = (1L << 12)
,
codecFlagImageBufferNotSourceImage = (1L << 13)
, codecFlagUsedNewImageBuffer = (1L << 14)
, codecFlagUsedImageBuffer = (1L << 15)
} |
| |
| enum | { codecMinimumDataSize = 32768L
} |
| |
| enum | { compressorComponentType
, decompressorComponentType
} |
| |
| enum | {
codecLosslessQuality = 0x00000400
, codecMaxQuality = 0x000003FF
, codecMinQuality = 0x00000000
, codecLowQuality = 0x00000100
,
codecNormalQuality = 0x00000200
, codecHighQuality = 0x00000300
} |
| |
| enum | { codecLockBitsShieldCursor = (1 << 0)
} |
| |
| enum | {
codecCompletionSource
, codecCompletionDest
, codecCompletionDontUnshield
, codecCompletionWentOffscreen = (1 << 3)
,
codecCompletionUnlockBits
, codecCompletionForceChainFlush
, codecCompletionDropped = (1 << 6)
} |
| |
| enum | { codecProgressOpen = 0
, codecProgressUpdatePercent = 1
, codecProgressClose = 2
} |
| |
| enum | { defaultDither = 0
, forceDither = 1
, suppressDither = 2
, useColorMatching = 4
} |
| |
| enum | { callStdBits = 1
, callOldBits = 2
, noDefaultOpcodes = 4
} |
| |
| enum | {
graphicsModeStraightAlpha = 256
, graphicsModePreWhiteAlpha = 257
, graphicsModePreBlackAlpha = 258
, graphicsModeComposition = 259
,
graphicsModeStraightAlphaBlend = 260
, graphicsModePreMulColorAlpha = 261
} |
| |
| enum | {
evenField1ToEvenFieldOut = 1 << 0
, evenField1ToOddFieldOut = 1 << 1
, oddField1ToEvenFieldOut = 1 << 2
, oddField1ToOddFieldOut = 1 << 3
,
evenField2ToEvenFieldOut = 1 << 4
, evenField2ToOddFieldOut = 1 << 5
, oddField2ToEvenFieldOut = 1 << 6
, oddField2ToOddFieldOut = 1 << 7
} |
| |
| enum | { icmFrameTimeHasVirtualStartTimeAndDuration = 1 << 0
} |
| |
| enum | { uppICMDataProcInfo = 0x00000FE0
} |
| |
| enum | { uppICMFlushProcInfo = 0x00000FE0
} |
| |
| enum | { uppICMCompletionProcInfo = 0x00000E80
} |
| |
| enum | { uppICMProgressProcInfo = 0x00000FA0
} |
| |
| enum | { uppStdPixProcInfo = 0x002FEFC0
} |
| |
| enum | { uppQDPixProcInfo = 0x002FEFC0
} |
| |
| enum | { uppICMAlignmentProcInfo = 0x000003C0
} |
| |
| enum | { uppICMCursorShieldedProcInfo = 0x00000FC0
} |
| |
| enum | { uppICMMemoryDisposedProcInfo = 0x000003C0
} |
| |
| enum | { uppICMConvertDataFormatProcInfo = 0x003FFFE0
} |
| |
| enum | { codecDSequenceSingleField = (1L << 6)
} |
| |
| enum | { kICMSequenceTaskWeight
, kICMSequenceTaskName = FOUR_CHAR_CODE('tnam')
, kICMSequenceUserPreferredCodecs
} |
| |
| enum | {
kImageDescriptionSampleFormat
, kImageDescriptionClassicAtomFormat
, kImageDescriptionQTAtomFormat
, kImageDescriptionEffectDataFormat
,
kImageDescriptionPrivateDataFormat
, kImageDescriptionAlternateCodec
, kImageDescriptionColorSpace
} |
| |
| enum | {
sfpItemPreviewAreaUser = 11
, sfpItemPreviewStaticText = 12
, sfpItemPreviewDividerUser = 13
, sfpItemCreatePreviewButton = 14
,
sfpItemShowPreviewButton = 15
} |
| |
| enum | { kICMPixelFormatIsPlanarMask = 0x0F
, kICMPixelFormatIsIndexed = (1L << 4)
, kICMPixelFormatIsSupportedByQD = (1L << 5)
} |
| |
| enum | { kICMGetChainUltimateParent = 0
, kICMGetChainParent = 1
, kICMGetChainChild = 2
, kICMGetChainUltimateChild = 3
} |
| |
| enum | { kDontUseValidateToFindGraphicsImporter = 1L << 0
} |
| |
| enum | { kICMTempThenAppMemory = 1L << 12
, kICMAppThenTempMemory = 1L << 13
} |
| |
| enum | { kQTUsePlatformDefaultGammaLevel
, kQTUseSourceGammaLevel = -1L
, kQTCCIR601VideoGammaLevel
} |
| |
| enum | {
identityMatrixType = 0x00
, translateMatrixType = 0x01
, scaleMatrixType = 0x02
, scaleTranslateMatrixType = 0x03
,
linearMatrixType = 0x04
, linearTranslateMatrixType
, perspectiveMatrixType = 0x06
} |
| |
| enum | { GraphicsImporterComponentType = FOUR_CHAR_CODE('grip')
} |
| |
| enum | { graphicsImporterUsesImageDecompressor = 1L << 23
} |
| |
| enum | { quickTimeImageFileImageDescriptionAtom = FOUR_CHAR_CODE('idsc')
, quickTimeImageFileImageDataAtom = FOUR_CHAR_CODE('idat')
, quickTimeImageFileMetaDataAtom = FOUR_CHAR_CODE('meta')
, quickTimeImageFileColorSyncProfileAtom = FOUR_CHAR_CODE('iicc')
} |
| |
| enum | { graphicsImporterDrawsAllPixels = 0
, graphicsImporterDoesntDrawAllPixels = 1
, graphicsImporterDontKnowIfDrawAllPixels = 2
} |
| |
| enum | { kGraphicsImporterDontDoGammaCorrection = 1L
} |
| |
| enum | {
kGraphicsExportGroup = FOUR_CHAR_CODE('expo')
, kGraphicsExportFileType = FOUR_CHAR_CODE('ftyp')
, kGraphicsExportMIMEType = FOUR_CHAR_CODE('mime')
, kGraphicsExportExtension = FOUR_CHAR_CODE('ext ')
,
kGraphicsExportDescription = FOUR_CHAR_CODE('desc')
} |
| |
| enum | {
kQTPhotoshopLayerMode = FOUR_CHAR_CODE('lmod')
, kQTPhotoshopLayerOpacity
, kQTPhotoshopLayerClipping
, kQTPhotoshopLayerFlags = FOUR_CHAR_CODE('lflg')
,
kQTPhotoshopLayerName = FOUR_CHAR_CODE('©lnm')
, kQTPhotoshopLayerUnicodeName
} |
| |
| enum | {
kQTIndexedImageType
, kQTIndexedImageIsThumbnail
, kQTIndexedImageIsLayer
, kQTIndexedImageIsPage
,
kQTIndexedImageIsMultiResolution
} |
| |
| enum | {
kQTTIFFUserDataPrefix
, kQTTIFFExifUserDataPrefix
, kQTTIFFExifGPSUserDataPrefix
, kQTAlphaMode
,
kQTAlphaModePreMulColor
, kUserDataIPTC = FOUR_CHAR_CODE('iptc')
} |
| |
| enum | { GraphicsExporterComponentType = FOUR_CHAR_CODE('grex')
, kBaseGraphicsExporterSubType = FOUR_CHAR_CODE('base')
} |
| |
| enum | { graphicsExporterIsBaseExporter = 1L << 0
, graphicsExporterCanTranscode = 1L << 1
, graphicsExporterUsesImageCompressor = 1L << 2
} |
| |
| enum | {
kQTResolutionSettings = FOUR_CHAR_CODE('reso')
, kQTTargetDataSize = FOUR_CHAR_CODE('dasz')
, kQTDontRecompress = FOUR_CHAR_CODE('dntr')
, kQTInterlaceStyle = FOUR_CHAR_CODE('ilac')
,
kQTColorSyncProfile = FOUR_CHAR_CODE('iccp')
, kQTThumbnailSettings = FOUR_CHAR_CODE('thum')
, kQTEnableExif = FOUR_CHAR_CODE('exif')
, kQTMetaData = FOUR_CHAR_CODE('meta')
} |
| |
| enum | { kQTTIFFCompressionMethod = FOUR_CHAR_CODE('tifc')
, kQTTIFFCompression_None = 1
, kQTTIFFCompression_PackBits = 32773L
, kQTTIFFLittleEndian = FOUR_CHAR_CODE('tife')
} |
| |
| enum | {
kQTPNGFilterPreference = FOUR_CHAR_CODE('pngf')
, kQTPNGFilterBestForColorType = FOUR_CHAR_CODE('bflt')
, kQTPNGFilterNone = 0
, kQTPNGFilterSub = 1
,
kQTPNGFilterUp = 2
, kQTPNGFilterAverage = 3
, kQTPNGFilterPaeth = 4
, kQTPNGFilterAdaptivePerRow = FOUR_CHAR_CODE('aflt')
,
kQTPNGInterlaceStyle = FOUR_CHAR_CODE('ilac')
, kQTPNGInterlaceNone = 0
, kQTPNGInterlaceAdam7 = 1
} |
| |
| enum | { ImageTranscodererComponentType = FOUR_CHAR_CODE('imtc')
} |
| |
| enum | {
kGraphicsImportSetDataReferenceSelect = 0x0001
, kGraphicsImportGetDataReferenceSelect = 0x0002
, kGraphicsImportSetDataFileSelect = 0x0003
, kGraphicsImportGetDataFileSelect = 0x0004
,
kGraphicsImportSetDataHandleSelect = 0x0005
, kGraphicsImportGetDataHandleSelect = 0x0006
, kGraphicsImportGetImageDescriptionSelect = 0x0007
, kGraphicsImportGetDataOffsetAndSizeSelect = 0x0008
,
kGraphicsImportReadDataSelect = 0x0009
, kGraphicsImportSetClipSelect = 0x000A
, kGraphicsImportGetClipSelect = 0x000B
, kGraphicsImportSetSourceRectSelect = 0x000C
,
kGraphicsImportGetSourceRectSelect = 0x000D
, kGraphicsImportGetNaturalBoundsSelect = 0x000E
, kGraphicsImportDrawSelect = 0x000F
, kGraphicsImportSetGWorldSelect = 0x0010
,
kGraphicsImportGetGWorldSelect = 0x0011
, kGraphicsImportSetMatrixSelect = 0x0012
, kGraphicsImportGetMatrixSelect = 0x0013
, kGraphicsImportSetBoundsRectSelect = 0x0014
,
kGraphicsImportGetBoundsRectSelect = 0x0015
, kGraphicsImportSaveAsPictureSelect = 0x0016
, kGraphicsImportSetGraphicsModeSelect = 0x0017
, kGraphicsImportGetGraphicsModeSelect = 0x0018
,
kGraphicsImportSetQualitySelect = 0x0019
, kGraphicsImportGetQualitySelect = 0x001A
, kGraphicsImportSaveAsQuickTimeImageFileSelect = 0x001B
, kGraphicsImportSetDataReferenceOffsetAndLimitSelect = 0x001C
,
kGraphicsImportGetDataReferenceOffsetAndLimitSelect = 0x001D
, kGraphicsImportGetAliasedDataReferenceSelect = 0x001E
, kGraphicsImportValidateSelect = 0x001F
, kGraphicsImportGetMetaDataSelect = 0x0020
,
kGraphicsImportGetMIMETypeListSelect = 0x0021
, kGraphicsImportDoesDrawAllPixelsSelect = 0x0022
, kGraphicsImportGetAsPictureSelect = 0x0023
, kGraphicsImportExportImageFileSelect = 0x0024
,
kGraphicsImportGetExportImageTypeListSelect = 0x0025
, kGraphicsImportDoExportImageFileDialogSelect = 0x0026
, kGraphicsImportGetExportSettingsAsAtomContainerSelect = 0x0027
, kGraphicsImportSetExportSettingsFromAtomContainerSelect = 0x0028
,
kGraphicsImportSetProgressProcSelect = 0x0029
, kGraphicsImportGetProgressProcSelect = 0x002A
, kGraphicsImportGetImageCountSelect = 0x002B
, kGraphicsImportSetImageIndexSelect = 0x002C
,
kGraphicsImportGetImageIndexSelect = 0x002D
, kGraphicsImportGetDataOffsetAndSize64Select = 0x002E
, kGraphicsImportReadData64Select = 0x002F
, kGraphicsImportSetDataReferenceOffsetAndLimit64Select = 0x0030
,
kGraphicsImportGetDataReferenceOffsetAndLimit64Select = 0x0031
, kGraphicsImportGetDefaultMatrixSelect = 0x0032
, kGraphicsImportGetDefaultClipSelect = 0x0033
, kGraphicsImportGetDefaultGraphicsModeSelect = 0x0034
,
kGraphicsImportGetDefaultSourceRectSelect = 0x0035
, kGraphicsImportGetColorSyncProfileSelect = 0x0036
, kGraphicsImportSetDestRectSelect = 0x0037
, kGraphicsImportGetDestRectSelect = 0x0038
,
kGraphicsImportSetFlagsSelect = 0x0039
, kGraphicsImportGetFlagsSelect = 0x003A
, kGraphicsImportGetBaseDataOffsetAndSize64Select = 0x003D
, kGraphicsExportDoExportSelect = 0x0001
,
kGraphicsExportCanTranscodeSelect = 0x0002
, kGraphicsExportDoTranscodeSelect = 0x0003
, kGraphicsExportCanUseCompressorSelect = 0x0004
, kGraphicsExportDoUseCompressorSelect = 0x0005
,
kGraphicsExportDoStandaloneExportSelect = 0x0006
, kGraphicsExportGetDefaultFileTypeAndCreatorSelect = 0x0007
, kGraphicsExportGetDefaultFileNameExtensionSelect = 0x0008
, kGraphicsExportGetMIMETypeListSelect = 0x0009
,
kGraphicsExportRequestSettingsSelect = 0x000B
, kGraphicsExportSetSettingsFromAtomContainerSelect = 0x000C
, kGraphicsExportGetSettingsAsAtomContainerSelect = 0x000D
, kGraphicsExportGetSettingsAsTextSelect = 0x000E
,
kGraphicsExportSetDontRecompressSelect = 0x000F
, kGraphicsExportGetDontRecompressSelect = 0x0010
, kGraphicsExportSetInterlaceStyleSelect = 0x0011
, kGraphicsExportGetInterlaceStyleSelect = 0x0012
,
kGraphicsExportSetMetaDataSelect = 0x0013
, kGraphicsExportGetMetaDataSelect = 0x0014
, kGraphicsExportSetTargetDataSizeSelect = 0x0015
, kGraphicsExportGetTargetDataSizeSelect = 0x0016
,
kGraphicsExportSetCompressionMethodSelect = 0x0017
, kGraphicsExportGetCompressionMethodSelect = 0x0018
, kGraphicsExportSetCompressionQualitySelect = 0x0019
, kGraphicsExportGetCompressionQualitySelect = 0x001A
,
kGraphicsExportSetResolutionSelect = 0x001B
, kGraphicsExportGetResolutionSelect = 0x001C
, kGraphicsExportSetDepthSelect = 0x001D
, kGraphicsExportGetDepthSelect = 0x001E
,
kGraphicsExportSetColorSyncProfileSelect = 0x0021
, kGraphicsExportGetColorSyncProfileSelect = 0x0022
, kGraphicsExportSetProgressProcSelect = 0x0023
, kGraphicsExportGetProgressProcSelect = 0x0024
,
kGraphicsExportSetInputDataReferenceSelect = 0x0025
, kGraphicsExportGetInputDataReferenceSelect = 0x0026
, kGraphicsExportSetInputFileSelect = 0x0027
, kGraphicsExportGetInputFileSelect = 0x0028
,
kGraphicsExportSetInputHandleSelect = 0x0029
, kGraphicsExportGetInputHandleSelect = 0x002A
, kGraphicsExportSetInputPtrSelect = 0x002B
, kGraphicsExportGetInputPtrSelect = 0x002C
,
kGraphicsExportSetInputGraphicsImporterSelect = 0x002D
, kGraphicsExportGetInputGraphicsImporterSelect = 0x002E
, kGraphicsExportSetInputPictureSelect = 0x002F
, kGraphicsExportGetInputPictureSelect = 0x0030
,
kGraphicsExportSetInputGWorldSelect = 0x0031
, kGraphicsExportGetInputGWorldSelect = 0x0032
, kGraphicsExportSetInputPixmapSelect = 0x0033
, kGraphicsExportGetInputPixmapSelect = 0x0034
,
kGraphicsExportSetInputOffsetAndLimitSelect = 0x0035
, kGraphicsExportGetInputOffsetAndLimitSelect = 0x0036
, kGraphicsExportMayExporterReadInputDataSelect = 0x0037
, kGraphicsExportGetInputDataSizeSelect = 0x0038
,
kGraphicsExportReadInputDataSelect = 0x0039
, kGraphicsExportGetInputImageDescriptionSelect = 0x003A
, kGraphicsExportGetInputImageDimensionsSelect = 0x003B
, kGraphicsExportGetInputImageDepthSelect = 0x003C
,
kGraphicsExportDrawInputImageSelect = 0x003D
, kGraphicsExportSetOutputDataReferenceSelect = 0x003E
, kGraphicsExportGetOutputDataReferenceSelect = 0x003F
, kGraphicsExportSetOutputFileSelect = 0x0040
,
kGraphicsExportGetOutputFileSelect = 0x0041
, kGraphicsExportSetOutputHandleSelect = 0x0042
, kGraphicsExportGetOutputHandleSelect = 0x0043
, kGraphicsExportSetOutputOffsetAndMaxSizeSelect = 0x0044
,
kGraphicsExportGetOutputOffsetAndMaxSizeSelect = 0x0045
, kGraphicsExportSetOutputFileTypeAndCreatorSelect = 0x0046
, kGraphicsExportGetOutputFileTypeAndCreatorSelect = 0x0047
, kGraphicsExportWriteOutputDataSelect = 0x0048
,
kGraphicsExportSetOutputMarkSelect = 0x0049
, kGraphicsExportGetOutputMarkSelect = 0x004A
, kGraphicsExportReadOutputDataSelect = 0x004B
, kGraphicsExportSetThumbnailEnabledSelect = 0x004C
,
kGraphicsExportGetThumbnailEnabledSelect = 0x004D
, kGraphicsExportSetExifEnabledSelect = 0x004E
, kGraphicsExportGetExifEnabledSelect = 0x004F
, kImageTranscoderBeginSequenceSelect = 0x0001
,
kImageTranscoderConvertSelect = 0x0002
, kImageTranscoderDisposeDataSelect = 0x0003
, kImageTranscoderEndSequenceSelect = 0x0004
} |
| |
|
|
typedef | CALLBACK_API (OSErr, ICMDataProcPtr)(Ptr *dataP |
| |
|
typedef | CALLBACK_API (OSErr, ICMFlushProcPtr)(Ptr data |
| |
|
typedef | CALLBACK_API (void, ICMCompletionProcPtr)(OSErr result |
| |
|
typedef | CALLBACK_API (OSErr, ICMProgressProcPtr)(short message |
| |
|
typedef | CALLBACK_API (void, StdPixProcPtr)(PixMap *src |
| |
|
typedef | CALLBACK_API (void, QDPixProcPtr)(PixMap *src |
| |
|
typedef | CALLBACK_API (void, ICMAlignmentProcPtr)(Rect *rp |
| |
|
typedef | CALLBACK_API (void, ICMCursorShieldedProcPtr)(const Rect *r |
| |
|
typedef | CALLBACK_API (void, ICMMemoryDisposedProcPtr)(Ptr memoryBlock |
| |
|
typedef | CALLBACK_API (OSErr, ICMConvertDataFormatProcPtr)(void *refCon |
| |
|
typedef | STACK_UPP_TYPE (ICMDataProcPtr) ICMDataUPP |
| |
|
typedef | STACK_UPP_TYPE (ICMFlushProcPtr) ICMFlushUPP |
| |
|
typedef | STACK_UPP_TYPE (ICMCompletionProcPtr) ICMCompletionUPP |
| |
|
typedef | STACK_UPP_TYPE (ICMProgressProcPtr) ICMProgressUPP |
| |
|
typedef | STACK_UPP_TYPE (StdPixProcPtr) StdPixUPP |
| |
|
typedef | STACK_UPP_TYPE (QDPixProcPtr) QDPixUPP |
| |
|
typedef | STACK_UPP_TYPE (ICMAlignmentProcPtr) ICMAlignmentUPP |
| |
|
typedef | STACK_UPP_TYPE (ICMCursorShieldedProcPtr) ICMCursorShieldedUPP |
| |
|
typedef | STACK_UPP_TYPE (ICMMemoryDisposedProcPtr) ICMMemoryDisposedUPP |
| |
|
typedef | STACK_UPP_TYPE (ICMConvertDataFormatProcPtr) ICMConvertDataFormatUPP |
| |
| ICMDataUPP | NewICMDataUPP (ICMDataProcPtr userRoutine) |
| |
| ICMFlushUPP | NewICMFlushUPP (ICMFlushProcPtr userRoutine) |
| |
| ICMCompletionUPP | NewICMCompletionUPP (ICMCompletionProcPtr userRoutine) |
| |
| ICMProgressUPP | NewICMProgressUPP (ICMProgressProcPtr userRoutine) |
| |
| StdPixUPP | NewStdPixUPP (StdPixProcPtr userRoutine) |
| |
| QDPixUPP | NewQDPixUPP (QDPixProcPtr userRoutine) |
| |
| ICMAlignmentUPP | NewICMAlignmentUPP (ICMAlignmentProcPtr userRoutine) |
| |
| ICMCursorShieldedUPP | NewICMCursorShieldedUPP (ICMCursorShieldedProcPtr userRoutine) |
| |
| ICMMemoryDisposedUPP | NewICMMemoryDisposedUPP (ICMMemoryDisposedProcPtr userRoutine) |
| |
| ICMConvertDataFormatUPP | NewICMConvertDataFormatUPP (ICMConvertDataFormatProcPtr userRoutine) |
| |
| void | DisposeICMDataUPP (ICMDataUPP userUPP) |
| |
| void | DisposeICMFlushUPP (ICMFlushUPP userUPP) |
| |
| void | DisposeICMCompletionUPP (ICMCompletionUPP userUPP) |
| |
| void | DisposeICMProgressUPP (ICMProgressUPP userUPP) |
| |
| void | DisposeStdPixUPP (StdPixUPP userUPP) |
| |
| void | DisposeQDPixUPP (QDPixUPP userUPP) |
| |
| void | DisposeICMAlignmentUPP (ICMAlignmentUPP userUPP) |
| |
| void | DisposeICMCursorShieldedUPP (ICMCursorShieldedUPP userUPP) |
| |
| void | DisposeICMMemoryDisposedUPP (ICMMemoryDisposedUPP userUPP) |
| |
| void | DisposeICMConvertDataFormatUPP (ICMConvertDataFormatUPP userUPP) |
| |
| OSErr | InvokeICMDataUPP (Ptr *dataP, long bytesNeeded, long refcon, ICMDataUPP userUPP) |
| |
| OSErr | InvokeICMFlushUPP (Ptr data, long bytesAdded, long refcon, ICMFlushUPP userUPP) |
| |
| void | InvokeICMCompletionUPP (OSErr result, short flags, long refcon, ICMCompletionUPP userUPP) |
| |
| OSErr | InvokeICMProgressUPP (short message, Fixed completeness, long refcon, ICMProgressUPP userUPP) |
| |
| void | InvokeStdPixUPP (PixMap *src, Rect *srcRect, MatrixRecord *matrix, short mode, RgnHandle mask, PixMap *matte, Rect *matteRect, short flags, StdPixUPP userUPP) |
| |
| void | InvokeQDPixUPP (PixMap *src, Rect *srcRect, MatrixRecord *matrix, short mode, RgnHandle mask, PixMap *matte, Rect *matteRect, short flags, QDPixUPP userUPP) |
| |
| void | InvokeICMAlignmentUPP (Rect *rp, long refcon, ICMAlignmentUPP userUPP) |
| |
| void | InvokeICMCursorShieldedUPP (const Rect *r, void *refcon, long flags, ICMCursorShieldedUPP userUPP) |
| |
| void | InvokeICMMemoryDisposedUPP (Ptr memoryBlock, void *refcon, ICMMemoryDisposedUPP userUPP) |
| |
| OSErr | InvokeICMConvertDataFormatUPP (void *refCon, long flags, Handle desiredFormat, Handle sourceDataFormat, void *srcData, long srcDataSize, void **dstData, long *dstDataSize, ICMConvertDataFormatUPP userUPP) |
| |
| OSErr | CodecManagerVersion (long *version) |
| |
| OSErr | GetCodecNameList (CodecNameSpecListPtr *list, short showAll) |
| |
| OSErr | DisposeCodecNameList (CodecNameSpecListPtr list) |
| |
| OSErr | GetCodecInfo (CodecInfo *info, CodecType cType, CodecComponent codec) |
| |
| OSErr | GetMaxCompressionSize (PixMapHandle src, const Rect *srcRect, short colorDepth, CodecQ quality, CodecType cType, CompressorComponent codec, long *size) |
| |
| OSErr | GetCSequenceMaxCompressionSize (ImageSequence seqID, PixMapHandle src, long *size) |
| |
| OSErr | GetCompressionTime (PixMapHandle src, const Rect *srcRect, short colorDepth, CodecType cType, CompressorComponent codec, CodecQ *spatialQuality, CodecQ *temporalQuality, unsigned long *compressTime) |
| |
| OSErr | CompressImage (PixMapHandle src, const Rect *srcRect, CodecQ quality, CodecType cType, ImageDescriptionHandle desc, Ptr data) |
| |
| OSErr | FCompressImage (PixMapHandle src, const Rect *srcRect, short colorDepth, CodecQ quality, CodecType cType, CompressorComponent codec, CTabHandle ctable, CodecFlags flags, long bufferSize, ICMFlushProcRecordPtr flushProc, ICMProgressProcRecordPtr progressProc, ImageDescriptionHandle desc, Ptr data) |
| |
| OSErr | DecompressImage (Ptr data, ImageDescriptionHandle desc, PixMapHandle dst, const Rect *srcRect, const Rect *dstRect, short mode, RgnHandle mask) |
| |
| OSErr | FDecompressImage (Ptr data, ImageDescriptionHandle desc, PixMapHandle dst, const Rect *srcRect, MatrixRecordPtr matrix, short mode, RgnHandle mask, PixMapHandle matte, const Rect *matteRect, CodecQ accuracy, DecompressorComponent codec, long bufferSize, ICMDataProcRecordPtr dataProc, ICMProgressProcRecordPtr progressProc) |
| |
| OSErr | CompressSequenceBegin (ImageSequence *seqID, PixMapHandle src, PixMapHandle prev, const Rect *srcRect, const Rect *prevRect, short colorDepth, CodecType cType, CompressorComponent codec, CodecQ spatialQuality, CodecQ temporalQuality, long keyFrameRate, CTabHandle ctable, CodecFlags flags, ImageDescriptionHandle desc) |
| |
| OSErr | CompressSequenceFrame (ImageSequence seqID, PixMapHandle src, const Rect *srcRect, CodecFlags flags, Ptr data, long *dataSize, UInt8 *similarity, ICMCompletionProcRecordPtr asyncCompletionProc) |
| |
| OSErr | DecompressSequenceBegin (ImageSequence *seqID, ImageDescriptionHandle desc, CGrafPtr port, GDHandle gdh, const Rect *srcRect, MatrixRecordPtr matrix, short mode, RgnHandle mask, CodecFlags flags, CodecQ accuracy, DecompressorComponent codec) |
| |
| OSErr | DecompressSequenceBeginS (ImageSequence *seqID, ImageDescriptionHandle desc, Ptr data, long dataSize, CGrafPtr port, GDHandle gdh, const Rect *srcRect, MatrixRecordPtr matrix, short mode, RgnHandle mask, CodecFlags flags, CodecQ accuracy, DecompressorComponent codec) |
| |
| OSErr | DecompressSequenceFrame (ImageSequence seqID, Ptr data, CodecFlags inFlags, CodecFlags *outFlags, ICMCompletionProcRecordPtr asyncCompletionProc) |
| |
| OSErr | DecompressSequenceFrameS (ImageSequence seqID, Ptr data, long dataSize, CodecFlags inFlags, CodecFlags *outFlags, ICMCompletionProcRecordPtr asyncCompletionProc) |
| |
| OSErr | DecompressSequenceFrameWhen (ImageSequence seqID, Ptr data, long dataSize, CodecFlags inFlags, CodecFlags *outFlags, ICMCompletionProcRecordPtr asyncCompletionProc, const ICMFrameTimeRecord *frameTime) |
| |
| OSErr | CDSequenceFlush (ImageSequence seqID) |
| |
| OSErr | SetDSequenceMatrix (ImageSequence seqID, MatrixRecordPtr matrix) |
| |
| OSErr | GetDSequenceMatrix (ImageSequence seqID, MatrixRecordPtr matrix) |
| |
| OSErr | SetDSequenceMatte (ImageSequence seqID, PixMapHandle matte, const Rect *matteRect) |
| |
| OSErr | SetDSequenceMask (ImageSequence seqID, RgnHandle mask) |
| |
| OSErr | SetDSequenceTransferMode (ImageSequence seqID, short mode, const RGBColor *opColor) |
| |
| OSErr | SetDSequenceDataProc (ImageSequence seqID, ICMDataProcRecordPtr dataProc, long bufferSize) |
| |
| OSErr | SetDSequenceAccuracy (ImageSequence seqID, CodecQ accuracy) |
| |
| OSErr | SetDSequenceSrcRect (ImageSequence seqID, const Rect *srcRect) |
| |
| OSErr | SetDSequenceFlags (ImageSequence seqID, long flags, long flagsMask) |
| |
| OSErr | ICMSequenceGetInfo (ImageSequence seqID, OSType which, void *data) |
| |
| OSErr | ICMSequenceSetInfo (ImageSequence seqID, OSType which, void *data, Size dataSize) |
| |
| OSErr | GetDSequenceImageBuffer (ImageSequence seqID, GWorldPtr *gworld) |
| |
| OSErr | GetDSequenceScreenBuffer (ImageSequence seqID, GWorldPtr *gworld) |
| |
| OSErr | SetCSequenceQuality (ImageSequence seqID, CodecQ spatialQuality, CodecQ temporalQuality) |
| |
| OSErr | SetCSequencePrev (ImageSequence seqID, PixMapHandle prev, const Rect *prevRect) |
| |
| OSErr | SetCSequenceFlushProc (ImageSequence seqID, ICMFlushProcRecordPtr flushProc, long bufferSize) |
| |
| OSErr | SetCSequenceKeyFrameRate (ImageSequence seqID, long keyFrameRate) |
| |
| OSErr | GetCSequenceKeyFrameRate (ImageSequence seqID, long *keyFrameRate) |
| |
| OSErr | GetCSequencePrevBuffer (ImageSequence seqID, GWorldPtr *gworld) |
| |
| OSErr | CDSequenceBusy (ImageSequence seqID) |
| |
| OSErr | CDSequenceEnd (ImageSequence seqID) |
| |
| OSErr | CDSequenceEquivalentImageDescription (ImageSequence seqID, ImageDescriptionHandle newDesc, Boolean *equivalent) |
| |
| OSErr | CDSequenceEquivalentImageDescriptionS (ImageSequence seqID, ImageDescriptionHandle newDesc, Boolean *equivalent, Boolean *canSwitch) |
| |
| OSErr | ReplaceDSequenceImageDescription (ImageSequence seqID, ImageDescriptionHandle newDesc) |
| |
| OSErr | GetCompressedImageSize (ImageDescriptionHandle desc, Ptr data, long bufferSize, ICMDataProcRecordPtr dataProc, long *dataSize) |
| |
| OSErr | GetSimilarity (PixMapHandle src, const Rect *srcRect, ImageDescriptionHandle desc, Ptr data, Fixed *similarity) |
| |
| OSErr | GetImageDescriptionCTable (ImageDescriptionHandle desc, CTabHandle *ctable) |
| |
| OSErr | SetImageDescriptionCTable (ImageDescriptionHandle desc, CTabHandle ctable) |
| |
| OSErr | GetImageDescriptionExtension (ImageDescriptionHandle desc, Handle *extension, long idType, long index) |
| |
| OSErr | AddImageDescriptionExtension (ImageDescriptionHandle desc, Handle extension, long idType) |
| |
| OSErr | RemoveImageDescriptionExtension (ImageDescriptionHandle desc, long idType, long index) |
| |
| OSErr | CountImageDescriptionExtensionType (ImageDescriptionHandle desc, long idType, long *count) |
| |
| OSErr | GetNextImageDescriptionExtensionType (ImageDescriptionHandle desc, long *idType) |
| |
| OSErr | FindCodec (CodecType cType, CodecComponent specCodec, CompressorComponent *compressor, DecompressorComponent *decompressor) |
| |
| OSErr | CompressPicture (PicHandle srcPicture, PicHandle dstPicture, CodecQ quality, CodecType cType) |
| |
| OSErr | FCompressPicture (PicHandle srcPicture, PicHandle dstPicture, short colorDepth, CTabHandle ctable, CodecQ quality, short doDither, short compressAgain, ICMProgressProcRecordPtr progressProc, CodecType cType, CompressorComponent codec) |
| |
| OSErr | CompressPictureFile (short srcRefNum, short dstRefNum, CodecQ quality, CodecType cType) |
| |
| OSErr | FCompressPictureFile (short srcRefNum, short dstRefNum, short colorDepth, CTabHandle ctable, CodecQ quality, short doDither, short compressAgain, ICMProgressProcRecordPtr progressProc, CodecType cType, CompressorComponent codec) |
| |
| OSErr | GetPictureFileHeader (short refNum, Rect *frame, OpenCPicParams *header) |
| |
| OSErr | DrawPictureFile (short refNum, const Rect *frame, ICMProgressProcRecordPtr progressProc) |
| |
| OSErr | DrawTrimmedPicture (PicHandle srcPicture, const Rect *frame, RgnHandle trimMask, short doDither, ICMProgressProcRecordPtr progressProc) |
| |
| OSErr | DrawTrimmedPictureFile (short srcRefnum, const Rect *frame, RgnHandle trimMask, short doDither, ICMProgressProcRecordPtr progressProc) |
| |
| OSErr | MakeThumbnailFromPicture (PicHandle picture, short colorDepth, PicHandle thumbnail, ICMProgressProcRecordPtr progressProc) |
| |
| OSErr | MakeThumbnailFromPictureFile (short refNum, short colorDepth, PicHandle thumbnail, ICMProgressProcRecordPtr progressProc) |
| |
| OSErr | MakeThumbnailFromPixMap (PixMapHandle src, const Rect *srcRect, short colorDepth, PicHandle thumbnail, ICMProgressProcRecordPtr progressProc) |
| |
| OSErr | TrimImage (ImageDescriptionHandle desc, Ptr inData, long inBufferSize, ICMDataProcRecordPtr dataProc, Ptr outData, long outBufferSize, ICMFlushProcRecordPtr flushProc, Rect *trimRect, ICMProgressProcRecordPtr progressProc) |
| |
| OSErr | ConvertImage (ImageDescriptionHandle srcDD, Ptr srcData, short colorDepth, CTabHandle ctable, CodecQ accuracy, CodecQ quality, CodecType cType, CodecComponent codec, ImageDescriptionHandle dstDD, Ptr dstData) |
| |
| OSErr | GetCompressedPixMapInfo (PixMapPtr pix, ImageDescriptionHandle *desc, Ptr *data, long *bufferSize, ICMDataProcRecord *dataProc, ICMProgressProcRecord *progressProc) |
| |
| OSErr | SetCompressedPixMapInfo (PixMapPtr pix, ImageDescriptionHandle desc, Ptr data, long bufferSize, ICMDataProcRecordPtr dataProc, ICMProgressProcRecordPtr progressProc) |
| |
| void | StdPix (PixMapPtr src, const Rect *srcRect, MatrixRecordPtr matrix, short mode, RgnHandle mask, PixMapPtr matte, const Rect *matteRect, short flags) |
| |
| OSErr | TransformRgn (MatrixRecordPtr matrix, RgnHandle rgn) |
| |
| void | SFGetFilePreview (Point where, ConstStr255Param prompt, FileFilterUPP fileFilter, short numTypes, ConstSFTypeListPtr typeList, DlgHookUPP dlgHook, SFReply *reply) |
| |
| void | SFPGetFilePreview (Point where, ConstStr255Param prompt, FileFilterUPP fileFilter, short numTypes, ConstSFTypeListPtr typeList, DlgHookUPP dlgHook, SFReply *reply, short dlgID, ModalFilterUPP filterProc) |
| |
| void | StandardGetFilePreview (FileFilterUPP fileFilter, short numTypes, ConstSFTypeListPtr typeList, StandardFileReply *reply) |
| |
| void | CustomGetFilePreview (FileFilterYDUPP fileFilter, short numTypes, ConstSFTypeListPtr typeList, StandardFileReply *reply, short dlgID, Point where, DlgHookYDUPP dlgHook, ModalFilterYDUPP filterProc, ActivationOrderListPtr activeList, ActivateYDUPP activateProc, void *yourDataPtr) |
| |
| OSErr | MakeFilePreview (short resRefNum, ICMProgressProcRecordPtr progress) |
| |
| OSErr | AddFilePreview (short resRefNum, OSType previewType, Handle previewData) |
| |
| void | AlignScreenRect (Rect *rp, ICMAlignmentProcRecordPtr alignmentProc) |
| |
| void | AlignWindow (WindowRef wp, Boolean front, const Rect *alignmentRect, ICMAlignmentProcRecordPtr alignmentProc) |
| |
| void | DragAlignedWindow (WindowRef wp, Point startPt, Rect *boundsRect, Rect *alignmentRect, ICMAlignmentProcRecordPtr alignmentProc) |
| |
| long | DragAlignedGrayRgn (RgnHandle theRgn, Point startPt, Rect *boundsRect, Rect *slopRect, short axis, UniversalProcPtr actionProc, Rect *alignmentRect, ICMAlignmentProcRecordPtr alignmentProc) |
| |
| OSErr | SetCSequenceDataRateParams (ImageSequence seqID, DataRateParamsPtr params) |
| |
| OSErr | SetCSequenceFrameNumber (ImageSequence seqID, long frameNumber) |
| |
| OSErr | SetCSequencePreferredPacketSize (ImageSequence seqID, long preferredPacketSizeInBytes) |
| |
| OSErr | NewImageGWorld (GWorldPtr *gworld, ImageDescriptionHandle idh, GWorldFlags flags) |
| |
| OSErr | GetCSequenceDataRateParams (ImageSequence seqID, DataRateParamsPtr params) |
| |
| OSErr | GetCSequenceFrameNumber (ImageSequence seqID, long *frameNumber) |
| |
| OSErr | GetBestDeviceRect (GDHandle *gdh, Rect *rp) |
| |
| OSErr | SetSequenceProgressProc (ImageSequence seqID, ICMProgressProcRecord *progressProc) |
| |
| OSErr | GDHasScale (GDHandle gdh, short depth, Fixed *scale) |
| |
| OSErr | GDGetScale (GDHandle gdh, Fixed *scale, short *flags) |
| |
| OSErr | GDSetScale (GDHandle gdh, Fixed scale, short flags) |
| |
| OSErr | ICMShieldSequenceCursor (ImageSequence seqID) |
| |
| void | ICMDecompressComplete (ImageSequence seqID, OSErr err, short flag, ICMCompletionProcRecordPtr completionRtn) |
| |
| OSErr | ICMDecompressCompleteS (ImageSequence seqID, OSErr err, short flag, ICMCompletionProcRecordPtr completionRtn) |
| |
| OSErr | ICMSequenceLockBits (ImageSequence seqID, PixMapPtr dst, long flags) |
| |
| OSErr | ICMSequenceUnlockBits (ImageSequence seqID, long flags) |
| |
| OSErr | ICMGetPixelFormatInfo (OSType PixelFormat, ICMPixelFormatInfoPtr theInfo) |
| |
| OSErr | ICMSetPixelFormatInfo (OSType PixelFormat, ICMPixelFormatInfoPtr theInfo) |
| |
| OSErr | ICMSequenceGetChainMember (ImageSequence seqID, ImageSequence *retSeqID, long flags) |
| |
| OSErr | SetDSequenceTimeCode (ImageSequence seqID, void *timeCodeFormat, void *timeCodeTime) |
| |
| OSErr | CDSequenceNewMemory (ImageSequence seqID, Ptr *data, Size dataSize, long dataUse, ICMMemoryDisposedUPP memoryGoneProc, void *refCon) |
| |
| OSErr | CDSequenceDisposeMemory (ImageSequence seqID, Ptr data) |
| |
| OSErr | CDSequenceNewDataSource (ImageSequence seqID, ImageSequenceDataSource *sourceID, OSType sourceType, long sourceInputNumber, Handle dataDescription, ICMConvertDataFormatUPP transferProc, void *refCon) |
| |
| OSErr | CDSequenceDisposeDataSource (ImageSequenceDataSource sourceID) |
| |
| OSErr | CDSequenceSetSourceData (ImageSequenceDataSource sourceID, void *data, long dataSize) |
| |
| OSErr | CDSequenceChangedSourceData (ImageSequenceDataSource sourceID) |
| |
| OSErr | CDSequenceSetSourceDataQueue (ImageSequenceDataSource sourceID, QHdrPtr dataQueue) |
| |
| OSErr | CDSequenceGetDataSource (ImageSequence seqID, ImageSequenceDataSource *sourceID, OSType sourceType, long sourceInputNumber) |
| |
| OSErr | PtInDSequenceData (ImageSequence seqID, void *data, Size dataSize, Point where, Boolean *hit) |
| |
| OSErr | HitTestDSequenceData (ImageSequence seqID, void *data, Size dataSize, Point where, long *hit, long hitFlags) |
| |
| OSErr | GetGraphicsImporterForFile (const FSSpec *theFile, ComponentInstance *gi) |
| |
| OSErr | GetGraphicsImporterForDataRef (Handle dataRef, OSType dataRefType, ComponentInstance *gi) |
| |
| OSErr | GetGraphicsImporterForFileWithFlags (const FSSpec *theFile, ComponentInstance *gi, long flags) |
| |
| OSErr | GetGraphicsImporterForDataRefWithFlags (Handle dataRef, OSType dataRefType, ComponentInstance *gi, long flags) |
| |
| OSErr | QTGetFileNameExtension (ConstStrFileNameParam fileName, OSType fileType, OSType *extension) |
| |
| OSErr | ImageTranscodeSequenceBegin (ImageTranscodeSequence *its, ImageDescriptionHandle srcDesc, OSType destType, ImageDescriptionHandle *dstDesc, void *data, long dataSize) |
| |
| OSErr | ImageTranscodeSequenceEnd (ImageTranscodeSequence its) |
| |
| OSErr | ImageTranscodeFrame (ImageTranscodeSequence its, void *srcData, long srcDataSize, void **dstData, long *dstDataSize) |
| |
| OSErr | ImageTranscodeDisposeFrameData (ImageTranscodeSequence its, void *dstData) |
| |
| OSErr | CDSequenceInvalidate (ImageSequence seqID, RgnHandle invalRgn) |
| |
| OSErr | CDSequenceSetTimeBase (ImageSequence seqID, void *base) |
| |
| OSErr | ImageFieldSequenceBegin (ImageFieldSequence *ifs, ImageDescriptionHandle desc1, ImageDescriptionHandle desc2, ImageDescriptionHandle descOut) |
| |
| OSErr | ImageFieldSequenceExtractCombine (ImageFieldSequence ifs, long fieldFlags, void *data1, long dataSize1, void *data2, long dataSize2, void *outputData, long *outDataSize) |
| |
| OSErr | ImageFieldSequenceEnd (ImageFieldSequence ifs) |
| |
| OSErr | QTNewGWorld (GWorldPtr *offscreenGWorld, OSType PixelFormat, const Rect *boundsRect, CTabHandle cTable, GDHandle aGDevice, GWorldFlags flags) |
| |
| OSErr | QTNewGWorldFromPtr (GWorldPtr *gw, OSType pixelFormat, const Rect *boundsRect, CTabHandle cTable, GDHandle aGDevice, GWorldFlags flags, void *baseAddr, long rowBytes) |
| |
| GWorldFlags | QTUpdateGWorld (GWorldPtr *offscreenGWorld, OSType PixelFormat, const Rect *boundsRect, CTabHandle cTable, GDHandle aGDevice, GWorldFlags flags) |
| |
| OSErr | MakeImageDescriptionForPixMap (PixMapHandle pixmap, ImageDescriptionHandle *idh) |
| |
| OSErr | MakeImageDescriptionForEffect (OSType effectType, ImageDescriptionHandle *idh) |
| |
| short | QTGetPixelSize (OSType PixelFormat) |
| |
| long | QTGetPixMapPtrRowBytes (PixMapPtr pm) |
| |
| long | QTGetPixMapHandleRowBytes (PixMapHandle pm) |
| |
| OSErr | QTSetPixMapPtrRowBytes (PixMapPtr pm, long rowBytes) |
| |
| OSErr | QTSetPixMapHandleRowBytes (PixMapHandle pm, long rowBytes) |
| |
| Fixed | QTGetPixMapPtrGammaLevel (PixMapPtr pm) |
| |
| OSErr | QTSetPixMapPtrGammaLevel (PixMapPtr pm, Fixed gammaLevel) |
| |
| Fixed | QTGetPixMapHandleGammaLevel (PixMapHandle pm) |
| |
| OSErr | QTSetPixMapHandleGammaLevel (PixMapHandle pm, Fixed gammaLevel) |
| |
| Fixed | QTGetPixMapPtrRequestedGammaLevel (PixMapPtr pm) |
| |
| OSErr | QTSetPixMapPtrRequestedGammaLevel (PixMapPtr pm, Fixed requestedGammaLevel) |
| |
| Fixed | QTGetPixMapHandleRequestedGammaLevel (PixMapHandle pm) |
| |
| OSErr | QTSetPixMapHandleRequestedGammaLevel (PixMapHandle pm, Fixed requestedGammaLevel) |
| |
| OSErr | QuadToQuadMatrix (const Fixed *source, const Fixed *dest, MatrixRecord *map) |
| |
| short | GetMatrixType (const MatrixRecord *m) |
| |
| void | CopyMatrix (const MatrixRecord *m1, MatrixRecord *m2) |
| |
| Boolean | EqualMatrix (const MatrixRecord *m1, const MatrixRecord *m2) |
| |
| void | SetIdentityMatrix (MatrixRecord *matrix) |
| |
| void | TranslateMatrix (MatrixRecord *m, Fixed deltaH, Fixed deltaV) |
| |
| void | RotateMatrix (MatrixRecord *m, Fixed degrees, Fixed aboutX, Fixed aboutY) |
| |
| void | ScaleMatrix (MatrixRecord *m, Fixed scaleX, Fixed scaleY, Fixed aboutX, Fixed aboutY) |
| |
| void | SkewMatrix (MatrixRecord *m, Fixed skewX, Fixed skewY, Fixed aboutX, Fixed aboutY) |
| |
| OSErr | TransformFixedPoints (const MatrixRecord *m, FixedPoint *fpt, long count) |
| |
| OSErr | TransformPoints (const MatrixRecord *mp, Point *pt1, long count) |
| |
| Boolean | TransformFixedRect (const MatrixRecord *m, FixedRect *fr, FixedPoint *fpp) |
| |
| Boolean | TransformRect (const MatrixRecord *m, Rect *r, FixedPoint *fpp) |
| |
| Boolean | InverseMatrix (const MatrixRecord *m, MatrixRecord *im) |
| |
| void | ConcatMatrix (const MatrixRecord *a, MatrixRecord *b) |
| |
| void | RectMatrix (MatrixRecord *matrix, const Rect *srcRect, const Rect *dstRect) |
| |
| void | MapMatrix (MatrixRecord *matrix, const Rect *fromRect, const Rect *toRect) |
| |
| void | CompAdd (wide *src, wide *dst) |
| |
| void | CompSub (wide *src, wide *dst) |
| |
| void | CompNeg (wide *dst) |
| |
| void | CompShift (wide *src, short shift) |
| |
| void | CompMul (long src1, long src2, wide *dst) |
| |
| long | CompDiv (wide *numerator, long denominator, long *remainder) |
| |
| void | CompFixMul (wide *compSrc, Fixed fixSrc, wide *compDst) |
| |
| void | CompMulDiv (wide *co, long mul, long divisor) |
| |
| void | CompMulDivTrunc (wide *co, long mul, long divisor, long *remainder) |
| |
| long | CompCompare (const wide *a, const wide *minusb) |
| |
| unsigned long | CompSquareRoot (const wide *src) |
| |
| Fixed | FixMulDiv (Fixed src, Fixed mul, Fixed divisor) |
| |
| Fixed | UnsignedFixMulDiv (Fixed src, Fixed mul, Fixed divisor) |
| |
| Fract | FracSinCos (Fixed degree, Fract *cosOut) |
| |
| Fixed | FixExp2 (Fixed src) |
| |
| Fixed | FixLog2 (Fixed src) |
| |
| Fixed | FixPow (Fixed base, Fixed exp) |
| |
| ComponentResult | GraphicsImportSetDataReference (GraphicsImportComponent ci, Handle dataRef, OSType dataReType) |
| |
| ComponentResult | GraphicsImportGetDataReference (GraphicsImportComponent ci, Handle *dataRef, OSType *dataReType) |
| |
| ComponentResult | GraphicsImportSetDataFile (GraphicsImportComponent ci, const FSSpec *theFile) |
| |
| ComponentResult | GraphicsImportGetDataFile (GraphicsImportComponent ci, FSSpec *theFile) |
| |
| ComponentResult | GraphicsImportSetDataHandle (GraphicsImportComponent ci, Handle h) |
| |
| ComponentResult | GraphicsImportGetDataHandle (GraphicsImportComponent ci, Handle *h) |
| |
| ComponentResult | GraphicsImportGetImageDescription (GraphicsImportComponent ci, ImageDescriptionHandle *desc) |
| |
| ComponentResult | GraphicsImportGetDataOffsetAndSize (GraphicsImportComponent ci, unsigned long *offset, unsigned long *size) |
| |
| ComponentResult | GraphicsImportReadData (GraphicsImportComponent ci, void *dataPtr, unsigned long dataOffset, unsigned long dataSize) |
| |
| ComponentResult | GraphicsImportSetClip (GraphicsImportComponent ci, RgnHandle clipRgn) |
| |
| ComponentResult | GraphicsImportGetClip (GraphicsImportComponent ci, RgnHandle *clipRgn) |
| |
| ComponentResult | GraphicsImportSetSourceRect (GraphicsImportComponent ci, const Rect *sourceRect) |
| |
| ComponentResult | GraphicsImportGetSourceRect (GraphicsImportComponent ci, Rect *sourceRect) |
| |
| ComponentResult | GraphicsImportGetNaturalBounds (GraphicsImportComponent ci, Rect *naturalBounds) |
| |
| ComponentResult | GraphicsImportDraw (GraphicsImportComponent ci) |
| |
| ComponentResult | GraphicsImportSetGWorld (GraphicsImportComponent ci, CGrafPtr port, GDHandle gd) |
| |
| ComponentResult | GraphicsImportGetGWorld (GraphicsImportComponent ci, CGrafPtr *port, GDHandle *gd) |
| |
| ComponentResult | GraphicsImportSetMatrix (GraphicsImportComponent ci, const MatrixRecord *matrix) |
| |
| ComponentResult | GraphicsImportGetMatrix (GraphicsImportComponent ci, MatrixRecord *matrix) |
| |
| ComponentResult | GraphicsImportSetBoundsRect (GraphicsImportComponent ci, const Rect *bounds) |
| |
| ComponentResult | GraphicsImportGetBoundsRect (GraphicsImportComponent ci, Rect *bounds) |
| |
| ComponentResult | GraphicsImportSaveAsPicture (GraphicsImportComponent ci, const FSSpec *fss, ScriptCode scriptTag) |
| |
| ComponentResult | GraphicsImportSetGraphicsMode (GraphicsImportComponent ci, long graphicsMode, const RGBColor *opColor) |
| |
| ComponentResult | GraphicsImportGetGraphicsMode (GraphicsImportComponent ci, long *graphicsMode, RGBColor *opColor) |
| |
| ComponentResult | GraphicsImportSetQuality (GraphicsImportComponent ci, CodecQ quality) |
| |
| ComponentResult | GraphicsImportGetQuality (GraphicsImportComponent ci, CodecQ *quality) |
| |
| ComponentResult | GraphicsImportSaveAsQuickTimeImageFile (GraphicsImportComponent ci, const FSSpec *fss, ScriptCode scriptTag) |
| |
| ComponentResult | GraphicsImportSetDataReferenceOffsetAndLimit (GraphicsImportComponent ci, unsigned long offset, unsigned long limit) |
| |
| ComponentResult | GraphicsImportGetDataReferenceOffsetAndLimit (GraphicsImportComponent ci, unsigned long *offset, unsigned long *limit) |
| |
| ComponentResult | GraphicsImportGetAliasedDataReference (GraphicsImportComponent ci, Handle *dataRef, OSType *dataRefType) |
| |
| ComponentResult | GraphicsImportValidate (GraphicsImportComponent ci, Boolean *valid) |
| |
| ComponentResult | GraphicsImportGetMetaData (GraphicsImportComponent ci, void *userData) |
| |
| ComponentResult | GraphicsImportGetMIMETypeList (GraphicsImportComponent ci, void *qtAtomContainerPtr) |
| |
| ComponentResult | GraphicsImportDoesDrawAllPixels (GraphicsImportComponent ci, short *drawsAllPixels) |
| |
| ComponentResult | GraphicsImportGetAsPicture (GraphicsImportComponent ci, PicHandle *picture) |
| |
| ComponentResult | GraphicsImportExportImageFile (GraphicsImportComponent ci, OSType fileType, OSType fileCreator, const FSSpec *fss, ScriptCode scriptTag) |
| |
| ComponentResult | GraphicsImportGetExportImageTypeList (GraphicsImportComponent ci, void *qtAtomContainerPtr) |
| |
| ComponentResult | GraphicsImportDoExportImageFileDialog (GraphicsImportComponent ci, const FSSpec *inDefaultSpec, StringPtr prompt, ModalFilterYDUPP filterProc, OSType *outExportedType, FSSpec *outExportedSpec, ScriptCode *outScriptTag) |
| |
| ComponentResult | GraphicsImportGetExportSettingsAsAtomContainer (GraphicsImportComponent ci, void *qtAtomContainerPtr) |
| |
| ComponentResult | GraphicsImportSetExportSettingsFromAtomContainer (GraphicsImportComponent ci, void *qtAtomContainer) |
| |
| ComponentResult | GraphicsImportSetProgressProc (GraphicsImportComponent ci, ICMProgressProcRecordPtr progressProc) |
| |
| ComponentResult | GraphicsImportGetProgressProc (GraphicsImportComponent ci, ICMProgressProcRecordPtr progressProc) |
| |
| ComponentResult | GraphicsImportGetImageCount (GraphicsImportComponent ci, unsigned long *imageCount) |
| |
| ComponentResult | GraphicsImportSetImageIndex (GraphicsImportComponent ci, unsigned long imageIndex) |
| |
| ComponentResult | GraphicsImportGetImageIndex (GraphicsImportComponent ci, unsigned long *imageIndex) |
| |
| ComponentResult | GraphicsImportGetDataOffsetAndSize64 (GraphicsImportComponent ci, wide *offset, wide *size) |
| |
| ComponentResult | GraphicsImportReadData64 (GraphicsImportComponent ci, void *dataPtr, const wide *dataOffset, unsigned long dataSize) |
| |
| ComponentResult | GraphicsImportSetDataReferenceOffsetAndLimit64 (GraphicsImportComponent ci, const wide *offset, const wide *limit) |
| |
| ComponentResult | GraphicsImportGetDataReferenceOffsetAndLimit64 (GraphicsImportComponent ci, wide *offset, wide *limit) |
| |
| ComponentResult | GraphicsImportGetDefaultMatrix (GraphicsImportComponent ci, MatrixRecord *defaultMatrix) |
| |
| ComponentResult | GraphicsImportGetDefaultClip (GraphicsImportComponent ci, RgnHandle *defaultRgn) |
| |
| ComponentResult | GraphicsImportGetDefaultGraphicsMode (GraphicsImportComponent ci, long *defaultGraphicsMode, RGBColor *defaultOpColor) |
| |
| ComponentResult | GraphicsImportGetDefaultSourceRect (GraphicsImportComponent ci, Rect *defaultSourceRect) |
| |
| ComponentResult | GraphicsImportGetColorSyncProfile (GraphicsImportComponent ci, Handle *profile) |
| |
| ComponentResult | GraphicsImportSetDestRect (GraphicsImportComponent ci, const Rect *destRect) |
| |
| ComponentResult | GraphicsImportGetDestRect (GraphicsImportComponent ci, Rect *destRect) |
| |
| ComponentResult | GraphicsImportSetFlags (GraphicsImportComponent ci, long flags) |
| |
| ComponentResult | GraphicsImportGetFlags (GraphicsImportComponent ci, long *flags) |
| |
| ComponentResult | GraphicsImportGetBaseDataOffsetAndSize64 (GraphicsImportComponent ci, wide *offset, wide *size) |
| |
| ComponentResult | GraphicsExportDoExport (GraphicsExportComponent ci, unsigned long *actualSizeWritten) |
| |
| ComponentResult | GraphicsExportCanTranscode (GraphicsExportComponent ci, Boolean *canTranscode) |
| |
| ComponentResult | GraphicsExportDoTranscode (GraphicsExportComponent ci) |
| |
| ComponentResult | GraphicsExportCanUseCompressor (GraphicsExportComponent ci, Boolean *canUseCompressor, void *codecSettingsAtomContainerPtr) |
| |
| ComponentResult | GraphicsExportDoUseCompressor (GraphicsExportComponent ci, void *codecSettingsAtomContainer, ImageDescriptionHandle *outDesc) |
| |
| ComponentResult | GraphicsExportDoStandaloneExport (GraphicsExportComponent ci) |
| |
| ComponentResult | GraphicsExportGetDefaultFileTypeAndCreator (GraphicsExportComponent ci, OSType *fileType, OSType *fileCreator) |
| |
| ComponentResult | GraphicsExportGetDefaultFileNameExtension (GraphicsExportComponent ci, OSType *fileNameExtension) |
| |
| ComponentResult | GraphicsExportGetMIMETypeList (GraphicsExportComponent ci, void *qtAtomContainerPtr) |
| |
| ComponentResult | GraphicsExportRequestSettings (GraphicsExportComponent ci, ModalFilterYDUPP filterProc, void *yourDataProc) |
| |
| ComponentResult | GraphicsExportSetSettingsFromAtomContainer (GraphicsExportComponent ci, void *qtAtomContainer) |
| |
| ComponentResult | GraphicsExportGetSettingsAsAtomContainer (GraphicsExportComponent ci, void *qtAtomContainerPtr) |
| |
| ComponentResult | GraphicsExportGetSettingsAsText (GraphicsExportComponent ci, Handle *theText) |
| |
| ComponentResult | GraphicsExportSetDontRecompress (GraphicsExportComponent ci, Boolean dontRecompress) |
| |
| ComponentResult | GraphicsExportGetDontRecompress (GraphicsExportComponent ci, Boolean *dontRecompress) |
| |
| ComponentResult | GraphicsExportSetInterlaceStyle (GraphicsExportComponent ci, unsigned long interlaceStyle) |
| |
| ComponentResult | GraphicsExportGetInterlaceStyle (GraphicsExportComponent ci, unsigned long *interlaceStyle) |
| |
| ComponentResult | GraphicsExportSetMetaData (GraphicsExportComponent ci, void *userData) |
| |
| ComponentResult | GraphicsExportGetMetaData (GraphicsExportComponent ci, void *userData) |
| |
| ComponentResult | GraphicsExportSetTargetDataSize (GraphicsExportComponent ci, unsigned long targetDataSize) |
| |
| ComponentResult | GraphicsExportGetTargetDataSize (GraphicsExportComponent ci, unsigned long *targetDataSize) |
| |
| ComponentResult | GraphicsExportSetCompressionMethod (GraphicsExportComponent ci, long compressionMethod) |
| |
| ComponentResult | GraphicsExportGetCompressionMethod (GraphicsExportComponent ci, long *compressionMethod) |
| |
| ComponentResult | GraphicsExportSetCompressionQuality (GraphicsExportComponent ci, CodecQ spatialQuality) |
| |
| ComponentResult | GraphicsExportGetCompressionQuality (GraphicsExportComponent ci, CodecQ *spatialQuality) |
| |
| ComponentResult | GraphicsExportSetResolution (GraphicsExportComponent ci, Fixed horizontalResolution, Fixed verticalResolution) |
| |
| ComponentResult | GraphicsExportGetResolution (GraphicsExportComponent ci, Fixed *horizontalResolution, Fixed *verticalResolution) |
| |
| ComponentResult | GraphicsExportSetDepth (GraphicsExportComponent ci, long depth) |
| |
| ComponentResult | GraphicsExportGetDepth (GraphicsExportComponent ci, long *depth) |
| |
| ComponentResult | GraphicsExportSetColorSyncProfile (GraphicsExportComponent ci, Handle colorSyncProfile) |
| |
| ComponentResult | GraphicsExportGetColorSyncProfile (GraphicsExportComponent ci, Handle *colorSyncProfile) |
| |
| ComponentResult | GraphicsExportSetProgressProc (GraphicsExportComponent ci, ICMProgressProcRecordPtr progressProc) |
| |
| ComponentResult | GraphicsExportGetProgressProc (GraphicsExportComponent ci, ICMProgressProcRecordPtr progressProc) |
| |
| ComponentResult | GraphicsExportSetInputDataReference (GraphicsExportComponent ci, Handle dataRef, OSType dataRefType, ImageDescriptionHandle desc) |
| |
| ComponentResult | GraphicsExportGetInputDataReference (GraphicsExportComponent ci, Handle *dataRef, OSType *dataRefType) |
| |
| ComponentResult | GraphicsExportSetInputFile (GraphicsExportComponent ci, const FSSpec *theFile, ImageDescriptionHandle desc) |
| |
| ComponentResult | GraphicsExportGetInputFile (GraphicsExportComponent ci, FSSpec *theFile) |
| |
| ComponentResult | GraphicsExportSetInputHandle (GraphicsExportComponent ci, Handle h, ImageDescriptionHandle desc) |
| |
| ComponentResult | GraphicsExportGetInputHandle (GraphicsExportComponent ci, Handle *h) |
| |
| ComponentResult | GraphicsExportSetInputPtr (GraphicsExportComponent ci, Ptr p, unsigned long size, ImageDescriptionHandle desc) |
| |
| ComponentResult | GraphicsExportGetInputPtr (GraphicsExportComponent ci, Ptr *p, unsigned long *size) |
| |
| ComponentResult | GraphicsExportSetInputGraphicsImporter (GraphicsExportComponent ci, GraphicsImportComponent grip) |
| |
| ComponentResult | GraphicsExportGetInputGraphicsImporter (GraphicsExportComponent ci, GraphicsImportComponent *grip) |
| |
| ComponentResult | GraphicsExportSetInputPicture (GraphicsExportComponent ci, PicHandle picture) |
| |
| ComponentResult | GraphicsExportGetInputPicture (GraphicsExportComponent ci, PicHandle *picture) |
| |
| ComponentResult | GraphicsExportSetInputGWorld (GraphicsExportComponent ci, GWorldPtr gworld) |
| |
| ComponentResult | GraphicsExportGetInputGWorld (GraphicsExportComponent ci, GWorldPtr *gworld) |
| |
| ComponentResult | GraphicsExportSetInputPixmap (GraphicsExportComponent ci, PixMapHandle pixmap) |
| |
| ComponentResult | GraphicsExportGetInputPixmap (GraphicsExportComponent ci, PixMapHandle *pixmap) |
| |
| ComponentResult | GraphicsExportSetInputOffsetAndLimit (GraphicsExportComponent ci, unsigned long offset, unsigned long limit) |
| |
| ComponentResult | GraphicsExportGetInputOffsetAndLimit (GraphicsExportComponent ci, unsigned long *offset, unsigned long *limit) |
| |
| ComponentResult | GraphicsExportMayExporterReadInputData (GraphicsExportComponent ci, Boolean *mayReadInputData) |
| |
| ComponentResult | GraphicsExportGetInputDataSize (GraphicsExportComponent ci, unsigned long *size) |
| |
| ComponentResult | GraphicsExportReadInputData (GraphicsExportComponent ci, void *dataPtr, unsigned long dataOffset, unsigned long dataSize) |
| |
| ComponentResult | GraphicsExportGetInputImageDescription (GraphicsExportComponent ci, ImageDescriptionHandle *desc) |
| |
| ComponentResult | GraphicsExportGetInputImageDimensions (GraphicsExportComponent ci, Rect *dimensions) |
| |
| ComponentResult | GraphicsExportGetInputImageDepth (GraphicsExportComponent ci, long *inputDepth) |
| |
| ComponentResult | GraphicsExportDrawInputImage (GraphicsExportComponent ci, CGrafPtr gw, GDHandle gd, const Rect *srcRect, const Rect *dstRect) |
| |
| ComponentResult | GraphicsExportSetOutputDataReference (GraphicsExportComponent ci, Handle dataRef, OSType dataRefType) |
| |
| ComponentResult | GraphicsExportGetOutputDataReference (GraphicsExportComponent ci, Handle *dataRef, OSType *dataRefType) |
| |
| ComponentResult | GraphicsExportSetOutputFile (GraphicsExportComponent ci, const FSSpec *theFile) |
| |
| ComponentResult | GraphicsExportGetOutputFile (GraphicsExportComponent ci, FSSpec *theFile) |
| |
| ComponentResult | GraphicsExportSetOutputHandle (GraphicsExportComponent ci, Handle h) |
| |
| ComponentResult | GraphicsExportGetOutputHandle (GraphicsExportComponent ci, Handle *h) |
| |
| ComponentResult | GraphicsExportSetOutputOffsetAndMaxSize (GraphicsExportComponent ci, unsigned long offset, unsigned long maxSize, Boolean truncateFile) |
| |
| ComponentResult | GraphicsExportGetOutputOffsetAndMaxSize (GraphicsExportComponent ci, unsigned long *offset, unsigned long *maxSize, Boolean *truncateFile) |
| |
| ComponentResult | GraphicsExportSetOutputFileTypeAndCreator (GraphicsExportComponent ci, OSType fileType, OSType fileCreator) |
| |
| ComponentResult | GraphicsExportGetOutputFileTypeAndCreator (GraphicsExportComponent ci, OSType *fileType, OSType *fileCreator) |
| |
| ComponentResult | GraphicsExportWriteOutputData (GraphicsExportComponent ci, const void *dataPtr, unsigned long dataSize) |
| |
| ComponentResult | GraphicsExportSetOutputMark (GraphicsExportComponent ci, unsigned long mark) |
| |
| ComponentResult | GraphicsExportGetOutputMark (GraphicsExportComponent ci, unsigned long *mark) |
| |
| ComponentResult | GraphicsExportReadOutputData (GraphicsExportComponent ci, void *dataPtr, unsigned long dataOffset, unsigned long dataSize) |
| |
| ComponentResult | GraphicsExportSetThumbnailEnabled (GraphicsExportComponent ci, Boolean enableThumbnail, long maxThumbnailWidth, long maxThumbnailHeight) |
| |
| ComponentResult | GraphicsExportGetThumbnailEnabled (GraphicsExportComponent ci, Boolean *thumbnailEnabled, long *maxThumbnailWidth, long *maxThumbnailHeight) |
| |
| ComponentResult | GraphicsExportSetExifEnabled (GraphicsExportComponent ci, Boolean enableExif) |
| |
| ComponentResult | GraphicsExportGetExifEnabled (GraphicsExportComponent ci, Boolean *exifEnabled) |
| |
| ComponentResult | ImageTranscoderBeginSequence (ImageTranscoderComponent itc, ImageDescriptionHandle srcDesc, ImageDescriptionHandle *dstDesc, void *data, long dataSize) |
| |
| ComponentResult | ImageTranscoderConvert (ImageTranscoderComponent itc, void *srcData, long srcDataSize, void **dstData, long *dstDataSize) |
| |
| ComponentResult | ImageTranscoderDisposeData (ImageTranscoderComponent itc, void *dstData) |
| |
| ComponentResult | ImageTranscoderEndSequence (ImageTranscoderComponent itc) |
| |