Documentation
¶
Overview ¶
Package imageio provides a fluent Go API over the macOS ImageIO framework.
Construction ¶
New… functions create objects; each With… method sets one property and returns its receiver, so configuration calls chain. A <Type>FromID constructor adopts an Objective-C object obtained elsewhere.
Lifecycle ¶
A wrapper releases its Objective-C object automatically once the garbage collector finds it unreachable. Call Release to relinquish the reference deterministically (for objects holding scarce resources); Release is idempotent, and afterwards the wrapper's methods are no-ops returning zero values.
Index ¶
- func CGAnimateImageAtURLWithBlock(url corefoundation.CFURLRef, options corefoundation.CFDictionaryRef, ...) int
- func CGAnimateImageDataWithBlock(data corefoundation.CFDataRef, options corefoundation.CFDictionaryRef, ...) int
- func CGImageDestinationAddAuxiliaryDataInfo(idst coregraphics.CGImageDestinationRef, ...)
- func CGImageDestinationAddImage(idst coregraphics.CGImageDestinationRef, image coregraphics.CGImageRef, ...)
- func CGImageDestinationAddImageAndMetadata(idst coregraphics.CGImageDestinationRef, image coregraphics.CGImageRef, ...)
- func CGImageDestinationAddImageFromSource(idst coregraphics.CGImageDestinationRef, isrc coregraphics.CGImageSourceRef, ...)
- func CGImageDestinationCopyImageSource(idst coregraphics.CGImageDestinationRef, isrc coregraphics.CGImageSourceRef, ...) error
- func CGImageDestinationCopyTypeIdentifiers() corefoundation.CFArrayRef
- func CGImageDestinationCreateWithData(data corefoundation.CFMutableDataRef, type_ corefoundation.CFStringRef, ...) coregraphics.CGImageDestinationRef
- func CGImageDestinationCreateWithDataConsumer(consumer coregraphics.CGDataConsumerRef, type_ corefoundation.CFStringRef, ...) coregraphics.CGImageDestinationRef
- func CGImageDestinationCreateWithURL(url corefoundation.CFURLRef, type_ corefoundation.CFStringRef, count int, ...) coregraphics.CGImageDestinationRef
- func CGImageDestinationFinalize(idst coregraphics.CGImageDestinationRef) bool
- func CGImageDestinationGetTypeID() int
- func CGImageDestinationSetProperties(idst coregraphics.CGImageDestinationRef, ...)
- func CGImageMetadataCopyStringValueWithPath(metadata coregraphics.CGImageMetadataRef, ...) corefoundation.CFStringRef
- func CGImageMetadataCopyTagMatchingImageProperty(metadata coregraphics.CGImageMetadataRef, ...) coregraphics.CGImageMetadataTagRef
- func CGImageMetadataCopyTagWithPath(metadata coregraphics.CGImageMetadataRef, ...) coregraphics.CGImageMetadataTagRef
- func CGImageMetadataCopyTags(metadata coregraphics.CGImageMetadataRef) corefoundation.CFArrayRef
- func CGImageMetadataCreateFromXMPData(data corefoundation.CFDataRef) coregraphics.CGImageMetadataRef
- func CGImageMetadataCreateMutable() coregraphics.CGMutableImageMetadataRef
- func CGImageMetadataCreateMutableCopy(metadata coregraphics.CGImageMetadataRef) coregraphics.CGMutableImageMetadataRef
- func CGImageMetadataCreateXMPData(metadata coregraphics.CGImageMetadataRef, ...) corefoundation.CFDataRef
- func CGImageMetadataEnumerateTagsUsingBlock(metadata coregraphics.CGImageMetadataRef, rootPath corefoundation.CFStringRef, ...)
- func CGImageMetadataGetTypeID() int
- func CGImageMetadataRegisterNamespaceForPrefix(metadata coregraphics.CGMutableImageMetadataRef, ...) error
- func CGImageMetadataRemoveTagWithPath(metadata coregraphics.CGMutableImageMetadataRef, ...) bool
- func CGImageMetadataSetTagWithPath(metadata coregraphics.CGMutableImageMetadataRef, ...) bool
- func CGImageMetadataSetValueMatchingImageProperty(metadata coregraphics.CGMutableImageMetadataRef, ...) bool
- func CGImageMetadataSetValueWithPath(metadata coregraphics.CGMutableImageMetadataRef, ...) bool
- func CGImageMetadataTagCopyName(tag coregraphics.CGImageMetadataTagRef) corefoundation.CFStringRef
- func CGImageMetadataTagCopyNamespace(tag coregraphics.CGImageMetadataTagRef) corefoundation.CFStringRef
- func CGImageMetadataTagCopyPrefix(tag coregraphics.CGImageMetadataTagRef) corefoundation.CFStringRef
- func CGImageMetadataTagCopyQualifiers(tag coregraphics.CGImageMetadataTagRef) corefoundation.CFArrayRef
- func CGImageMetadataTagCopyValue(tag coregraphics.CGImageMetadataTagRef) obj.Object
- func CGImageMetadataTagCreate(xmlns corefoundation.CFStringRef, prefix corefoundation.CFStringRef, ...) coregraphics.CGImageMetadataTagRef
- func CGImageMetadataTagGetTypeID() int
- func CGImageSourceCopyAuxiliaryDataInfoAtIndex(isrc coregraphics.CGImageSourceRef, index int, ...) corefoundation.CFDictionaryRef
- func CGImageSourceCopyMetadataAtIndex(isrc coregraphics.CGImageSourceRef, index int, ...) coregraphics.CGImageMetadataRef
- func CGImageSourceCopyProperties(isrc coregraphics.CGImageSourceRef, options corefoundation.CFDictionaryRef) corefoundation.CFDictionaryRef
- func CGImageSourceCopyPropertiesAtIndex(isrc coregraphics.CGImageSourceRef, index int, ...) corefoundation.CFDictionaryRef
- func CGImageSourceCopyTypeIdentifiers() corefoundation.CFArrayRef
- func CGImageSourceCreateImageAtIndex(isrc coregraphics.CGImageSourceRef, index int, ...) coregraphics.CGImageRef
- func CGImageSourceCreateIncremental(options corefoundation.CFDictionaryRef) coregraphics.CGImageSourceRef
- func CGImageSourceCreateThumbnailAtIndex(isrc coregraphics.CGImageSourceRef, index int, ...) coregraphics.CGImageRef
- func CGImageSourceCreateWithData(data corefoundation.CFDataRef, options corefoundation.CFDictionaryRef) coregraphics.CGImageSourceRef
- func CGImageSourceCreateWithDataProvider(provider coregraphics.CGDataProviderRef, ...) coregraphics.CGImageSourceRef
- func CGImageSourceCreateWithURL(url corefoundation.CFURLRef, options corefoundation.CFDictionaryRef) coregraphics.CGImageSourceRef
- func CGImageSourceGetCount(isrc coregraphics.CGImageSourceRef) int
- func CGImageSourceGetPrimaryImageIndex(isrc coregraphics.CGImageSourceRef) int
- func CGImageSourceGetType(isrc coregraphics.CGImageSourceRef) corefoundation.CFStringRef
- func CGImageSourceGetTypeID() int
- func CGImageSourceRemoveCacheAtIndex(isrc coregraphics.CGImageSourceRef, index int)
- func CGImageSourceSetAllowableTypes(allowableTypes obj.Object) error
- func CGImageSourceUpdateData(isrc coregraphics.CGImageSourceRef, data corefoundation.CFDataRef, final bool)
- func CGImageSourceUpdateDataProvider(isrc coregraphics.CGImageSourceRef, provider coregraphics.CGDataProviderRef, ...)
- func KCFErrorDomainCGImageMetadata() obj.Object
- func KCGComputeHDRStats() obj.Object
- func KCGImageAnimationDelayTime() obj.Object
- func KCGImageAnimationLoopCount() obj.Object
- func KCGImageAnimationStartIndex() obj.Object
- func KCGImageAuxiliaryDataInfoColorSpace() obj.Object
- func KCGImageAuxiliaryDataInfoData() obj.Object
- func KCGImageAuxiliaryDataInfoDataDescription() obj.Object
- func KCGImageAuxiliaryDataInfoMetadata() obj.Object
- func KCGImageAuxiliaryDataTypeDepth() obj.Object
- func KCGImageAuxiliaryDataTypeDisparity() obj.Object
- func KCGImageAuxiliaryDataTypeHDRGainMap() obj.Object
- func KCGImageAuxiliaryDataTypeISOGainMap() obj.Object
- func KCGImageAuxiliaryDataTypePortraitEffectsMatte() obj.Object
- func KCGImageAuxiliaryDataTypeSemanticSegmentationGlassesMatte() obj.Object
- func KCGImageAuxiliaryDataTypeSemanticSegmentationHairMatte() obj.Object
- func KCGImageAuxiliaryDataTypeSemanticSegmentationSkinMatte() obj.Object
- func KCGImageAuxiliaryDataTypeSemanticSegmentationSkyMatte() obj.Object
- func KCGImageAuxiliaryDataTypeSemanticSegmentationTeethMatte() obj.Object
- func KCGImageDestinationBackgroundColor() obj.Object
- func KCGImageDestinationDateTime() obj.Object
- func KCGImageDestinationEmbedThumbnail() obj.Object
- func KCGImageDestinationEncodeAlternateColorSpace() obj.Object
- func KCGImageDestinationEncodeBaseColorSpace() obj.Object
- func KCGImageDestinationEncodeBaseIsSDR() obj.Object
- func KCGImageDestinationEncodeBasePixelFormatRequest() obj.Object
- func KCGImageDestinationEncodeGainMapPixelFormatRequest() obj.Object
- func KCGImageDestinationEncodeGainMapSubsampleFactor() obj.Object
- func KCGImageDestinationEncodeGenerateGainMapWithBaseImage() obj.Object
- func KCGImageDestinationEncodeIsBaseImage() obj.Object
- func KCGImageDestinationEncodeRequest() obj.Object
- func KCGImageDestinationEncodeRequestOptions() obj.Object
- func KCGImageDestinationEncodeToISOGainmap() obj.Object
- func KCGImageDestinationEncodeToISOHDR() obj.Object
- func KCGImageDestinationEncodeToSDR() obj.Object
- func KCGImageDestinationEncodeTonemapMode() obj.Object
- func KCGImageDestinationImageMaxPixelSize() obj.Object
- func KCGImageDestinationLossyCompressionQuality() obj.Object
- func KCGImageDestinationMergeMetadata() obj.Object
- func KCGImageDestinationMetadata() obj.Object
- func KCGImageDestinationOptimizeColorForSharing() obj.Object
- func KCGImageDestinationOrientation() obj.Object
- func KCGImageDestinationPreserveGainMap() obj.Object
- func KCGImageMetadataEnumerateRecursively() obj.Object
- func KCGImageMetadataNamespaceDublinCore() obj.Object
- func KCGImageMetadataNamespaceExif() obj.Object
- func KCGImageMetadataNamespaceExifAux() obj.Object
- func KCGImageMetadataNamespaceExifEX() obj.Object
- func KCGImageMetadataNamespaceIPTCCore() obj.Object
- func KCGImageMetadataNamespaceIPTCExtension() obj.Object
- func KCGImageMetadataNamespacePhotoshop() obj.Object
- func KCGImageMetadataNamespaceTIFF() obj.Object
- func KCGImageMetadataNamespaceXMPBasic() obj.Object
- func KCGImageMetadataNamespaceXMPRights() obj.Object
- func KCGImageMetadataPrefixDublinCore() obj.Object
- func KCGImageMetadataPrefixExif() obj.Object
- func KCGImageMetadataPrefixExifAux() obj.Object
- func KCGImageMetadataPrefixExifEX() obj.Object
- func KCGImageMetadataPrefixIPTCCore() obj.Object
- func KCGImageMetadataPrefixIPTCExtension() obj.Object
- func KCGImageMetadataPrefixPhotoshop() obj.Object
- func KCGImageMetadataPrefixTIFF() obj.Object
- func KCGImageMetadataPrefixXMPBasic() obj.Object
- func KCGImageMetadataPrefixXMPRights() obj.Object
- func KCGImageMetadataShouldExcludeGPS() obj.Object
- func KCGImageMetadataShouldExcludeXMP() obj.Object
- func KCGImageProperty8BIMDictionary() obj.Object
- func KCGImageProperty8BIMLayerNames() obj.Object
- func KCGImageProperty8BIMVersion() obj.Object
- func KCGImagePropertyAPNGCanvasPixelHeight() obj.Object
- func KCGImagePropertyAPNGCanvasPixelWidth() obj.Object
- func KCGImagePropertyAPNGDelayTime() obj.Object
- func KCGImagePropertyAPNGFrameInfoArray() obj.Object
- func KCGImagePropertyAPNGLoopCount() obj.Object
- func KCGImagePropertyAPNGUnclampedDelayTime() obj.Object
- func KCGImagePropertyASTCBlockSize() obj.Object
- func KCGImagePropertyASTCBlockSize4x4() obj.Object
- func KCGImagePropertyASTCBlockSize8x8() obj.Object
- func KCGImagePropertyASTCEncoder() obj.Object
- func KCGImagePropertyAVISDictionary() obj.Object
- func KCGImagePropertyAuxiliaryData() obj.Object
- func KCGImagePropertyAuxiliaryDataType() obj.Object
- func KCGImagePropertyBCEncoder() obj.Object
- func KCGImagePropertyBCFormat() obj.Object
- func KCGImagePropertyBytesPerRow() obj.Object
- func KCGImagePropertyCIFFCameraSerialNumber() obj.Object
- func KCGImagePropertyCIFFContinuousDrive() obj.Object
- func KCGImagePropertyCIFFDescription() obj.Object
- func KCGImagePropertyCIFFDictionary() obj.Object
- func KCGImagePropertyCIFFFirmware() obj.Object
- func KCGImagePropertyCIFFFlashExposureComp() obj.Object
- func KCGImagePropertyCIFFFocusMode() obj.Object
- func KCGImagePropertyCIFFImageFileName() obj.Object
- func KCGImagePropertyCIFFImageName() obj.Object
- func KCGImagePropertyCIFFImageSerialNumber() obj.Object
- func KCGImagePropertyCIFFLensMaxMM() obj.Object
- func KCGImagePropertyCIFFLensMinMM() obj.Object
- func KCGImagePropertyCIFFLensModel() obj.Object
- func KCGImagePropertyCIFFMeasuredEV() obj.Object
- func KCGImagePropertyCIFFMeteringMode() obj.Object
- func KCGImagePropertyCIFFOwnerName() obj.Object
- func KCGImagePropertyCIFFRecordID() obj.Object
- func KCGImagePropertyCIFFReleaseMethod() obj.Object
- func KCGImagePropertyCIFFReleaseTiming() obj.Object
- func KCGImagePropertyCIFFSelfTimingTime() obj.Object
- func KCGImagePropertyCIFFShootingMode() obj.Object
- func KCGImagePropertyCIFFWhiteBalanceIndex() obj.Object
- func KCGImagePropertyColorModel() obj.Object
- func KCGImagePropertyColorModelCMYK() obj.Object
- func KCGImagePropertyColorModelGray() obj.Object
- func KCGImagePropertyColorModelLab() obj.Object
- func KCGImagePropertyColorModelRGB() obj.Object
- func KCGImagePropertyDNGActiveArea() obj.Object
- func KCGImagePropertyDNGAnalogBalance() obj.Object
- func KCGImagePropertyDNGAntiAliasStrength() obj.Object
- func KCGImagePropertyDNGAsShotICCProfile() obj.Object
- func KCGImagePropertyDNGAsShotNeutral() obj.Object
- func KCGImagePropertyDNGAsShotPreProfileMatrix() obj.Object
- func KCGImagePropertyDNGAsShotProfileName() obj.Object
- func KCGImagePropertyDNGAsShotWhiteXY() obj.Object
- func KCGImagePropertyDNGBackwardVersion() obj.Object
- func KCGImagePropertyDNGBaselineExposure() obj.Object
- func KCGImagePropertyDNGBaselineExposureOffset() obj.Object
- func KCGImagePropertyDNGBaselineNoise() obj.Object
- func KCGImagePropertyDNGBaselineSharpness() obj.Object
- func KCGImagePropertyDNGBayerGreenSplit() obj.Object
- func KCGImagePropertyDNGBestQualityScale() obj.Object
- func KCGImagePropertyDNGBlackLevel() obj.Object
- func KCGImagePropertyDNGBlackLevelDeltaH() obj.Object
- func KCGImagePropertyDNGBlackLevelDeltaV() obj.Object
- func KCGImagePropertyDNGBlackLevelRepeatDim() obj.Object
- func KCGImagePropertyDNGCFALayout() obj.Object
- func KCGImagePropertyDNGCFAPlaneColor() obj.Object
- func KCGImagePropertyDNGCalibrationIlluminant1() obj.Object
- func KCGImagePropertyDNGCalibrationIlluminant2() obj.Object
- func KCGImagePropertyDNGCameraCalibration1() obj.Object
- func KCGImagePropertyDNGCameraCalibration2() obj.Object
- func KCGImagePropertyDNGCameraCalibrationSignature() obj.Object
- func KCGImagePropertyDNGCameraSerialNumber() obj.Object
- func KCGImagePropertyDNGChromaBlurRadius() obj.Object
- func KCGImagePropertyDNGColorMatrix1() obj.Object
- func KCGImagePropertyDNGColorMatrix2() obj.Object
- func KCGImagePropertyDNGColorimetricReference() obj.Object
- func KCGImagePropertyDNGCurrentICCProfile() obj.Object
- func KCGImagePropertyDNGCurrentPreProfileMatrix() obj.Object
- func KCGImagePropertyDNGDefaultBlackRender() obj.Object
- func KCGImagePropertyDNGDefaultCropOrigin() obj.Object
- func KCGImagePropertyDNGDefaultCropSize() obj.Object
- func KCGImagePropertyDNGDefaultScale() obj.Object
- func KCGImagePropertyDNGDefaultUserCrop() obj.Object
- func KCGImagePropertyDNGDictionary() obj.Object
- func KCGImagePropertyDNGExtraCameraProfiles() obj.Object
- func KCGImagePropertyDNGFixVignetteRadial() obj.Object
- func KCGImagePropertyDNGForwardMatrix1() obj.Object
- func KCGImagePropertyDNGForwardMatrix2() obj.Object
- func KCGImagePropertyDNGLensInfo() obj.Object
- func KCGImagePropertyDNGLinearResponseLimit() obj.Object
- func KCGImagePropertyDNGLinearizationTable() obj.Object
- func KCGImagePropertyDNGLocalizedCameraModel() obj.Object
- func KCGImagePropertyDNGMakerNoteSafety() obj.Object
- func KCGImagePropertyDNGMaskedAreas() obj.Object
- func KCGImagePropertyDNGNewRawImageDigest() obj.Object
- func KCGImagePropertyDNGNoiseProfile() obj.Object
- func KCGImagePropertyDNGNoiseReductionApplied() obj.Object
- func KCGImagePropertyDNGOpcodeList1() obj.Object
- func KCGImagePropertyDNGOpcodeList2() obj.Object
- func KCGImagePropertyDNGOpcodeList3() obj.Object
- func KCGImagePropertyDNGOriginalBestQualityFinalSize() obj.Object
- func KCGImagePropertyDNGOriginalDefaultCropSize() obj.Object
- func KCGImagePropertyDNGOriginalDefaultFinalSize() obj.Object
- func KCGImagePropertyDNGOriginalRawFileData() obj.Object
- func KCGImagePropertyDNGOriginalRawFileDigest() obj.Object
- func KCGImagePropertyDNGOriginalRawFileName() obj.Object
- func KCGImagePropertyDNGPreviewApplicationName() obj.Object
- func KCGImagePropertyDNGPreviewApplicationVersion() obj.Object
- func KCGImagePropertyDNGPreviewColorSpace() obj.Object
- func KCGImagePropertyDNGPreviewDateTime() obj.Object
- func KCGImagePropertyDNGPreviewSettingsDigest() obj.Object
- func KCGImagePropertyDNGPreviewSettingsName() obj.Object
- func KCGImagePropertyDNGPrivateData() obj.Object
- func KCGImagePropertyDNGProfileCalibrationSignature() obj.Object
- func KCGImagePropertyDNGProfileCopyright() obj.Object
- func KCGImagePropertyDNGProfileEmbedPolicy() obj.Object
- func KCGImagePropertyDNGProfileHueSatMapData1() obj.Object
- func KCGImagePropertyDNGProfileHueSatMapData2() obj.Object
- func KCGImagePropertyDNGProfileHueSatMapDims() obj.Object
- func KCGImagePropertyDNGProfileHueSatMapEncoding() obj.Object
- func KCGImagePropertyDNGProfileLookTableData() obj.Object
- func KCGImagePropertyDNGProfileLookTableDims() obj.Object
- func KCGImagePropertyDNGProfileLookTableEncoding() obj.Object
- func KCGImagePropertyDNGProfileName() obj.Object
- func KCGImagePropertyDNGProfileToneCurve() obj.Object
- func KCGImagePropertyDNGRawDataUniqueID() obj.Object
- func KCGImagePropertyDNGRawImageDigest() obj.Object
- func KCGImagePropertyDNGRawToPreviewGain() obj.Object
- func KCGImagePropertyDNGReductionMatrix1() obj.Object
- func KCGImagePropertyDNGReductionMatrix2() obj.Object
- func KCGImagePropertyDNGRowInterleaveFactor() obj.Object
- func KCGImagePropertyDNGShadowScale() obj.Object
- func KCGImagePropertyDNGSubTileBlockSize() obj.Object
- func KCGImagePropertyDNGUniqueCameraModel() obj.Object
- func KCGImagePropertyDNGVersion() obj.Object
- func KCGImagePropertyDNGWarpFisheye() obj.Object
- func KCGImagePropertyDNGWarpRectilinear() obj.Object
- func KCGImagePropertyDNGWhiteLevel() obj.Object
- func KCGImagePropertyDPIHeight() obj.Object
- func KCGImagePropertyDPIWidth() obj.Object
- func KCGImagePropertyDepth() obj.Object
- func KCGImagePropertyEncoder() obj.Object
- func KCGImagePropertyExifApertureValue() obj.Object
- func KCGImagePropertyExifAuxDictionary() obj.Object
- func KCGImagePropertyExifAuxFirmware() obj.Object
- func KCGImagePropertyExifAuxFlashCompensation() obj.Object
- func KCGImagePropertyExifAuxImageNumber() obj.Object
- func KCGImagePropertyExifAuxLensID() obj.Object
- func KCGImagePropertyExifAuxLensInfo() obj.Object
- func KCGImagePropertyExifAuxLensModel() obj.Object
- func KCGImagePropertyExifAuxLensSerialNumber() obj.Object
- func KCGImagePropertyExifAuxOwnerName() obj.Object
- func KCGImagePropertyExifAuxSerialNumber() obj.Object
- func KCGImagePropertyExifBodySerialNumber() obj.Object
- func KCGImagePropertyExifBrightnessValue() obj.Object
- func KCGImagePropertyExifCFAPattern() obj.Object
- func KCGImagePropertyExifCameraOwnerName() obj.Object
- func KCGImagePropertyExifColorSpace() obj.Object
- func KCGImagePropertyExifComponentsConfiguration() obj.Object
- func KCGImagePropertyExifCompositeImage() obj.Object
- func KCGImagePropertyExifCompressedBitsPerPixel() obj.Object
- func KCGImagePropertyExifContrast() obj.Object
- func KCGImagePropertyExifCustomRendered() obj.Object
- func KCGImagePropertyExifDateTimeDigitized() obj.Object
- func KCGImagePropertyExifDateTimeOriginal() obj.Object
- func KCGImagePropertyExifDeviceSettingDescription() obj.Object
- func KCGImagePropertyExifDictionary() obj.Object
- func KCGImagePropertyExifDigitalZoomRatio() obj.Object
- func KCGImagePropertyExifExposureBiasValue() obj.Object
- func KCGImagePropertyExifExposureIndex() obj.Object
- func KCGImagePropertyExifExposureMode() obj.Object
- func KCGImagePropertyExifExposureProgram() obj.Object
- func KCGImagePropertyExifExposureTime() obj.Object
- func KCGImagePropertyExifFNumber() obj.Object
- func KCGImagePropertyExifFileSource() obj.Object
- func KCGImagePropertyExifFlash() obj.Object
- func KCGImagePropertyExifFlashEnergy() obj.Object
- func KCGImagePropertyExifFlashPixVersion() obj.Object
- func KCGImagePropertyExifFocalLenIn35mmFilm() obj.Object
- func KCGImagePropertyExifFocalLength() obj.Object
- func KCGImagePropertyExifFocalPlaneResolutionUnit() obj.Object
- func KCGImagePropertyExifFocalPlaneXResolution() obj.Object
- func KCGImagePropertyExifFocalPlaneYResolution() obj.Object
- func KCGImagePropertyExifGainControl() obj.Object
- func KCGImagePropertyExifGamma() obj.Object
- func KCGImagePropertyExifISOSpeed() obj.Object
- func KCGImagePropertyExifISOSpeedLatitudeyyy() obj.Object
- func KCGImagePropertyExifISOSpeedLatitudezzz() obj.Object
- func KCGImagePropertyExifISOSpeedRatings() obj.Object
- func KCGImagePropertyExifImageUniqueID() obj.Object
- func KCGImagePropertyExifLensMake() obj.Object
- func KCGImagePropertyExifLensModel() obj.Object
- func KCGImagePropertyExifLensSerialNumber() obj.Object
- func KCGImagePropertyExifLensSpecification() obj.Object
- func KCGImagePropertyExifLightSource() obj.Object
- func KCGImagePropertyExifMakerNote() obj.Object
- func KCGImagePropertyExifMaxApertureValue() obj.Object
- func KCGImagePropertyExifMeteringMode() obj.Object
- func KCGImagePropertyExifOECF() obj.Object
- func KCGImagePropertyExifOffsetTime() obj.Object
- func KCGImagePropertyExifOffsetTimeDigitized() obj.Object
- func KCGImagePropertyExifOffsetTimeOriginal() obj.Object
- func KCGImagePropertyExifPixelXDimension() obj.Object
- func KCGImagePropertyExifPixelYDimension() obj.Object
- func KCGImagePropertyExifRecommendedExposureIndex() obj.Object
- func KCGImagePropertyExifRelatedSoundFile() obj.Object
- func KCGImagePropertyExifSaturation() obj.Object
- func KCGImagePropertyExifSceneCaptureType() obj.Object
- func KCGImagePropertyExifSceneType() obj.Object
- func KCGImagePropertyExifSensingMethod() obj.Object
- func KCGImagePropertyExifSensitivityType() obj.Object
- func KCGImagePropertyExifSharpness() obj.Object
- func KCGImagePropertyExifShutterSpeedValue() obj.Object
- func KCGImagePropertyExifSourceExposureTimesOfCompositeImage() obj.Object
- func KCGImagePropertyExifSourceImageNumberOfCompositeImage() obj.Object
- func KCGImagePropertyExifSpatialFrequencyResponse() obj.Object
- func KCGImagePropertyExifSpectralSensitivity() obj.Object
- func KCGImagePropertyExifStandardOutputSensitivity() obj.Object
- func KCGImagePropertyExifSubjectArea() obj.Object
- func KCGImagePropertyExifSubjectDistRange() obj.Object
- func KCGImagePropertyExifSubjectDistance() obj.Object
- func KCGImagePropertyExifSubjectLocation() obj.Object
- func KCGImagePropertyExifSubsecTime() obj.Object
- func KCGImagePropertyExifSubsecTimeDigitized() obj.Object
- func KCGImagePropertyExifSubsecTimeOrginal() obj.Object
- func KCGImagePropertyExifSubsecTimeOriginal() obj.Object
- func KCGImagePropertyExifUserComment() obj.Object
- func KCGImagePropertyExifVersion() obj.Object
- func KCGImagePropertyExifWhiteBalance() obj.Object
- func KCGImagePropertyFileContentsDictionary() obj.Object
- func KCGImagePropertyFileSize() obj.Object
- func KCGImagePropertyGIFCanvasPixelHeight() obj.Object
- func KCGImagePropertyGIFCanvasPixelWidth() obj.Object
- func KCGImagePropertyGIFDelayTime() obj.Object
- func KCGImagePropertyGIFDictionary() obj.Object
- func KCGImagePropertyGIFFrameInfoArray() obj.Object
- func KCGImagePropertyGIFHasGlobalColorMap() obj.Object
- func KCGImagePropertyGIFImageColorMap() obj.Object
- func KCGImagePropertyGIFLoopCount() obj.Object
- func KCGImagePropertyGIFUnclampedDelayTime() obj.Object
- func KCGImagePropertyGPSAltitude() obj.Object
- func KCGImagePropertyGPSAltitudeRef() obj.Object
- func KCGImagePropertyGPSAreaInformation() obj.Object
- func KCGImagePropertyGPSDOP() obj.Object
- func KCGImagePropertyGPSDateStamp() obj.Object
- func KCGImagePropertyGPSDestBearing() obj.Object
- func KCGImagePropertyGPSDestBearingRef() obj.Object
- func KCGImagePropertyGPSDestDistance() obj.Object
- func KCGImagePropertyGPSDestDistanceRef() obj.Object
- func KCGImagePropertyGPSDestLatitude() obj.Object
- func KCGImagePropertyGPSDestLatitudeRef() obj.Object
- func KCGImagePropertyGPSDestLongitude() obj.Object
- func KCGImagePropertyGPSDestLongitudeRef() obj.Object
- func KCGImagePropertyGPSDictionary() obj.Object
- func KCGImagePropertyGPSDifferental() obj.Object
- func KCGImagePropertyGPSHPositioningError() obj.Object
- func KCGImagePropertyGPSImgDirection() obj.Object
- func KCGImagePropertyGPSImgDirectionRef() obj.Object
- func KCGImagePropertyGPSLatitude() obj.Object
- func KCGImagePropertyGPSLatitudeRef() obj.Object
- func KCGImagePropertyGPSLongitude() obj.Object
- func KCGImagePropertyGPSLongitudeRef() obj.Object
- func KCGImagePropertyGPSMapDatum() obj.Object
- func KCGImagePropertyGPSMeasureMode() obj.Object
- func KCGImagePropertyGPSProcessingMethod() obj.Object
- func KCGImagePropertyGPSSatellites() obj.Object
- func KCGImagePropertyGPSSpeed() obj.Object
- func KCGImagePropertyGPSSpeedRef() obj.Object
- func KCGImagePropertyGPSStatus() obj.Object
- func KCGImagePropertyGPSTimeStamp() obj.Object
- func KCGImagePropertyGPSTrack() obj.Object
- func KCGImagePropertyGPSTrackRef() obj.Object
- func KCGImagePropertyGPSVersion() obj.Object
- func KCGImagePropertyGroupImageBaseline() obj.Object
- func KCGImagePropertyGroupImageDisparityAdjustment() obj.Object
- func KCGImagePropertyGroupImageIndexLeft() obj.Object
- func KCGImagePropertyGroupImageIndexMonoscopic() obj.Object
- func KCGImagePropertyGroupImageIndexRight() obj.Object
- func KCGImagePropertyGroupImageIsAlternateImage() obj.Object
- func KCGImagePropertyGroupImageIsLeftImage() obj.Object
- func KCGImagePropertyGroupImageIsMonoscopicImage() obj.Object
- func KCGImagePropertyGroupImageIsRightImage() obj.Object
- func KCGImagePropertyGroupImageStereoAggressors() obj.Object
- func KCGImagePropertyGroupImagesAlternate() obj.Object
- func KCGImagePropertyGroupIndex() obj.Object
- func KCGImagePropertyGroupMonoscopicImageLocation() obj.Object
- func KCGImagePropertyGroupType() obj.Object
- func KCGImagePropertyGroupTypeAlternate() obj.Object
- func KCGImagePropertyGroupTypeStereoPair() obj.Object
- func KCGImagePropertyGroups() obj.Object
- func KCGImagePropertyHEICSCanvasPixelHeight() obj.Object
- func KCGImagePropertyHEICSCanvasPixelWidth() obj.Object
- func KCGImagePropertyHEICSDelayTime() obj.Object
- func KCGImagePropertyHEICSDictionary() obj.Object
- func KCGImagePropertyHEICSFrameInfoArray() obj.Object
- func KCGImagePropertyHEICSLoopCount() obj.Object
- func KCGImagePropertyHEICSUnclampedDelayTime() obj.Object
- func KCGImagePropertyHEIFDictionary() obj.Object
- func KCGImagePropertyHasAlpha() obj.Object
- func KCGImagePropertyHeight() obj.Object
- func KCGImagePropertyIPTCActionAdvised() obj.Object
- func KCGImagePropertyIPTCByline() obj.Object
- func KCGImagePropertyIPTCBylineTitle() obj.Object
- func KCGImagePropertyIPTCCaptionAbstract() obj.Object
- func KCGImagePropertyIPTCCategory() obj.Object
- func KCGImagePropertyIPTCCity() obj.Object
- func KCGImagePropertyIPTCContact() obj.Object
- func KCGImagePropertyIPTCContactInfoAddress() obj.Object
- func KCGImagePropertyIPTCContactInfoCity() obj.Object
- func KCGImagePropertyIPTCContactInfoCountry() obj.Object
- func KCGImagePropertyIPTCContactInfoEmails() obj.Object
- func KCGImagePropertyIPTCContactInfoPhones() obj.Object
- func KCGImagePropertyIPTCContactInfoPostalCode() obj.Object
- func KCGImagePropertyIPTCContactInfoStateProvince() obj.Object
- func KCGImagePropertyIPTCContactInfoWebURLs() obj.Object
- func KCGImagePropertyIPTCContentLocationCode() obj.Object
- func KCGImagePropertyIPTCContentLocationName() obj.Object
- func KCGImagePropertyIPTCCopyrightNotice() obj.Object
- func KCGImagePropertyIPTCCountryPrimaryLocationCode() obj.Object
- func KCGImagePropertyIPTCCountryPrimaryLocationName() obj.Object
- func KCGImagePropertyIPTCCreatorContactInfo() obj.Object
- func KCGImagePropertyIPTCCredit() obj.Object
- func KCGImagePropertyIPTCDateCreated() obj.Object
- func KCGImagePropertyIPTCDictionary() obj.Object
- func KCGImagePropertyIPTCDigitalCreationDate() obj.Object
- func KCGImagePropertyIPTCDigitalCreationTime() obj.Object
- func KCGImagePropertyIPTCEditStatus() obj.Object
- func KCGImagePropertyIPTCEditorialUpdate() obj.Object
- func KCGImagePropertyIPTCExpirationDate() obj.Object
- func KCGImagePropertyIPTCExpirationTime() obj.Object
- func KCGImagePropertyIPTCExtAboutCvTerm() obj.Object
- func KCGImagePropertyIPTCExtAboutCvTermCvId() obj.Object
- func KCGImagePropertyIPTCExtAboutCvTermId() obj.Object
- func KCGImagePropertyIPTCExtAboutCvTermName() obj.Object
- func KCGImagePropertyIPTCExtAboutCvTermRefinedAbout() obj.Object
- func KCGImagePropertyIPTCExtAddlModelInfo() obj.Object
- func KCGImagePropertyIPTCExtArtworkCircaDateCreated() obj.Object
- func KCGImagePropertyIPTCExtArtworkContentDescription() obj.Object
- func KCGImagePropertyIPTCExtArtworkContributionDescription() obj.Object
- func KCGImagePropertyIPTCExtArtworkCopyrightNotice() obj.Object
- func KCGImagePropertyIPTCExtArtworkCopyrightOwnerID() obj.Object
- func KCGImagePropertyIPTCExtArtworkCopyrightOwnerName() obj.Object
- func KCGImagePropertyIPTCExtArtworkCreator() obj.Object
- func KCGImagePropertyIPTCExtArtworkCreatorID() obj.Object
- func KCGImagePropertyIPTCExtArtworkDateCreated() obj.Object
- func KCGImagePropertyIPTCExtArtworkLicensorID() obj.Object
- func KCGImagePropertyIPTCExtArtworkLicensorName() obj.Object
- func KCGImagePropertyIPTCExtArtworkOrObject() obj.Object
- func KCGImagePropertyIPTCExtArtworkPhysicalDescription() obj.Object
- func KCGImagePropertyIPTCExtArtworkSource() obj.Object
- func KCGImagePropertyIPTCExtArtworkSourceInvURL() obj.Object
- func KCGImagePropertyIPTCExtArtworkSourceInventoryNo() obj.Object
- func KCGImagePropertyIPTCExtArtworkStylePeriod() obj.Object
- func KCGImagePropertyIPTCExtArtworkTitle() obj.Object
- func KCGImagePropertyIPTCExtAudioBitrate() obj.Object
- func KCGImagePropertyIPTCExtAudioBitrateMode() obj.Object
- func KCGImagePropertyIPTCExtAudioChannelCount() obj.Object
- func KCGImagePropertyIPTCExtCircaDateCreated() obj.Object
- func KCGImagePropertyIPTCExtContainerFormat() obj.Object
- func KCGImagePropertyIPTCExtContainerFormatIdentifier() obj.Object
- func KCGImagePropertyIPTCExtContainerFormatName() obj.Object
- func KCGImagePropertyIPTCExtContributor() obj.Object
- func KCGImagePropertyIPTCExtContributorIdentifier() obj.Object
- func KCGImagePropertyIPTCExtContributorName() obj.Object
- func KCGImagePropertyIPTCExtContributorRole() obj.Object
- func KCGImagePropertyIPTCExtControlledVocabularyTerm() obj.Object
- func KCGImagePropertyIPTCExtCopyrightYear() obj.Object
- func KCGImagePropertyIPTCExtCreator() obj.Object
- func KCGImagePropertyIPTCExtCreatorIdentifier() obj.Object
- func KCGImagePropertyIPTCExtCreatorName() obj.Object
- func KCGImagePropertyIPTCExtCreatorRole() obj.Object
- func KCGImagePropertyIPTCExtDataOnScreen() obj.Object
- func KCGImagePropertyIPTCExtDataOnScreenRegion() obj.Object
- func KCGImagePropertyIPTCExtDataOnScreenRegionD() obj.Object
- func KCGImagePropertyIPTCExtDataOnScreenRegionH() obj.Object
- func KCGImagePropertyIPTCExtDataOnScreenRegionText() obj.Object
- func KCGImagePropertyIPTCExtDataOnScreenRegionUnit() obj.Object
- func KCGImagePropertyIPTCExtDataOnScreenRegionW() obj.Object
- func KCGImagePropertyIPTCExtDataOnScreenRegionX() obj.Object
- func KCGImagePropertyIPTCExtDataOnScreenRegionY() obj.Object
- func KCGImagePropertyIPTCExtDigitalImageGUID() obj.Object
- func KCGImagePropertyIPTCExtDigitalSourceFileType() obj.Object
- func KCGImagePropertyIPTCExtDigitalSourceType() obj.Object
- func KCGImagePropertyIPTCExtDopesheet() obj.Object
- func KCGImagePropertyIPTCExtDopesheetLink() obj.Object
- func KCGImagePropertyIPTCExtDopesheetLinkLink() obj.Object
- func KCGImagePropertyIPTCExtDopesheetLinkLinkQualifier() obj.Object
- func KCGImagePropertyIPTCExtEmbdEncRightsExpr() obj.Object
- func KCGImagePropertyIPTCExtEmbeddedEncodedRightsExpr() obj.Object
- func KCGImagePropertyIPTCExtEmbeddedEncodedRightsExprLangID() obj.Object
- func KCGImagePropertyIPTCExtEmbeddedEncodedRightsExprType() obj.Object
- func KCGImagePropertyIPTCExtEpisode() obj.Object
- func KCGImagePropertyIPTCExtEpisodeIdentifier() obj.Object
- func KCGImagePropertyIPTCExtEpisodeName() obj.Object
- func KCGImagePropertyIPTCExtEpisodeNumber() obj.Object
- func KCGImagePropertyIPTCExtEvent() obj.Object
- func KCGImagePropertyIPTCExtExternalMetadataLink() obj.Object
- func KCGImagePropertyIPTCExtFeedIdentifier() obj.Object
- func KCGImagePropertyIPTCExtGenre() obj.Object
- func KCGImagePropertyIPTCExtGenreCvId() obj.Object
- func KCGImagePropertyIPTCExtGenreCvTermId() obj.Object
- func KCGImagePropertyIPTCExtGenreCvTermName() obj.Object
- func KCGImagePropertyIPTCExtGenreCvTermRefinedAbout() obj.Object
- func KCGImagePropertyIPTCExtHeadline() obj.Object
- func KCGImagePropertyIPTCExtIPTCLastEdited() obj.Object
- func KCGImagePropertyIPTCExtLinkedEncRightsExpr() obj.Object
- func KCGImagePropertyIPTCExtLinkedEncodedRightsExpr() obj.Object
- func KCGImagePropertyIPTCExtLinkedEncodedRightsExprLangID() obj.Object
- func KCGImagePropertyIPTCExtLinkedEncodedRightsExprType() obj.Object
- func KCGImagePropertyIPTCExtLocationCity() obj.Object
- func KCGImagePropertyIPTCExtLocationCountryCode() obj.Object
- func KCGImagePropertyIPTCExtLocationCountryName() obj.Object
- func KCGImagePropertyIPTCExtLocationCreated() obj.Object
- func KCGImagePropertyIPTCExtLocationGPSAltitude() obj.Object
- func KCGImagePropertyIPTCExtLocationGPSLatitude() obj.Object
- func KCGImagePropertyIPTCExtLocationGPSLongitude() obj.Object
- func KCGImagePropertyIPTCExtLocationIdentifier() obj.Object
- func KCGImagePropertyIPTCExtLocationLocationId() obj.Object
- func KCGImagePropertyIPTCExtLocationLocationName() obj.Object
- func KCGImagePropertyIPTCExtLocationProvinceState() obj.Object
- func KCGImagePropertyIPTCExtLocationShown() obj.Object
- func KCGImagePropertyIPTCExtLocationSublocation() obj.Object
- func KCGImagePropertyIPTCExtLocationWorldRegion() obj.Object
- func KCGImagePropertyIPTCExtMaxAvailHeight() obj.Object
- func KCGImagePropertyIPTCExtMaxAvailWidth() obj.Object
- func KCGImagePropertyIPTCExtModelAge() obj.Object
- func KCGImagePropertyIPTCExtOrganisationInImageCode() obj.Object
- func KCGImagePropertyIPTCExtOrganisationInImageName() obj.Object
- func KCGImagePropertyIPTCExtPersonHeard() obj.Object
- func KCGImagePropertyIPTCExtPersonHeardIdentifier() obj.Object
- func KCGImagePropertyIPTCExtPersonHeardName() obj.Object
- func KCGImagePropertyIPTCExtPersonInImage() obj.Object
- func KCGImagePropertyIPTCExtPersonInImageCharacteristic() obj.Object
- func KCGImagePropertyIPTCExtPersonInImageCvTermCvId() obj.Object
- func KCGImagePropertyIPTCExtPersonInImageCvTermId() obj.Object
- func KCGImagePropertyIPTCExtPersonInImageCvTermName() obj.Object
- func KCGImagePropertyIPTCExtPersonInImageCvTermRefinedAbout() obj.Object
- func KCGImagePropertyIPTCExtPersonInImageDescription() obj.Object
- func KCGImagePropertyIPTCExtPersonInImageId() obj.Object
- func KCGImagePropertyIPTCExtPersonInImageName() obj.Object
- func KCGImagePropertyIPTCExtPersonInImageWDetails() obj.Object
- func KCGImagePropertyIPTCExtProductInImage() obj.Object
- func KCGImagePropertyIPTCExtProductInImageDescription() obj.Object
- func KCGImagePropertyIPTCExtProductInImageGTIN() obj.Object
- func KCGImagePropertyIPTCExtProductInImageName() obj.Object
- func KCGImagePropertyIPTCExtPublicationEvent() obj.Object
- func KCGImagePropertyIPTCExtPublicationEventDate() obj.Object
- func KCGImagePropertyIPTCExtPublicationEventIdentifier() obj.Object
- func KCGImagePropertyIPTCExtPublicationEventName() obj.Object
- func KCGImagePropertyIPTCExtRating() obj.Object
- func KCGImagePropertyIPTCExtRatingRatingRegion() obj.Object
- func KCGImagePropertyIPTCExtRatingRegionCity() obj.Object
- func KCGImagePropertyIPTCExtRatingRegionCountryCode() obj.Object
- func KCGImagePropertyIPTCExtRatingRegionCountryName() obj.Object
- func KCGImagePropertyIPTCExtRatingRegionGPSAltitude() obj.Object
- func KCGImagePropertyIPTCExtRatingRegionGPSLatitude() obj.Object
- func KCGImagePropertyIPTCExtRatingRegionGPSLongitude() obj.Object
- func KCGImagePropertyIPTCExtRatingRegionIdentifier() obj.Object
- func KCGImagePropertyIPTCExtRatingRegionLocationId() obj.Object
- func KCGImagePropertyIPTCExtRatingRegionLocationName() obj.Object
- func KCGImagePropertyIPTCExtRatingRegionProvinceState() obj.Object
- func KCGImagePropertyIPTCExtRatingRegionSublocation() obj.Object
- func KCGImagePropertyIPTCExtRatingRegionWorldRegion() obj.Object
- func KCGImagePropertyIPTCExtRatingScaleMaxValue() obj.Object
- func KCGImagePropertyIPTCExtRatingScaleMinValue() obj.Object
- func KCGImagePropertyIPTCExtRatingSourceLink() obj.Object
- func KCGImagePropertyIPTCExtRatingValue() obj.Object
- func KCGImagePropertyIPTCExtRatingValueLogoLink() obj.Object
- func KCGImagePropertyIPTCExtRegistryEntryRole() obj.Object
- func KCGImagePropertyIPTCExtRegistryID() obj.Object
- func KCGImagePropertyIPTCExtRegistryItemID() obj.Object
- func KCGImagePropertyIPTCExtRegistryOrganisationID() obj.Object
- func KCGImagePropertyIPTCExtReleaseReady() obj.Object
- func KCGImagePropertyIPTCExtSeason() obj.Object
- func KCGImagePropertyIPTCExtSeasonIdentifier() obj.Object
- func KCGImagePropertyIPTCExtSeasonName() obj.Object
- func KCGImagePropertyIPTCExtSeasonNumber() obj.Object
- func KCGImagePropertyIPTCExtSeries() obj.Object
- func KCGImagePropertyIPTCExtSeriesIdentifier() obj.Object
- func KCGImagePropertyIPTCExtSeriesName() obj.Object
- func KCGImagePropertyIPTCExtShownEvent() obj.Object
- func KCGImagePropertyIPTCExtShownEventIdentifier() obj.Object
- func KCGImagePropertyIPTCExtShownEventName() obj.Object
- func KCGImagePropertyIPTCExtStorylineIdentifier() obj.Object
- func KCGImagePropertyIPTCExtStreamReady() obj.Object
- func KCGImagePropertyIPTCExtStylePeriod() obj.Object
- func KCGImagePropertyIPTCExtSupplyChainSource() obj.Object
- func KCGImagePropertyIPTCExtSupplyChainSourceIdentifier() obj.Object
- func KCGImagePropertyIPTCExtSupplyChainSourceName() obj.Object
- func KCGImagePropertyIPTCExtTemporalCoverage() obj.Object
- func KCGImagePropertyIPTCExtTemporalCoverageFrom() obj.Object
- func KCGImagePropertyIPTCExtTemporalCoverageTo() obj.Object
- func KCGImagePropertyIPTCExtTranscript() obj.Object
- func KCGImagePropertyIPTCExtTranscriptLink() obj.Object
- func KCGImagePropertyIPTCExtTranscriptLinkLink() obj.Object
- func KCGImagePropertyIPTCExtTranscriptLinkLinkQualifier() obj.Object
- func KCGImagePropertyIPTCExtVideoBitrate() obj.Object
- func KCGImagePropertyIPTCExtVideoBitrateMode() obj.Object
- func KCGImagePropertyIPTCExtVideoDisplayAspectRatio() obj.Object
- func KCGImagePropertyIPTCExtVideoEncodingProfile() obj.Object
- func KCGImagePropertyIPTCExtVideoShotType() obj.Object
- func KCGImagePropertyIPTCExtVideoShotTypeIdentifier() obj.Object
- func KCGImagePropertyIPTCExtVideoShotTypeName() obj.Object
- func KCGImagePropertyIPTCExtVideoStreamsCount() obj.Object
- func KCGImagePropertyIPTCExtVisualColor() obj.Object
- func KCGImagePropertyIPTCExtWorkflowTag() obj.Object
- func KCGImagePropertyIPTCExtWorkflowTagCvId() obj.Object
- func KCGImagePropertyIPTCExtWorkflowTagCvTermId() obj.Object
- func KCGImagePropertyIPTCExtWorkflowTagCvTermName() obj.Object
- func KCGImagePropertyIPTCExtWorkflowTagCvTermRefinedAbout() obj.Object
- func KCGImagePropertyIPTCFixtureIdentifier() obj.Object
- func KCGImagePropertyIPTCHeadline() obj.Object
- func KCGImagePropertyIPTCImageOrientation() obj.Object
- func KCGImagePropertyIPTCImageType() obj.Object
- func KCGImagePropertyIPTCKeywords() obj.Object
- func KCGImagePropertyIPTCLanguageIdentifier() obj.Object
- func KCGImagePropertyIPTCObjectAttributeReference() obj.Object
- func KCGImagePropertyIPTCObjectCycle() obj.Object
- func KCGImagePropertyIPTCObjectName() obj.Object
- func KCGImagePropertyIPTCObjectTypeReference() obj.Object
- func KCGImagePropertyIPTCOriginalTransmissionReference() obj.Object
- func KCGImagePropertyIPTCOriginatingProgram() obj.Object
- func KCGImagePropertyIPTCProgramVersion() obj.Object
- func KCGImagePropertyIPTCProvinceState() obj.Object
- func KCGImagePropertyIPTCReferenceDate() obj.Object
- func KCGImagePropertyIPTCReferenceNumber() obj.Object
- func KCGImagePropertyIPTCReferenceService() obj.Object
- func KCGImagePropertyIPTCReleaseDate() obj.Object
- func KCGImagePropertyIPTCReleaseTime() obj.Object
- func KCGImagePropertyIPTCRightsUsageTerms() obj.Object
- func KCGImagePropertyIPTCScene() obj.Object
- func KCGImagePropertyIPTCSource() obj.Object
- func KCGImagePropertyIPTCSpecialInstructions() obj.Object
- func KCGImagePropertyIPTCStarRating() obj.Object
- func KCGImagePropertyIPTCSubLocation() obj.Object
- func KCGImagePropertyIPTCSubjectReference() obj.Object
- func KCGImagePropertyIPTCSupplementalCategory() obj.Object
- func KCGImagePropertyIPTCTimeCreated() obj.Object
- func KCGImagePropertyIPTCUrgency() obj.Object
- func KCGImagePropertyIPTCWriterEditor() obj.Object
- func KCGImagePropertyImageCount() obj.Object
- func KCGImagePropertyImageIndex() obj.Object
- func KCGImagePropertyImages() obj.Object
- func KCGImagePropertyIsFloat() obj.Object
- func KCGImagePropertyIsIndexed() obj.Object
- func KCGImagePropertyJFIFDensityUnit() obj.Object
- func KCGImagePropertyJFIFDictionary() obj.Object
- func KCGImagePropertyJFIFIsProgressive() obj.Object
- func KCGImagePropertyJFIFVersion() obj.Object
- func KCGImagePropertyJFIFXDensity() obj.Object
- func KCGImagePropertyJFIFYDensity() obj.Object
- func KCGImagePropertyMakerAppleDictionary() obj.Object
- func KCGImagePropertyMakerCanonAspectRatioInfo() obj.Object
- func KCGImagePropertyMakerCanonCameraSerialNumber() obj.Object
- func KCGImagePropertyMakerCanonContinuousDrive() obj.Object
- func KCGImagePropertyMakerCanonDictionary() obj.Object
- func KCGImagePropertyMakerCanonFirmware() obj.Object
- func KCGImagePropertyMakerCanonFlashExposureComp() obj.Object
- func KCGImagePropertyMakerCanonImageSerialNumber() obj.Object
- func KCGImagePropertyMakerCanonLensModel() obj.Object
- func KCGImagePropertyMakerCanonOwnerName() obj.Object
- func KCGImagePropertyMakerFujiDictionary() obj.Object
- func KCGImagePropertyMakerMinoltaDictionary() obj.Object
- func KCGImagePropertyMakerNikonCameraSerialNumber() obj.Object
- func KCGImagePropertyMakerNikonColorMode() obj.Object
- func KCGImagePropertyMakerNikonDictionary() obj.Object
- func KCGImagePropertyMakerNikonDigitalZoom() obj.Object
- func KCGImagePropertyMakerNikonFlashExposureComp() obj.Object
- func KCGImagePropertyMakerNikonFlashSetting() obj.Object
- func KCGImagePropertyMakerNikonFocusDistance() obj.Object
- func KCGImagePropertyMakerNikonFocusMode() obj.Object
- func KCGImagePropertyMakerNikonISOSelection() obj.Object
- func KCGImagePropertyMakerNikonISOSetting() obj.Object
- func KCGImagePropertyMakerNikonImageAdjustment() obj.Object
- func KCGImagePropertyMakerNikonLensAdapter() obj.Object
- func KCGImagePropertyMakerNikonLensInfo() obj.Object
- func KCGImagePropertyMakerNikonLensType() obj.Object
- func KCGImagePropertyMakerNikonQuality() obj.Object
- func KCGImagePropertyMakerNikonSharpenMode() obj.Object
- func KCGImagePropertyMakerNikonShootingMode() obj.Object
- func KCGImagePropertyMakerNikonShutterCount() obj.Object
- func KCGImagePropertyMakerNikonWhiteBalanceMode() obj.Object
- func KCGImagePropertyMakerOlympusDictionary() obj.Object
- func KCGImagePropertyMakerPentaxDictionary() obj.Object
- func KCGImagePropertyNamedColorSpace() obj.Object
- func KCGImagePropertyOpenEXRAspectRatio() obj.Object
- func KCGImagePropertyOpenEXRCompression() obj.Object
- func KCGImagePropertyOpenEXRDictionary() obj.Object
- func KCGImagePropertyOrientation() obj.Object
- func KCGImagePropertyPNGAuthor() obj.Object
- func KCGImagePropertyPNGChromaticities() obj.Object
- func KCGImagePropertyPNGComment() obj.Object
- func KCGImagePropertyPNGCompressionFilter() obj.Object
- func KCGImagePropertyPNGCopyright() obj.Object
- func KCGImagePropertyPNGCreationTime() obj.Object
- func KCGImagePropertyPNGDescription() obj.Object
- func KCGImagePropertyPNGDictionary() obj.Object
- func KCGImagePropertyPNGDisclaimer() obj.Object
- func KCGImagePropertyPNGGamma() obj.Object
- func KCGImagePropertyPNGInterlaceType() obj.Object
- func KCGImagePropertyPNGModificationTime() obj.Object
- func KCGImagePropertyPNGPixelsAspectRatio() obj.Object
- func KCGImagePropertyPNGSoftware() obj.Object
- func KCGImagePropertyPNGSource() obj.Object
- func KCGImagePropertyPNGTitle() obj.Object
- func KCGImagePropertyPNGTransparency() obj.Object
- func KCGImagePropertyPNGWarning() obj.Object
- func KCGImagePropertyPNGXPixelsPerMeter() obj.Object
- func KCGImagePropertyPNGYPixelsPerMeter() obj.Object
- func KCGImagePropertyPNGsRGBIntent() obj.Object
- func KCGImagePropertyPVREncoder() obj.Object
- func KCGImagePropertyPixelFormat() obj.Object
- func KCGImagePropertyPixelHeight() obj.Object
- func KCGImagePropertyPixelWidth() obj.Object
- func KCGImagePropertyPrimaryImage() obj.Object
- func KCGImagePropertyProfileName() obj.Object
- func KCGImagePropertyRawDictionary() obj.Object
- func KCGImagePropertyTGACompression() obj.Object
- func KCGImagePropertyTGADictionary() obj.Object
- func KCGImagePropertyTIFFArtist() obj.Object
- func KCGImagePropertyTIFFCompression() obj.Object
- func KCGImagePropertyTIFFCopyright() obj.Object
- func KCGImagePropertyTIFFDateTime() obj.Object
- func KCGImagePropertyTIFFDictionary() obj.Object
- func KCGImagePropertyTIFFDocumentName() obj.Object
- func KCGImagePropertyTIFFHostComputer() obj.Object
- func KCGImagePropertyTIFFImageDescription() obj.Object
- func KCGImagePropertyTIFFMake() obj.Object
- func KCGImagePropertyTIFFModel() obj.Object
- func KCGImagePropertyTIFFOrientation() obj.Object
- func KCGImagePropertyTIFFPhotometricInterpretation() obj.Object
- func KCGImagePropertyTIFFPrimaryChromaticities() obj.Object
- func KCGImagePropertyTIFFResolutionUnit() obj.Object
- func KCGImagePropertyTIFFSoftware() obj.Object
- func KCGImagePropertyTIFFTileLength() obj.Object
- func KCGImagePropertyTIFFTileWidth() obj.Object
- func KCGImagePropertyTIFFTransferFunction() obj.Object
- func KCGImagePropertyTIFFWhitePoint() obj.Object
- func KCGImagePropertyTIFFXPosition() obj.Object
- func KCGImagePropertyTIFFXResolution() obj.Object
- func KCGImagePropertyTIFFYPosition() obj.Object
- func KCGImagePropertyTIFFYResolution() obj.Object
- func KCGImagePropertyThumbnailImages() obj.Object
- func KCGImagePropertyWebPCanvasPixelHeight() obj.Object
- func KCGImagePropertyWebPCanvasPixelWidth() obj.Object
- func KCGImagePropertyWebPDelayTime() obj.Object
- func KCGImagePropertyWebPDictionary() obj.Object
- func KCGImagePropertyWebPFrameInfoArray() obj.Object
- func KCGImagePropertyWebPLoopCount() obj.Object
- func KCGImagePropertyWebPUnclampedDelayTime() obj.Object
- func KCGImagePropertyWidth() obj.Object
- func KCGImageProviderPreferredTileHeight() obj.Object
- func KCGImageProviderPreferredTileWidth() obj.Object
- func KCGImageSourceCreateThumbnailFromImageAlways() obj.Object
- func KCGImageSourceCreateThumbnailFromImageIfAbsent() obj.Object
- func KCGImageSourceCreateThumbnailWithTransform() obj.Object
- func KCGImageSourceDecodeRequest() obj.Object
- func KCGImageSourceDecodeRequestOptions() obj.Object
- func KCGImageSourceDecodeToHDR() obj.Object
- func KCGImageSourceDecodeToSDR() obj.Object
- func KCGImageSourceGenerateImageSpecificLumaScaling() obj.Object
- func KCGImageSourceShouldAllowFloat() obj.Object
- func KCGImageSourceShouldCache() obj.Object
- func KCGImageSourceShouldCacheImmediately() obj.Object
- func KCGImageSourceSubsampleFactor() obj.Object
- func KCGImageSourceThumbnailMaxPixelSize() obj.Object
- func KCGImageSourceTypeIdentifierHint() obj.Object
- func KIIOCameraExtrinsics_CoordinateSystemID() obj.Object
- func KIIOCameraExtrinsics_Position() obj.Object
- func KIIOCameraExtrinsics_Rotation() obj.Object
- func KIIOCameraModelType_GenericPinhole() obj.Object
- func KIIOCameraModelType_SimplifiedPinhole() obj.Object
- func KIIOCameraModel_Intrinsics() obj.Object
- func KIIOCameraModel_ModelType() obj.Object
- func KIIOMetadata_CameraExtrinsicsKey() obj.Object
- func KIIOMetadata_CameraModelKey() obj.Object
- func KIIOMonoscopicImageLocation_Center() obj.Object
- func KIIOMonoscopicImageLocation_Left() obj.Object
- func KIIOMonoscopicImageLocation_Right() obj.Object
- func KIIOMonoscopicImageLocation_Unspecified() obj.Object
- func KIIOStereoAggressors_Severity() obj.Object
- func KIIOStereoAggressors_SubTypeURI() obj.Object
- func KIIOStereoAggressors_Type() obj.Object
- type CGImageAnimationStatus
- type CGImageDestination
- type CGImageMetadata
- type CGImageMetadataErrors
- type CGImageMetadataTag
- type CGImageMetadataType
- type CGImagePropertyOrientation
- type CGImagePropertyTGACompression
- type CGImageSource
- type CGImageSourceStatus
- type Clockid
- type DispatchAutoreleaseFrequency
- type DispatchBlockFlags
- type EntryID
- type EvCmd
- type FilesecProperty
- type Flag
- type Idtype
- type IpcInfoObjectType
- type MachVMRangeFlags
- type MachVMRangeFlavor
- type MachVMRangeTag
- type MpoFlags
- type NXMouseButton
- type OSClockid
- type Perm
- type PtrauthKey
- type QosClass
- type Tag
- type Type
- type VirtualMemoryGuardExceptionCode
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CGAnimateImageAtURLWithBlock ¶
func CGAnimateImageAtURLWithBlock(url corefoundation.CFURLRef, options corefoundation.CFDictionaryRef, block unsafe.Pointer) int
CGAnimateImageAtURLWithBlock calls the ImageIO framework function CGAnimateImageAtURLWithBlock.
func CGAnimateImageDataWithBlock ¶
func CGAnimateImageDataWithBlock(data corefoundation.CFDataRef, options corefoundation.CFDictionaryRef, block unsafe.Pointer) int
CGAnimateImageDataWithBlock calls the ImageIO framework function CGAnimateImageDataWithBlock.
func CGImageDestinationAddAuxiliaryDataInfo ¶
func CGImageDestinationAddAuxiliaryDataInfo(idst coregraphics.CGImageDestinationRef, auxiliaryImageDataType corefoundation.CFStringRef, auxiliaryDataInfoDictionary corefoundation.CFDictionaryRef)
CGImageDestinationAddAuxiliaryDataInfo calls the ImageIO framework function CGImageDestinationAddAuxiliaryDataInfo.
func CGImageDestinationAddImage ¶
func CGImageDestinationAddImage(idst coregraphics.CGImageDestinationRef, image coregraphics.CGImageRef, properties corefoundation.CFDictionaryRef)
CGImageDestinationAddImage calls the ImageIO framework function CGImageDestinationAddImage.
func CGImageDestinationAddImageAndMetadata ¶
func CGImageDestinationAddImageAndMetadata(idst coregraphics.CGImageDestinationRef, image coregraphics.CGImageRef, metadata coregraphics.CGImageMetadataRef, options corefoundation.CFDictionaryRef)
CGImageDestinationAddImageAndMetadata calls the ImageIO framework function CGImageDestinationAddImageAndMetadata.
func CGImageDestinationAddImageFromSource ¶
func CGImageDestinationAddImageFromSource(idst coregraphics.CGImageDestinationRef, isrc coregraphics.CGImageSourceRef, index int, properties corefoundation.CFDictionaryRef)
CGImageDestinationAddImageFromSource calls the ImageIO framework function CGImageDestinationAddImageFromSource.
func CGImageDestinationCopyImageSource ¶
func CGImageDestinationCopyImageSource(idst coregraphics.CGImageDestinationRef, isrc coregraphics.CGImageSourceRef, options corefoundation.CFDictionaryRef) error
func CGImageDestinationCopyTypeIdentifiers ¶
func CGImageDestinationCopyTypeIdentifiers() corefoundation.CFArrayRef
CGImageDestinationCopyTypeIdentifiers calls the ImageIO framework function CGImageDestinationCopyTypeIdentifiers.
func CGImageDestinationCreateWithData ¶
func CGImageDestinationCreateWithData(data corefoundation.CFMutableDataRef, type_ corefoundation.CFStringRef, count int, options corefoundation.CFDictionaryRef) coregraphics.CGImageDestinationRef
CGImageDestinationCreateWithData calls the ImageIO framework function CGImageDestinationCreateWithData.
func CGImageDestinationCreateWithDataConsumer ¶
func CGImageDestinationCreateWithDataConsumer(consumer coregraphics.CGDataConsumerRef, type_ corefoundation.CFStringRef, count int, options corefoundation.CFDictionaryRef) coregraphics.CGImageDestinationRef
CGImageDestinationCreateWithDataConsumer calls the ImageIO framework function CGImageDestinationCreateWithDataConsumer.
func CGImageDestinationCreateWithURL ¶
func CGImageDestinationCreateWithURL(url corefoundation.CFURLRef, type_ corefoundation.CFStringRef, count int, options corefoundation.CFDictionaryRef) coregraphics.CGImageDestinationRef
CGImageDestinationCreateWithURL calls the ImageIO framework function CGImageDestinationCreateWithURL.
func CGImageDestinationFinalize ¶
func CGImageDestinationFinalize(idst coregraphics.CGImageDestinationRef) bool
CGImageDestinationFinalize calls the ImageIO framework function CGImageDestinationFinalize.
func CGImageDestinationGetTypeID ¶
func CGImageDestinationGetTypeID() int
CGImageDestinationGetTypeID calls the ImageIO framework function CGImageDestinationGetTypeID.
func CGImageDestinationSetProperties ¶
func CGImageDestinationSetProperties(idst coregraphics.CGImageDestinationRef, properties corefoundation.CFDictionaryRef)
CGImageDestinationSetProperties calls the ImageIO framework function CGImageDestinationSetProperties.
func CGImageMetadataCopyStringValueWithPath ¶
func CGImageMetadataCopyStringValueWithPath(metadata coregraphics.CGImageMetadataRef, parent coregraphics.CGImageMetadataTagRef, path corefoundation.CFStringRef) corefoundation.CFStringRef
CGImageMetadataCopyStringValueWithPath calls the ImageIO framework function CGImageMetadataCopyStringValueWithPath.
func CGImageMetadataCopyTagMatchingImageProperty ¶
func CGImageMetadataCopyTagMatchingImageProperty(metadata coregraphics.CGImageMetadataRef, dictionaryName corefoundation.CFStringRef, propertyName corefoundation.CFStringRef) coregraphics.CGImageMetadataTagRef
CGImageMetadataCopyTagMatchingImageProperty calls the ImageIO framework function CGImageMetadataCopyTagMatchingImageProperty.
func CGImageMetadataCopyTagWithPath ¶
func CGImageMetadataCopyTagWithPath(metadata coregraphics.CGImageMetadataRef, parent coregraphics.CGImageMetadataTagRef, path corefoundation.CFStringRef) coregraphics.CGImageMetadataTagRef
CGImageMetadataCopyTagWithPath calls the ImageIO framework function CGImageMetadataCopyTagWithPath.
func CGImageMetadataCopyTags ¶
func CGImageMetadataCopyTags(metadata coregraphics.CGImageMetadataRef) corefoundation.CFArrayRef
CGImageMetadataCopyTags calls the ImageIO framework function CGImageMetadataCopyTags.
func CGImageMetadataCreateFromXMPData ¶
func CGImageMetadataCreateFromXMPData(data corefoundation.CFDataRef) coregraphics.CGImageMetadataRef
CGImageMetadataCreateFromXMPData calls the ImageIO framework function CGImageMetadataCreateFromXMPData.
func CGImageMetadataCreateMutable ¶
func CGImageMetadataCreateMutable() coregraphics.CGMutableImageMetadataRef
CGImageMetadataCreateMutable calls the ImageIO framework function CGImageMetadataCreateMutable.
func CGImageMetadataCreateMutableCopy ¶
func CGImageMetadataCreateMutableCopy(metadata coregraphics.CGImageMetadataRef) coregraphics.CGMutableImageMetadataRef
CGImageMetadataCreateMutableCopy calls the ImageIO framework function CGImageMetadataCreateMutableCopy.
func CGImageMetadataCreateXMPData ¶
func CGImageMetadataCreateXMPData(metadata coregraphics.CGImageMetadataRef, options corefoundation.CFDictionaryRef) corefoundation.CFDataRef
CGImageMetadataCreateXMPData calls the ImageIO framework function CGImageMetadataCreateXMPData.
func CGImageMetadataEnumerateTagsUsingBlock ¶
func CGImageMetadataEnumerateTagsUsingBlock(metadata coregraphics.CGImageMetadataRef, rootPath corefoundation.CFStringRef, options corefoundation.CFDictionaryRef, block func(unsafe.Pointer, unsafe.Pointer) bool)
CGImageMetadataEnumerateTagsUsingBlock calls the ImageIO framework function CGImageMetadataEnumerateTagsUsingBlock.
func CGImageMetadataGetTypeID ¶
func CGImageMetadataGetTypeID() int
CGImageMetadataGetTypeID calls the ImageIO framework function CGImageMetadataGetTypeID.
func CGImageMetadataRegisterNamespaceForPrefix ¶
func CGImageMetadataRegisterNamespaceForPrefix(metadata coregraphics.CGMutableImageMetadataRef, xmlns corefoundation.CFStringRef, prefix corefoundation.CFStringRef) error
func CGImageMetadataRemoveTagWithPath ¶
func CGImageMetadataRemoveTagWithPath(metadata coregraphics.CGMutableImageMetadataRef, parent coregraphics.CGImageMetadataTagRef, path corefoundation.CFStringRef) bool
CGImageMetadataRemoveTagWithPath calls the ImageIO framework function CGImageMetadataRemoveTagWithPath.
func CGImageMetadataSetTagWithPath ¶
func CGImageMetadataSetTagWithPath(metadata coregraphics.CGMutableImageMetadataRef, parent coregraphics.CGImageMetadataTagRef, path corefoundation.CFStringRef, tag coregraphics.CGImageMetadataTagRef) bool
CGImageMetadataSetTagWithPath calls the ImageIO framework function CGImageMetadataSetTagWithPath.
func CGImageMetadataSetValueMatchingImageProperty ¶
func CGImageMetadataSetValueMatchingImageProperty(metadata coregraphics.CGMutableImageMetadataRef, dictionaryName corefoundation.CFStringRef, propertyName corefoundation.CFStringRef, value obj.Object) bool
CGImageMetadataSetValueMatchingImageProperty calls the ImageIO framework function CGImageMetadataSetValueMatchingImageProperty.
func CGImageMetadataSetValueWithPath ¶
func CGImageMetadataSetValueWithPath(metadata coregraphics.CGMutableImageMetadataRef, parent coregraphics.CGImageMetadataTagRef, path corefoundation.CFStringRef, value obj.Object) bool
CGImageMetadataSetValueWithPath calls the ImageIO framework function CGImageMetadataSetValueWithPath.
func CGImageMetadataTagCopyName ¶
func CGImageMetadataTagCopyName(tag coregraphics.CGImageMetadataTagRef) corefoundation.CFStringRef
CGImageMetadataTagCopyName calls the ImageIO framework function CGImageMetadataTagCopyName.
func CGImageMetadataTagCopyNamespace ¶
func CGImageMetadataTagCopyNamespace(tag coregraphics.CGImageMetadataTagRef) corefoundation.CFStringRef
CGImageMetadataTagCopyNamespace calls the ImageIO framework function CGImageMetadataTagCopyNamespace.
func CGImageMetadataTagCopyPrefix ¶
func CGImageMetadataTagCopyPrefix(tag coregraphics.CGImageMetadataTagRef) corefoundation.CFStringRef
CGImageMetadataTagCopyPrefix calls the ImageIO framework function CGImageMetadataTagCopyPrefix.
func CGImageMetadataTagCopyQualifiers ¶
func CGImageMetadataTagCopyQualifiers(tag coregraphics.CGImageMetadataTagRef) corefoundation.CFArrayRef
CGImageMetadataTagCopyQualifiers calls the ImageIO framework function CGImageMetadataTagCopyQualifiers.
func CGImageMetadataTagCopyValue ¶
func CGImageMetadataTagCopyValue(tag coregraphics.CGImageMetadataTagRef) obj.Object
CGImageMetadataTagCopyValue calls the ImageIO framework function CGImageMetadataTagCopyValue.
func CGImageMetadataTagCreate ¶
func CGImageMetadataTagCreate(xmlns corefoundation.CFStringRef, prefix corefoundation.CFStringRef, name corefoundation.CFStringRef, type_ CGImageMetadataType, value obj.Object) coregraphics.CGImageMetadataTagRef
CGImageMetadataTagCreate calls the ImageIO framework function CGImageMetadataTagCreate.
func CGImageMetadataTagGetTypeID ¶
func CGImageMetadataTagGetTypeID() int
CGImageMetadataTagGetTypeID calls the ImageIO framework function CGImageMetadataTagGetTypeID.
func CGImageSourceCopyAuxiliaryDataInfoAtIndex ¶
func CGImageSourceCopyAuxiliaryDataInfoAtIndex(isrc coregraphics.CGImageSourceRef, index int, auxiliaryImageDataType corefoundation.CFStringRef) corefoundation.CFDictionaryRef
CGImageSourceCopyAuxiliaryDataInfoAtIndex calls the ImageIO framework function CGImageSourceCopyAuxiliaryDataInfoAtIndex.
func CGImageSourceCopyMetadataAtIndex ¶
func CGImageSourceCopyMetadataAtIndex(isrc coregraphics.CGImageSourceRef, index int, options corefoundation.CFDictionaryRef) coregraphics.CGImageMetadataRef
CGImageSourceCopyMetadataAtIndex calls the ImageIO framework function CGImageSourceCopyMetadataAtIndex.
func CGImageSourceCopyProperties ¶
func CGImageSourceCopyProperties(isrc coregraphics.CGImageSourceRef, options corefoundation.CFDictionaryRef) corefoundation.CFDictionaryRef
CGImageSourceCopyProperties calls the ImageIO framework function CGImageSourceCopyProperties.
func CGImageSourceCopyPropertiesAtIndex ¶
func CGImageSourceCopyPropertiesAtIndex(isrc coregraphics.CGImageSourceRef, index int, options corefoundation.CFDictionaryRef) corefoundation.CFDictionaryRef
CGImageSourceCopyPropertiesAtIndex calls the ImageIO framework function CGImageSourceCopyPropertiesAtIndex.
func CGImageSourceCopyTypeIdentifiers ¶
func CGImageSourceCopyTypeIdentifiers() corefoundation.CFArrayRef
CGImageSourceCopyTypeIdentifiers calls the ImageIO framework function CGImageSourceCopyTypeIdentifiers.
func CGImageSourceCreateImageAtIndex ¶
func CGImageSourceCreateImageAtIndex(isrc coregraphics.CGImageSourceRef, index int, options corefoundation.CFDictionaryRef) coregraphics.CGImageRef
CGImageSourceCreateImageAtIndex calls the ImageIO framework function CGImageSourceCreateImageAtIndex.
func CGImageSourceCreateIncremental ¶
func CGImageSourceCreateIncremental(options corefoundation.CFDictionaryRef) coregraphics.CGImageSourceRef
CGImageSourceCreateIncremental calls the ImageIO framework function CGImageSourceCreateIncremental.
func CGImageSourceCreateThumbnailAtIndex ¶
func CGImageSourceCreateThumbnailAtIndex(isrc coregraphics.CGImageSourceRef, index int, options corefoundation.CFDictionaryRef) coregraphics.CGImageRef
CGImageSourceCreateThumbnailAtIndex calls the ImageIO framework function CGImageSourceCreateThumbnailAtIndex.
func CGImageSourceCreateWithData ¶
func CGImageSourceCreateWithData(data corefoundation.CFDataRef, options corefoundation.CFDictionaryRef) coregraphics.CGImageSourceRef
CGImageSourceCreateWithData calls the ImageIO framework function CGImageSourceCreateWithData.
func CGImageSourceCreateWithDataProvider ¶
func CGImageSourceCreateWithDataProvider(provider coregraphics.CGDataProviderRef, options corefoundation.CFDictionaryRef) coregraphics.CGImageSourceRef
CGImageSourceCreateWithDataProvider calls the ImageIO framework function CGImageSourceCreateWithDataProvider.
func CGImageSourceCreateWithURL ¶
func CGImageSourceCreateWithURL(url corefoundation.CFURLRef, options corefoundation.CFDictionaryRef) coregraphics.CGImageSourceRef
CGImageSourceCreateWithURL calls the ImageIO framework function CGImageSourceCreateWithURL.
func CGImageSourceGetCount ¶
func CGImageSourceGetCount(isrc coregraphics.CGImageSourceRef) int
CGImageSourceGetCount calls the ImageIO framework function CGImageSourceGetCount.
func CGImageSourceGetPrimaryImageIndex ¶
func CGImageSourceGetPrimaryImageIndex(isrc coregraphics.CGImageSourceRef) int
CGImageSourceGetPrimaryImageIndex calls the ImageIO framework function CGImageSourceGetPrimaryImageIndex.
func CGImageSourceGetType ¶
func CGImageSourceGetType(isrc coregraphics.CGImageSourceRef) corefoundation.CFStringRef
CGImageSourceGetType calls the ImageIO framework function CGImageSourceGetType.
func CGImageSourceGetTypeID ¶
func CGImageSourceGetTypeID() int
CGImageSourceGetTypeID calls the ImageIO framework function CGImageSourceGetTypeID.
func CGImageSourceRemoveCacheAtIndex ¶
func CGImageSourceRemoveCacheAtIndex(isrc coregraphics.CGImageSourceRef, index int)
CGImageSourceRemoveCacheAtIndex calls the ImageIO framework function CGImageSourceRemoveCacheAtIndex.
func CGImageSourceSetAllowableTypes ¶
CGImageSourceSetAllowableTypes reports an error if the ImageIO framework function CGImageSourceSetAllowableTypes fails.
func CGImageSourceUpdateData ¶
func CGImageSourceUpdateData(isrc coregraphics.CGImageSourceRef, data corefoundation.CFDataRef, final bool)
CGImageSourceUpdateData calls the ImageIO framework function CGImageSourceUpdateData.
func CGImageSourceUpdateDataProvider ¶
func CGImageSourceUpdateDataProvider(isrc coregraphics.CGImageSourceRef, provider coregraphics.CGDataProviderRef, final bool)
CGImageSourceUpdateDataProvider calls the ImageIO framework function CGImageSourceUpdateDataProvider.
func KCFErrorDomainCGImageMetadata ¶
KCFErrorDomainCGImageMetadata returns the value of the constant kCFErrorDomainCGImageMetadata.
func KCGComputeHDRStats ¶
KCGComputeHDRStats returns the value of the constant kCGComputeHDRStats.
func KCGImageAnimationDelayTime ¶
KCGImageAnimationDelayTime returns the value of the constant kCGImageAnimationDelayTime.
func KCGImageAnimationLoopCount ¶
KCGImageAnimationLoopCount returns the value of the constant kCGImageAnimationLoopCount.
func KCGImageAnimationStartIndex ¶
KCGImageAnimationStartIndex returns the value of the constant kCGImageAnimationStartIndex.
func KCGImageAuxiliaryDataInfoColorSpace ¶
KCGImageAuxiliaryDataInfoColorSpace returns the value of the constant kCGImageAuxiliaryDataInfoColorSpace.
func KCGImageAuxiliaryDataInfoData ¶
KCGImageAuxiliaryDataInfoData returns the value of the constant kCGImageAuxiliaryDataInfoData.
func KCGImageAuxiliaryDataInfoDataDescription ¶
KCGImageAuxiliaryDataInfoDataDescription returns the value of the constant kCGImageAuxiliaryDataInfoDataDescription.
func KCGImageAuxiliaryDataInfoMetadata ¶
KCGImageAuxiliaryDataInfoMetadata returns the value of the constant kCGImageAuxiliaryDataInfoMetadata.
func KCGImageAuxiliaryDataTypeDepth ¶
KCGImageAuxiliaryDataTypeDepth returns the value of the constant kCGImageAuxiliaryDataTypeDepth.
func KCGImageAuxiliaryDataTypeDisparity ¶
KCGImageAuxiliaryDataTypeDisparity returns the value of the constant kCGImageAuxiliaryDataTypeDisparity.
func KCGImageAuxiliaryDataTypeHDRGainMap ¶
KCGImageAuxiliaryDataTypeHDRGainMap returns the value of the constant kCGImageAuxiliaryDataTypeHDRGainMap.
func KCGImageAuxiliaryDataTypeISOGainMap ¶
KCGImageAuxiliaryDataTypeISOGainMap returns the value of the constant kCGImageAuxiliaryDataTypeISOGainMap.
func KCGImageAuxiliaryDataTypePortraitEffectsMatte ¶
KCGImageAuxiliaryDataTypePortraitEffectsMatte returns the value of the constant kCGImageAuxiliaryDataTypePortraitEffectsMatte.
func KCGImageAuxiliaryDataTypeSemanticSegmentationGlassesMatte ¶
KCGImageAuxiliaryDataTypeSemanticSegmentationGlassesMatte returns the value of the constant kCGImageAuxiliaryDataTypeSemanticSegmentationGlassesMatte.
func KCGImageAuxiliaryDataTypeSemanticSegmentationHairMatte ¶
KCGImageAuxiliaryDataTypeSemanticSegmentationHairMatte returns the value of the constant kCGImageAuxiliaryDataTypeSemanticSegmentationHairMatte.
func KCGImageAuxiliaryDataTypeSemanticSegmentationSkinMatte ¶
KCGImageAuxiliaryDataTypeSemanticSegmentationSkinMatte returns the value of the constant kCGImageAuxiliaryDataTypeSemanticSegmentationSkinMatte.
func KCGImageAuxiliaryDataTypeSemanticSegmentationSkyMatte ¶
KCGImageAuxiliaryDataTypeSemanticSegmentationSkyMatte returns the value of the constant kCGImageAuxiliaryDataTypeSemanticSegmentationSkyMatte.
func KCGImageAuxiliaryDataTypeSemanticSegmentationTeethMatte ¶
KCGImageAuxiliaryDataTypeSemanticSegmentationTeethMatte returns the value of the constant kCGImageAuxiliaryDataTypeSemanticSegmentationTeethMatte.
func KCGImageDestinationBackgroundColor ¶
KCGImageDestinationBackgroundColor returns the value of the constant kCGImageDestinationBackgroundColor.
func KCGImageDestinationDateTime ¶
KCGImageDestinationDateTime returns the value of the constant kCGImageDestinationDateTime.
func KCGImageDestinationEmbedThumbnail ¶
KCGImageDestinationEmbedThumbnail returns the value of the constant kCGImageDestinationEmbedThumbnail.
func KCGImageDestinationEncodeAlternateColorSpace ¶
KCGImageDestinationEncodeAlternateColorSpace returns the value of the constant kCGImageDestinationEncodeAlternateColorSpace.
func KCGImageDestinationEncodeBaseColorSpace ¶
KCGImageDestinationEncodeBaseColorSpace returns the value of the constant kCGImageDestinationEncodeBaseColorSpace.
func KCGImageDestinationEncodeBaseIsSDR ¶
KCGImageDestinationEncodeBaseIsSDR returns the value of the constant kCGImageDestinationEncodeBaseIsSDR.
func KCGImageDestinationEncodeBasePixelFormatRequest ¶
KCGImageDestinationEncodeBasePixelFormatRequest returns the value of the constant kCGImageDestinationEncodeBasePixelFormatRequest.
func KCGImageDestinationEncodeGainMapPixelFormatRequest ¶
KCGImageDestinationEncodeGainMapPixelFormatRequest returns the value of the constant kCGImageDestinationEncodeGainMapPixelFormatRequest.
func KCGImageDestinationEncodeGainMapSubsampleFactor ¶
KCGImageDestinationEncodeGainMapSubsampleFactor returns the value of the constant kCGImageDestinationEncodeGainMapSubsampleFactor.
func KCGImageDestinationEncodeGenerateGainMapWithBaseImage ¶
KCGImageDestinationEncodeGenerateGainMapWithBaseImage returns the value of the constant kCGImageDestinationEncodeGenerateGainMapWithBaseImage.
func KCGImageDestinationEncodeIsBaseImage ¶
KCGImageDestinationEncodeIsBaseImage returns the value of the constant kCGImageDestinationEncodeIsBaseImage.
func KCGImageDestinationEncodeRequest ¶
KCGImageDestinationEncodeRequest returns the value of the constant kCGImageDestinationEncodeRequest.
func KCGImageDestinationEncodeRequestOptions ¶
KCGImageDestinationEncodeRequestOptions returns the value of the constant kCGImageDestinationEncodeRequestOptions.
func KCGImageDestinationEncodeToISOGainmap ¶
KCGImageDestinationEncodeToISOGainmap returns the value of the constant kCGImageDestinationEncodeToISOGainmap.
func KCGImageDestinationEncodeToISOHDR ¶
KCGImageDestinationEncodeToISOHDR returns the value of the constant kCGImageDestinationEncodeToISOHDR.
func KCGImageDestinationEncodeToSDR ¶
KCGImageDestinationEncodeToSDR returns the value of the constant kCGImageDestinationEncodeToSDR.
func KCGImageDestinationEncodeTonemapMode ¶
KCGImageDestinationEncodeTonemapMode returns the value of the constant kCGImageDestinationEncodeTonemapMode.
func KCGImageDestinationImageMaxPixelSize ¶
KCGImageDestinationImageMaxPixelSize returns the value of the constant kCGImageDestinationImageMaxPixelSize.
func KCGImageDestinationLossyCompressionQuality ¶
KCGImageDestinationLossyCompressionQuality returns the value of the constant kCGImageDestinationLossyCompressionQuality.
func KCGImageDestinationMergeMetadata ¶
KCGImageDestinationMergeMetadata returns the value of the constant kCGImageDestinationMergeMetadata.
func KCGImageDestinationMetadata ¶
KCGImageDestinationMetadata returns the value of the constant kCGImageDestinationMetadata.
func KCGImageDestinationOptimizeColorForSharing ¶
KCGImageDestinationOptimizeColorForSharing returns the value of the constant kCGImageDestinationOptimizeColorForSharing.
func KCGImageDestinationOrientation ¶
KCGImageDestinationOrientation returns the value of the constant kCGImageDestinationOrientation.
func KCGImageDestinationPreserveGainMap ¶
KCGImageDestinationPreserveGainMap returns the value of the constant kCGImageDestinationPreserveGainMap.
func KCGImageMetadataEnumerateRecursively ¶
KCGImageMetadataEnumerateRecursively returns the value of the constant kCGImageMetadataEnumerateRecursively.
func KCGImageMetadataNamespaceDublinCore ¶
KCGImageMetadataNamespaceDublinCore returns the value of the constant kCGImageMetadataNamespaceDublinCore.
func KCGImageMetadataNamespaceExif ¶
KCGImageMetadataNamespaceExif returns the value of the constant kCGImageMetadataNamespaceExif.
func KCGImageMetadataNamespaceExifAux ¶
KCGImageMetadataNamespaceExifAux returns the value of the constant kCGImageMetadataNamespaceExifAux.
func KCGImageMetadataNamespaceExifEX ¶
KCGImageMetadataNamespaceExifEX returns the value of the constant kCGImageMetadataNamespaceExifEX.
func KCGImageMetadataNamespaceIPTCCore ¶
KCGImageMetadataNamespaceIPTCCore returns the value of the constant kCGImageMetadataNamespaceIPTCCore.
func KCGImageMetadataNamespaceIPTCExtension ¶
KCGImageMetadataNamespaceIPTCExtension returns the value of the constant kCGImageMetadataNamespaceIPTCExtension.
func KCGImageMetadataNamespacePhotoshop ¶
KCGImageMetadataNamespacePhotoshop returns the value of the constant kCGImageMetadataNamespacePhotoshop.
func KCGImageMetadataNamespaceTIFF ¶
KCGImageMetadataNamespaceTIFF returns the value of the constant kCGImageMetadataNamespaceTIFF.
func KCGImageMetadataNamespaceXMPBasic ¶
KCGImageMetadataNamespaceXMPBasic returns the value of the constant kCGImageMetadataNamespaceXMPBasic.
func KCGImageMetadataNamespaceXMPRights ¶
KCGImageMetadataNamespaceXMPRights returns the value of the constant kCGImageMetadataNamespaceXMPRights.
func KCGImageMetadataPrefixDublinCore ¶
KCGImageMetadataPrefixDublinCore returns the value of the constant kCGImageMetadataPrefixDublinCore.
func KCGImageMetadataPrefixExif ¶
KCGImageMetadataPrefixExif returns the value of the constant kCGImageMetadataPrefixExif.
func KCGImageMetadataPrefixExifAux ¶
KCGImageMetadataPrefixExifAux returns the value of the constant kCGImageMetadataPrefixExifAux.
func KCGImageMetadataPrefixExifEX ¶
KCGImageMetadataPrefixExifEX returns the value of the constant kCGImageMetadataPrefixExifEX.
func KCGImageMetadataPrefixIPTCCore ¶
KCGImageMetadataPrefixIPTCCore returns the value of the constant kCGImageMetadataPrefixIPTCCore.
func KCGImageMetadataPrefixIPTCExtension ¶
KCGImageMetadataPrefixIPTCExtension returns the value of the constant kCGImageMetadataPrefixIPTCExtension.
func KCGImageMetadataPrefixPhotoshop ¶
KCGImageMetadataPrefixPhotoshop returns the value of the constant kCGImageMetadataPrefixPhotoshop.
func KCGImageMetadataPrefixTIFF ¶
KCGImageMetadataPrefixTIFF returns the value of the constant kCGImageMetadataPrefixTIFF.
func KCGImageMetadataPrefixXMPBasic ¶
KCGImageMetadataPrefixXMPBasic returns the value of the constant kCGImageMetadataPrefixXMPBasic.
func KCGImageMetadataPrefixXMPRights ¶
KCGImageMetadataPrefixXMPRights returns the value of the constant kCGImageMetadataPrefixXMPRights.
func KCGImageMetadataShouldExcludeGPS ¶
KCGImageMetadataShouldExcludeGPS returns the value of the constant kCGImageMetadataShouldExcludeGPS.
func KCGImageMetadataShouldExcludeXMP ¶
KCGImageMetadataShouldExcludeXMP returns the value of the constant kCGImageMetadataShouldExcludeXMP.
func KCGImageProperty8BIMDictionary ¶
KCGImageProperty8BIMDictionary returns the value of the constant kCGImageProperty8BIMDictionary.
func KCGImageProperty8BIMLayerNames ¶
KCGImageProperty8BIMLayerNames returns the value of the constant kCGImageProperty8BIMLayerNames.
func KCGImageProperty8BIMVersion ¶
KCGImageProperty8BIMVersion returns the value of the constant kCGImageProperty8BIMVersion.
func KCGImagePropertyAPNGCanvasPixelHeight ¶
KCGImagePropertyAPNGCanvasPixelHeight returns the value of the constant kCGImagePropertyAPNGCanvasPixelHeight.
func KCGImagePropertyAPNGCanvasPixelWidth ¶
KCGImagePropertyAPNGCanvasPixelWidth returns the value of the constant kCGImagePropertyAPNGCanvasPixelWidth.
func KCGImagePropertyAPNGDelayTime ¶
KCGImagePropertyAPNGDelayTime returns the value of the constant kCGImagePropertyAPNGDelayTime.
func KCGImagePropertyAPNGFrameInfoArray ¶
KCGImagePropertyAPNGFrameInfoArray returns the value of the constant kCGImagePropertyAPNGFrameInfoArray.
func KCGImagePropertyAPNGLoopCount ¶
KCGImagePropertyAPNGLoopCount returns the value of the constant kCGImagePropertyAPNGLoopCount.
func KCGImagePropertyAPNGUnclampedDelayTime ¶
KCGImagePropertyAPNGUnclampedDelayTime returns the value of the constant kCGImagePropertyAPNGUnclampedDelayTime.
func KCGImagePropertyASTCBlockSize ¶
KCGImagePropertyASTCBlockSize returns the value of the constant kCGImagePropertyASTCBlockSize.
func KCGImagePropertyASTCBlockSize4x4 ¶
KCGImagePropertyASTCBlockSize4x4 returns the value of the constant kCGImagePropertyASTCBlockSize4x4.
func KCGImagePropertyASTCBlockSize8x8 ¶
KCGImagePropertyASTCBlockSize8x8 returns the value of the constant kCGImagePropertyASTCBlockSize8x8.
func KCGImagePropertyASTCEncoder ¶
KCGImagePropertyASTCEncoder returns the value of the constant kCGImagePropertyASTCEncoder.
func KCGImagePropertyAVISDictionary ¶
KCGImagePropertyAVISDictionary returns the value of the constant kCGImagePropertyAVISDictionary.
func KCGImagePropertyAuxiliaryData ¶
KCGImagePropertyAuxiliaryData returns the value of the constant kCGImagePropertyAuxiliaryData.
func KCGImagePropertyAuxiliaryDataType ¶
KCGImagePropertyAuxiliaryDataType returns the value of the constant kCGImagePropertyAuxiliaryDataType.
func KCGImagePropertyBCEncoder ¶
KCGImagePropertyBCEncoder returns the value of the constant kCGImagePropertyBCEncoder.
func KCGImagePropertyBCFormat ¶
KCGImagePropertyBCFormat returns the value of the constant kCGImagePropertyBCFormat.
func KCGImagePropertyBytesPerRow ¶
KCGImagePropertyBytesPerRow returns the value of the constant kCGImagePropertyBytesPerRow.
func KCGImagePropertyCIFFCameraSerialNumber ¶
KCGImagePropertyCIFFCameraSerialNumber returns the value of the constant kCGImagePropertyCIFFCameraSerialNumber.
func KCGImagePropertyCIFFContinuousDrive ¶
KCGImagePropertyCIFFContinuousDrive returns the value of the constant kCGImagePropertyCIFFContinuousDrive.
func KCGImagePropertyCIFFDescription ¶
KCGImagePropertyCIFFDescription returns the value of the constant kCGImagePropertyCIFFDescription.
func KCGImagePropertyCIFFDictionary ¶
KCGImagePropertyCIFFDictionary returns the value of the constant kCGImagePropertyCIFFDictionary.
func KCGImagePropertyCIFFFirmware ¶
KCGImagePropertyCIFFFirmware returns the value of the constant kCGImagePropertyCIFFFirmware.
func KCGImagePropertyCIFFFlashExposureComp ¶
KCGImagePropertyCIFFFlashExposureComp returns the value of the constant kCGImagePropertyCIFFFlashExposureComp.
func KCGImagePropertyCIFFFocusMode ¶
KCGImagePropertyCIFFFocusMode returns the value of the constant kCGImagePropertyCIFFFocusMode.
func KCGImagePropertyCIFFImageFileName ¶
KCGImagePropertyCIFFImageFileName returns the value of the constant kCGImagePropertyCIFFImageFileName.
func KCGImagePropertyCIFFImageName ¶
KCGImagePropertyCIFFImageName returns the value of the constant kCGImagePropertyCIFFImageName.
func KCGImagePropertyCIFFImageSerialNumber ¶
KCGImagePropertyCIFFImageSerialNumber returns the value of the constant kCGImagePropertyCIFFImageSerialNumber.
func KCGImagePropertyCIFFLensMaxMM ¶
KCGImagePropertyCIFFLensMaxMM returns the value of the constant kCGImagePropertyCIFFLensMaxMM.
func KCGImagePropertyCIFFLensMinMM ¶
KCGImagePropertyCIFFLensMinMM returns the value of the constant kCGImagePropertyCIFFLensMinMM.
func KCGImagePropertyCIFFLensModel ¶
KCGImagePropertyCIFFLensModel returns the value of the constant kCGImagePropertyCIFFLensModel.
func KCGImagePropertyCIFFMeasuredEV ¶
KCGImagePropertyCIFFMeasuredEV returns the value of the constant kCGImagePropertyCIFFMeasuredEV.
func KCGImagePropertyCIFFMeteringMode ¶
KCGImagePropertyCIFFMeteringMode returns the value of the constant kCGImagePropertyCIFFMeteringMode.
func KCGImagePropertyCIFFOwnerName ¶
KCGImagePropertyCIFFOwnerName returns the value of the constant kCGImagePropertyCIFFOwnerName.
func KCGImagePropertyCIFFRecordID ¶
KCGImagePropertyCIFFRecordID returns the value of the constant kCGImagePropertyCIFFRecordID.
func KCGImagePropertyCIFFReleaseMethod ¶
KCGImagePropertyCIFFReleaseMethod returns the value of the constant kCGImagePropertyCIFFReleaseMethod.
func KCGImagePropertyCIFFReleaseTiming ¶
KCGImagePropertyCIFFReleaseTiming returns the value of the constant kCGImagePropertyCIFFReleaseTiming.
func KCGImagePropertyCIFFSelfTimingTime ¶
KCGImagePropertyCIFFSelfTimingTime returns the value of the constant kCGImagePropertyCIFFSelfTimingTime.
func KCGImagePropertyCIFFShootingMode ¶
KCGImagePropertyCIFFShootingMode returns the value of the constant kCGImagePropertyCIFFShootingMode.
func KCGImagePropertyCIFFWhiteBalanceIndex ¶
KCGImagePropertyCIFFWhiteBalanceIndex returns the value of the constant kCGImagePropertyCIFFWhiteBalanceIndex.
func KCGImagePropertyColorModel ¶
KCGImagePropertyColorModel returns the value of the constant kCGImagePropertyColorModel.
func KCGImagePropertyColorModelCMYK ¶
KCGImagePropertyColorModelCMYK returns the value of the constant kCGImagePropertyColorModelCMYK.
func KCGImagePropertyColorModelGray ¶
KCGImagePropertyColorModelGray returns the value of the constant kCGImagePropertyColorModelGray.
func KCGImagePropertyColorModelLab ¶
KCGImagePropertyColorModelLab returns the value of the constant kCGImagePropertyColorModelLab.
func KCGImagePropertyColorModelRGB ¶
KCGImagePropertyColorModelRGB returns the value of the constant kCGImagePropertyColorModelRGB.
func KCGImagePropertyDNGActiveArea ¶
KCGImagePropertyDNGActiveArea returns the value of the constant kCGImagePropertyDNGActiveArea.
func KCGImagePropertyDNGAnalogBalance ¶
KCGImagePropertyDNGAnalogBalance returns the value of the constant kCGImagePropertyDNGAnalogBalance.
func KCGImagePropertyDNGAntiAliasStrength ¶
KCGImagePropertyDNGAntiAliasStrength returns the value of the constant kCGImagePropertyDNGAntiAliasStrength.
func KCGImagePropertyDNGAsShotICCProfile ¶
KCGImagePropertyDNGAsShotICCProfile returns the value of the constant kCGImagePropertyDNGAsShotICCProfile.
func KCGImagePropertyDNGAsShotNeutral ¶
KCGImagePropertyDNGAsShotNeutral returns the value of the constant kCGImagePropertyDNGAsShotNeutral.
func KCGImagePropertyDNGAsShotPreProfileMatrix ¶
KCGImagePropertyDNGAsShotPreProfileMatrix returns the value of the constant kCGImagePropertyDNGAsShotPreProfileMatrix.
func KCGImagePropertyDNGAsShotProfileName ¶
KCGImagePropertyDNGAsShotProfileName returns the value of the constant kCGImagePropertyDNGAsShotProfileName.
func KCGImagePropertyDNGAsShotWhiteXY ¶
KCGImagePropertyDNGAsShotWhiteXY returns the value of the constant kCGImagePropertyDNGAsShotWhiteXY.
func KCGImagePropertyDNGBackwardVersion ¶
KCGImagePropertyDNGBackwardVersion returns the value of the constant kCGImagePropertyDNGBackwardVersion.
func KCGImagePropertyDNGBaselineExposure ¶
KCGImagePropertyDNGBaselineExposure returns the value of the constant kCGImagePropertyDNGBaselineExposure.
func KCGImagePropertyDNGBaselineExposureOffset ¶
KCGImagePropertyDNGBaselineExposureOffset returns the value of the constant kCGImagePropertyDNGBaselineExposureOffset.
func KCGImagePropertyDNGBaselineNoise ¶
KCGImagePropertyDNGBaselineNoise returns the value of the constant kCGImagePropertyDNGBaselineNoise.
func KCGImagePropertyDNGBaselineSharpness ¶
KCGImagePropertyDNGBaselineSharpness returns the value of the constant kCGImagePropertyDNGBaselineSharpness.
func KCGImagePropertyDNGBayerGreenSplit ¶
KCGImagePropertyDNGBayerGreenSplit returns the value of the constant kCGImagePropertyDNGBayerGreenSplit.
func KCGImagePropertyDNGBestQualityScale ¶
KCGImagePropertyDNGBestQualityScale returns the value of the constant kCGImagePropertyDNGBestQualityScale.
func KCGImagePropertyDNGBlackLevel ¶
KCGImagePropertyDNGBlackLevel returns the value of the constant kCGImagePropertyDNGBlackLevel.
func KCGImagePropertyDNGBlackLevelDeltaH ¶
KCGImagePropertyDNGBlackLevelDeltaH returns the value of the constant kCGImagePropertyDNGBlackLevelDeltaH.
func KCGImagePropertyDNGBlackLevelDeltaV ¶
KCGImagePropertyDNGBlackLevelDeltaV returns the value of the constant kCGImagePropertyDNGBlackLevelDeltaV.
func KCGImagePropertyDNGBlackLevelRepeatDim ¶
KCGImagePropertyDNGBlackLevelRepeatDim returns the value of the constant kCGImagePropertyDNGBlackLevelRepeatDim.
func KCGImagePropertyDNGCFALayout ¶
KCGImagePropertyDNGCFALayout returns the value of the constant kCGImagePropertyDNGCFALayout.
func KCGImagePropertyDNGCFAPlaneColor ¶
KCGImagePropertyDNGCFAPlaneColor returns the value of the constant kCGImagePropertyDNGCFAPlaneColor.
func KCGImagePropertyDNGCalibrationIlluminant1 ¶
KCGImagePropertyDNGCalibrationIlluminant1 returns the value of the constant kCGImagePropertyDNGCalibrationIlluminant1.
func KCGImagePropertyDNGCalibrationIlluminant2 ¶
KCGImagePropertyDNGCalibrationIlluminant2 returns the value of the constant kCGImagePropertyDNGCalibrationIlluminant2.
func KCGImagePropertyDNGCameraCalibration1 ¶
KCGImagePropertyDNGCameraCalibration1 returns the value of the constant kCGImagePropertyDNGCameraCalibration1.
func KCGImagePropertyDNGCameraCalibration2 ¶
KCGImagePropertyDNGCameraCalibration2 returns the value of the constant kCGImagePropertyDNGCameraCalibration2.
func KCGImagePropertyDNGCameraCalibrationSignature ¶
KCGImagePropertyDNGCameraCalibrationSignature returns the value of the constant kCGImagePropertyDNGCameraCalibrationSignature.
func KCGImagePropertyDNGCameraSerialNumber ¶
KCGImagePropertyDNGCameraSerialNumber returns the value of the constant kCGImagePropertyDNGCameraSerialNumber.
func KCGImagePropertyDNGChromaBlurRadius ¶
KCGImagePropertyDNGChromaBlurRadius returns the value of the constant kCGImagePropertyDNGChromaBlurRadius.
func KCGImagePropertyDNGColorMatrix1 ¶
KCGImagePropertyDNGColorMatrix1 returns the value of the constant kCGImagePropertyDNGColorMatrix1.
func KCGImagePropertyDNGColorMatrix2 ¶
KCGImagePropertyDNGColorMatrix2 returns the value of the constant kCGImagePropertyDNGColorMatrix2.
func KCGImagePropertyDNGColorimetricReference ¶
KCGImagePropertyDNGColorimetricReference returns the value of the constant kCGImagePropertyDNGColorimetricReference.
func KCGImagePropertyDNGCurrentICCProfile ¶
KCGImagePropertyDNGCurrentICCProfile returns the value of the constant kCGImagePropertyDNGCurrentICCProfile.
func KCGImagePropertyDNGCurrentPreProfileMatrix ¶
KCGImagePropertyDNGCurrentPreProfileMatrix returns the value of the constant kCGImagePropertyDNGCurrentPreProfileMatrix.
func KCGImagePropertyDNGDefaultBlackRender ¶
KCGImagePropertyDNGDefaultBlackRender returns the value of the constant kCGImagePropertyDNGDefaultBlackRender.
func KCGImagePropertyDNGDefaultCropOrigin ¶
KCGImagePropertyDNGDefaultCropOrigin returns the value of the constant kCGImagePropertyDNGDefaultCropOrigin.
func KCGImagePropertyDNGDefaultCropSize ¶
KCGImagePropertyDNGDefaultCropSize returns the value of the constant kCGImagePropertyDNGDefaultCropSize.
func KCGImagePropertyDNGDefaultScale ¶
KCGImagePropertyDNGDefaultScale returns the value of the constant kCGImagePropertyDNGDefaultScale.
func KCGImagePropertyDNGDefaultUserCrop ¶
KCGImagePropertyDNGDefaultUserCrop returns the value of the constant kCGImagePropertyDNGDefaultUserCrop.
func KCGImagePropertyDNGDictionary ¶
KCGImagePropertyDNGDictionary returns the value of the constant kCGImagePropertyDNGDictionary.
func KCGImagePropertyDNGExtraCameraProfiles ¶
KCGImagePropertyDNGExtraCameraProfiles returns the value of the constant kCGImagePropertyDNGExtraCameraProfiles.
func KCGImagePropertyDNGFixVignetteRadial ¶
KCGImagePropertyDNGFixVignetteRadial returns the value of the constant kCGImagePropertyDNGFixVignetteRadial.
func KCGImagePropertyDNGForwardMatrix1 ¶
KCGImagePropertyDNGForwardMatrix1 returns the value of the constant kCGImagePropertyDNGForwardMatrix1.
func KCGImagePropertyDNGForwardMatrix2 ¶
KCGImagePropertyDNGForwardMatrix2 returns the value of the constant kCGImagePropertyDNGForwardMatrix2.
func KCGImagePropertyDNGLensInfo ¶
KCGImagePropertyDNGLensInfo returns the value of the constant kCGImagePropertyDNGLensInfo.
func KCGImagePropertyDNGLinearResponseLimit ¶
KCGImagePropertyDNGLinearResponseLimit returns the value of the constant kCGImagePropertyDNGLinearResponseLimit.
func KCGImagePropertyDNGLinearizationTable ¶
KCGImagePropertyDNGLinearizationTable returns the value of the constant kCGImagePropertyDNGLinearizationTable.
func KCGImagePropertyDNGLocalizedCameraModel ¶
KCGImagePropertyDNGLocalizedCameraModel returns the value of the constant kCGImagePropertyDNGLocalizedCameraModel.
func KCGImagePropertyDNGMakerNoteSafety ¶
KCGImagePropertyDNGMakerNoteSafety returns the value of the constant kCGImagePropertyDNGMakerNoteSafety.
func KCGImagePropertyDNGMaskedAreas ¶
KCGImagePropertyDNGMaskedAreas returns the value of the constant kCGImagePropertyDNGMaskedAreas.
func KCGImagePropertyDNGNewRawImageDigest ¶
KCGImagePropertyDNGNewRawImageDigest returns the value of the constant kCGImagePropertyDNGNewRawImageDigest.
func KCGImagePropertyDNGNoiseProfile ¶
KCGImagePropertyDNGNoiseProfile returns the value of the constant kCGImagePropertyDNGNoiseProfile.
func KCGImagePropertyDNGNoiseReductionApplied ¶
KCGImagePropertyDNGNoiseReductionApplied returns the value of the constant kCGImagePropertyDNGNoiseReductionApplied.
func KCGImagePropertyDNGOpcodeList1 ¶
KCGImagePropertyDNGOpcodeList1 returns the value of the constant kCGImagePropertyDNGOpcodeList1.
func KCGImagePropertyDNGOpcodeList2 ¶
KCGImagePropertyDNGOpcodeList2 returns the value of the constant kCGImagePropertyDNGOpcodeList2.
func KCGImagePropertyDNGOpcodeList3 ¶
KCGImagePropertyDNGOpcodeList3 returns the value of the constant kCGImagePropertyDNGOpcodeList3.
func KCGImagePropertyDNGOriginalBestQualityFinalSize ¶
KCGImagePropertyDNGOriginalBestQualityFinalSize returns the value of the constant kCGImagePropertyDNGOriginalBestQualityFinalSize.
func KCGImagePropertyDNGOriginalDefaultCropSize ¶
KCGImagePropertyDNGOriginalDefaultCropSize returns the value of the constant kCGImagePropertyDNGOriginalDefaultCropSize.
func KCGImagePropertyDNGOriginalDefaultFinalSize ¶
KCGImagePropertyDNGOriginalDefaultFinalSize returns the value of the constant kCGImagePropertyDNGOriginalDefaultFinalSize.
func KCGImagePropertyDNGOriginalRawFileData ¶
KCGImagePropertyDNGOriginalRawFileData returns the value of the constant kCGImagePropertyDNGOriginalRawFileData.
func KCGImagePropertyDNGOriginalRawFileDigest ¶
KCGImagePropertyDNGOriginalRawFileDigest returns the value of the constant kCGImagePropertyDNGOriginalRawFileDigest.
func KCGImagePropertyDNGOriginalRawFileName ¶
KCGImagePropertyDNGOriginalRawFileName returns the value of the constant kCGImagePropertyDNGOriginalRawFileName.
func KCGImagePropertyDNGPreviewApplicationName ¶
KCGImagePropertyDNGPreviewApplicationName returns the value of the constant kCGImagePropertyDNGPreviewApplicationName.
func KCGImagePropertyDNGPreviewApplicationVersion ¶
KCGImagePropertyDNGPreviewApplicationVersion returns the value of the constant kCGImagePropertyDNGPreviewApplicationVersion.
func KCGImagePropertyDNGPreviewColorSpace ¶
KCGImagePropertyDNGPreviewColorSpace returns the value of the constant kCGImagePropertyDNGPreviewColorSpace.
func KCGImagePropertyDNGPreviewDateTime ¶
KCGImagePropertyDNGPreviewDateTime returns the value of the constant kCGImagePropertyDNGPreviewDateTime.
func KCGImagePropertyDNGPreviewSettingsDigest ¶
KCGImagePropertyDNGPreviewSettingsDigest returns the value of the constant kCGImagePropertyDNGPreviewSettingsDigest.
func KCGImagePropertyDNGPreviewSettingsName ¶
KCGImagePropertyDNGPreviewSettingsName returns the value of the constant kCGImagePropertyDNGPreviewSettingsName.
func KCGImagePropertyDNGPrivateData ¶
KCGImagePropertyDNGPrivateData returns the value of the constant kCGImagePropertyDNGPrivateData.
func KCGImagePropertyDNGProfileCalibrationSignature ¶
KCGImagePropertyDNGProfileCalibrationSignature returns the value of the constant kCGImagePropertyDNGProfileCalibrationSignature.
func KCGImagePropertyDNGProfileCopyright ¶
KCGImagePropertyDNGProfileCopyright returns the value of the constant kCGImagePropertyDNGProfileCopyright.
func KCGImagePropertyDNGProfileEmbedPolicy ¶
KCGImagePropertyDNGProfileEmbedPolicy returns the value of the constant kCGImagePropertyDNGProfileEmbedPolicy.
func KCGImagePropertyDNGProfileHueSatMapData1 ¶
KCGImagePropertyDNGProfileHueSatMapData1 returns the value of the constant kCGImagePropertyDNGProfileHueSatMapData1.
func KCGImagePropertyDNGProfileHueSatMapData2 ¶
KCGImagePropertyDNGProfileHueSatMapData2 returns the value of the constant kCGImagePropertyDNGProfileHueSatMapData2.
func KCGImagePropertyDNGProfileHueSatMapDims ¶
KCGImagePropertyDNGProfileHueSatMapDims returns the value of the constant kCGImagePropertyDNGProfileHueSatMapDims.
func KCGImagePropertyDNGProfileHueSatMapEncoding ¶
KCGImagePropertyDNGProfileHueSatMapEncoding returns the value of the constant kCGImagePropertyDNGProfileHueSatMapEncoding.
func KCGImagePropertyDNGProfileLookTableData ¶
KCGImagePropertyDNGProfileLookTableData returns the value of the constant kCGImagePropertyDNGProfileLookTableData.
func KCGImagePropertyDNGProfileLookTableDims ¶
KCGImagePropertyDNGProfileLookTableDims returns the value of the constant kCGImagePropertyDNGProfileLookTableDims.
func KCGImagePropertyDNGProfileLookTableEncoding ¶
KCGImagePropertyDNGProfileLookTableEncoding returns the value of the constant kCGImagePropertyDNGProfileLookTableEncoding.
func KCGImagePropertyDNGProfileName ¶
KCGImagePropertyDNGProfileName returns the value of the constant kCGImagePropertyDNGProfileName.
func KCGImagePropertyDNGProfileToneCurve ¶
KCGImagePropertyDNGProfileToneCurve returns the value of the constant kCGImagePropertyDNGProfileToneCurve.
func KCGImagePropertyDNGRawDataUniqueID ¶
KCGImagePropertyDNGRawDataUniqueID returns the value of the constant kCGImagePropertyDNGRawDataUniqueID.
func KCGImagePropertyDNGRawImageDigest ¶
KCGImagePropertyDNGRawImageDigest returns the value of the constant kCGImagePropertyDNGRawImageDigest.
func KCGImagePropertyDNGRawToPreviewGain ¶
KCGImagePropertyDNGRawToPreviewGain returns the value of the constant kCGImagePropertyDNGRawToPreviewGain.
func KCGImagePropertyDNGReductionMatrix1 ¶
KCGImagePropertyDNGReductionMatrix1 returns the value of the constant kCGImagePropertyDNGReductionMatrix1.
func KCGImagePropertyDNGReductionMatrix2 ¶
KCGImagePropertyDNGReductionMatrix2 returns the value of the constant kCGImagePropertyDNGReductionMatrix2.
func KCGImagePropertyDNGRowInterleaveFactor ¶
KCGImagePropertyDNGRowInterleaveFactor returns the value of the constant kCGImagePropertyDNGRowInterleaveFactor.
func KCGImagePropertyDNGShadowScale ¶
KCGImagePropertyDNGShadowScale returns the value of the constant kCGImagePropertyDNGShadowScale.
func KCGImagePropertyDNGSubTileBlockSize ¶
KCGImagePropertyDNGSubTileBlockSize returns the value of the constant kCGImagePropertyDNGSubTileBlockSize.
func KCGImagePropertyDNGUniqueCameraModel ¶
KCGImagePropertyDNGUniqueCameraModel returns the value of the constant kCGImagePropertyDNGUniqueCameraModel.
func KCGImagePropertyDNGVersion ¶
KCGImagePropertyDNGVersion returns the value of the constant kCGImagePropertyDNGVersion.
func KCGImagePropertyDNGWarpFisheye ¶
KCGImagePropertyDNGWarpFisheye returns the value of the constant kCGImagePropertyDNGWarpFisheye.
func KCGImagePropertyDNGWarpRectilinear ¶
KCGImagePropertyDNGWarpRectilinear returns the value of the constant kCGImagePropertyDNGWarpRectilinear.
func KCGImagePropertyDNGWhiteLevel ¶
KCGImagePropertyDNGWhiteLevel returns the value of the constant kCGImagePropertyDNGWhiteLevel.
func KCGImagePropertyDPIHeight ¶
KCGImagePropertyDPIHeight returns the value of the constant kCGImagePropertyDPIHeight.
func KCGImagePropertyDPIWidth ¶
KCGImagePropertyDPIWidth returns the value of the constant kCGImagePropertyDPIWidth.
func KCGImagePropertyDepth ¶
KCGImagePropertyDepth returns the value of the constant kCGImagePropertyDepth.
func KCGImagePropertyEncoder ¶
KCGImagePropertyEncoder returns the value of the constant kCGImagePropertyEncoder.
func KCGImagePropertyExifApertureValue ¶
KCGImagePropertyExifApertureValue returns the value of the constant kCGImagePropertyExifApertureValue.
func KCGImagePropertyExifAuxDictionary ¶
KCGImagePropertyExifAuxDictionary returns the value of the constant kCGImagePropertyExifAuxDictionary.
func KCGImagePropertyExifAuxFirmware ¶
KCGImagePropertyExifAuxFirmware returns the value of the constant kCGImagePropertyExifAuxFirmware.
func KCGImagePropertyExifAuxFlashCompensation ¶
KCGImagePropertyExifAuxFlashCompensation returns the value of the constant kCGImagePropertyExifAuxFlashCompensation.
func KCGImagePropertyExifAuxImageNumber ¶
KCGImagePropertyExifAuxImageNumber returns the value of the constant kCGImagePropertyExifAuxImageNumber.
func KCGImagePropertyExifAuxLensID ¶
KCGImagePropertyExifAuxLensID returns the value of the constant kCGImagePropertyExifAuxLensID.
func KCGImagePropertyExifAuxLensInfo ¶
KCGImagePropertyExifAuxLensInfo returns the value of the constant kCGImagePropertyExifAuxLensInfo.
func KCGImagePropertyExifAuxLensModel ¶
KCGImagePropertyExifAuxLensModel returns the value of the constant kCGImagePropertyExifAuxLensModel.
func KCGImagePropertyExifAuxLensSerialNumber ¶
KCGImagePropertyExifAuxLensSerialNumber returns the value of the constant kCGImagePropertyExifAuxLensSerialNumber.
func KCGImagePropertyExifAuxOwnerName ¶
KCGImagePropertyExifAuxOwnerName returns the value of the constant kCGImagePropertyExifAuxOwnerName.
func KCGImagePropertyExifAuxSerialNumber ¶
KCGImagePropertyExifAuxSerialNumber returns the value of the constant kCGImagePropertyExifAuxSerialNumber.
func KCGImagePropertyExifBodySerialNumber ¶
KCGImagePropertyExifBodySerialNumber returns the value of the constant kCGImagePropertyExifBodySerialNumber.
func KCGImagePropertyExifBrightnessValue ¶
KCGImagePropertyExifBrightnessValue returns the value of the constant kCGImagePropertyExifBrightnessValue.
func KCGImagePropertyExifCFAPattern ¶
KCGImagePropertyExifCFAPattern returns the value of the constant kCGImagePropertyExifCFAPattern.
func KCGImagePropertyExifCameraOwnerName ¶
KCGImagePropertyExifCameraOwnerName returns the value of the constant kCGImagePropertyExifCameraOwnerName.
func KCGImagePropertyExifColorSpace ¶
KCGImagePropertyExifColorSpace returns the value of the constant kCGImagePropertyExifColorSpace.
func KCGImagePropertyExifComponentsConfiguration ¶
KCGImagePropertyExifComponentsConfiguration returns the value of the constant kCGImagePropertyExifComponentsConfiguration.
func KCGImagePropertyExifCompositeImage ¶
KCGImagePropertyExifCompositeImage returns the value of the constant kCGImagePropertyExifCompositeImage.
func KCGImagePropertyExifCompressedBitsPerPixel ¶
KCGImagePropertyExifCompressedBitsPerPixel returns the value of the constant kCGImagePropertyExifCompressedBitsPerPixel.
func KCGImagePropertyExifContrast ¶
KCGImagePropertyExifContrast returns the value of the constant kCGImagePropertyExifContrast.
func KCGImagePropertyExifCustomRendered ¶
KCGImagePropertyExifCustomRendered returns the value of the constant kCGImagePropertyExifCustomRendered.
func KCGImagePropertyExifDateTimeDigitized ¶
KCGImagePropertyExifDateTimeDigitized returns the value of the constant kCGImagePropertyExifDateTimeDigitized.
func KCGImagePropertyExifDateTimeOriginal ¶
KCGImagePropertyExifDateTimeOriginal returns the value of the constant kCGImagePropertyExifDateTimeOriginal.
func KCGImagePropertyExifDeviceSettingDescription ¶
KCGImagePropertyExifDeviceSettingDescription returns the value of the constant kCGImagePropertyExifDeviceSettingDescription.
func KCGImagePropertyExifDictionary ¶
KCGImagePropertyExifDictionary returns the value of the constant kCGImagePropertyExifDictionary.
func KCGImagePropertyExifDigitalZoomRatio ¶
KCGImagePropertyExifDigitalZoomRatio returns the value of the constant kCGImagePropertyExifDigitalZoomRatio.
func KCGImagePropertyExifExposureBiasValue ¶
KCGImagePropertyExifExposureBiasValue returns the value of the constant kCGImagePropertyExifExposureBiasValue.
func KCGImagePropertyExifExposureIndex ¶
KCGImagePropertyExifExposureIndex returns the value of the constant kCGImagePropertyExifExposureIndex.
func KCGImagePropertyExifExposureMode ¶
KCGImagePropertyExifExposureMode returns the value of the constant kCGImagePropertyExifExposureMode.
func KCGImagePropertyExifExposureProgram ¶
KCGImagePropertyExifExposureProgram returns the value of the constant kCGImagePropertyExifExposureProgram.
func KCGImagePropertyExifExposureTime ¶
KCGImagePropertyExifExposureTime returns the value of the constant kCGImagePropertyExifExposureTime.
func KCGImagePropertyExifFNumber ¶
KCGImagePropertyExifFNumber returns the value of the constant kCGImagePropertyExifFNumber.
func KCGImagePropertyExifFileSource ¶
KCGImagePropertyExifFileSource returns the value of the constant kCGImagePropertyExifFileSource.
func KCGImagePropertyExifFlash ¶
KCGImagePropertyExifFlash returns the value of the constant kCGImagePropertyExifFlash.
func KCGImagePropertyExifFlashEnergy ¶
KCGImagePropertyExifFlashEnergy returns the value of the constant kCGImagePropertyExifFlashEnergy.
func KCGImagePropertyExifFlashPixVersion ¶
KCGImagePropertyExifFlashPixVersion returns the value of the constant kCGImagePropertyExifFlashPixVersion.
func KCGImagePropertyExifFocalLenIn35mmFilm ¶
KCGImagePropertyExifFocalLenIn35mmFilm returns the value of the constant kCGImagePropertyExifFocalLenIn35mmFilm.
func KCGImagePropertyExifFocalLength ¶
KCGImagePropertyExifFocalLength returns the value of the constant kCGImagePropertyExifFocalLength.
func KCGImagePropertyExifFocalPlaneResolutionUnit ¶
KCGImagePropertyExifFocalPlaneResolutionUnit returns the value of the constant kCGImagePropertyExifFocalPlaneResolutionUnit.
func KCGImagePropertyExifFocalPlaneXResolution ¶
KCGImagePropertyExifFocalPlaneXResolution returns the value of the constant kCGImagePropertyExifFocalPlaneXResolution.
func KCGImagePropertyExifFocalPlaneYResolution ¶
KCGImagePropertyExifFocalPlaneYResolution returns the value of the constant kCGImagePropertyExifFocalPlaneYResolution.
func KCGImagePropertyExifGainControl ¶
KCGImagePropertyExifGainControl returns the value of the constant kCGImagePropertyExifGainControl.
func KCGImagePropertyExifGamma ¶
KCGImagePropertyExifGamma returns the value of the constant kCGImagePropertyExifGamma.
func KCGImagePropertyExifISOSpeed ¶
KCGImagePropertyExifISOSpeed returns the value of the constant kCGImagePropertyExifISOSpeed.
func KCGImagePropertyExifISOSpeedLatitudeyyy ¶
KCGImagePropertyExifISOSpeedLatitudeyyy returns the value of the constant kCGImagePropertyExifISOSpeedLatitudeyyy.
func KCGImagePropertyExifISOSpeedLatitudezzz ¶
KCGImagePropertyExifISOSpeedLatitudezzz returns the value of the constant kCGImagePropertyExifISOSpeedLatitudezzz.
func KCGImagePropertyExifISOSpeedRatings ¶
KCGImagePropertyExifISOSpeedRatings returns the value of the constant kCGImagePropertyExifISOSpeedRatings.
func KCGImagePropertyExifImageUniqueID ¶
KCGImagePropertyExifImageUniqueID returns the value of the constant kCGImagePropertyExifImageUniqueID.
func KCGImagePropertyExifLensMake ¶
KCGImagePropertyExifLensMake returns the value of the constant kCGImagePropertyExifLensMake.
func KCGImagePropertyExifLensModel ¶
KCGImagePropertyExifLensModel returns the value of the constant kCGImagePropertyExifLensModel.
func KCGImagePropertyExifLensSerialNumber ¶
KCGImagePropertyExifLensSerialNumber returns the value of the constant kCGImagePropertyExifLensSerialNumber.
func KCGImagePropertyExifLensSpecification ¶
KCGImagePropertyExifLensSpecification returns the value of the constant kCGImagePropertyExifLensSpecification.
func KCGImagePropertyExifLightSource ¶
KCGImagePropertyExifLightSource returns the value of the constant kCGImagePropertyExifLightSource.
func KCGImagePropertyExifMakerNote ¶
KCGImagePropertyExifMakerNote returns the value of the constant kCGImagePropertyExifMakerNote.
func KCGImagePropertyExifMaxApertureValue ¶
KCGImagePropertyExifMaxApertureValue returns the value of the constant kCGImagePropertyExifMaxApertureValue.
func KCGImagePropertyExifMeteringMode ¶
KCGImagePropertyExifMeteringMode returns the value of the constant kCGImagePropertyExifMeteringMode.
func KCGImagePropertyExifOECF ¶
KCGImagePropertyExifOECF returns the value of the constant kCGImagePropertyExifOECF.
func KCGImagePropertyExifOffsetTime ¶
KCGImagePropertyExifOffsetTime returns the value of the constant kCGImagePropertyExifOffsetTime.
func KCGImagePropertyExifOffsetTimeDigitized ¶
KCGImagePropertyExifOffsetTimeDigitized returns the value of the constant kCGImagePropertyExifOffsetTimeDigitized.
func KCGImagePropertyExifOffsetTimeOriginal ¶
KCGImagePropertyExifOffsetTimeOriginal returns the value of the constant kCGImagePropertyExifOffsetTimeOriginal.
func KCGImagePropertyExifPixelXDimension ¶
KCGImagePropertyExifPixelXDimension returns the value of the constant kCGImagePropertyExifPixelXDimension.
func KCGImagePropertyExifPixelYDimension ¶
KCGImagePropertyExifPixelYDimension returns the value of the constant kCGImagePropertyExifPixelYDimension.
func KCGImagePropertyExifRecommendedExposureIndex ¶
KCGImagePropertyExifRecommendedExposureIndex returns the value of the constant kCGImagePropertyExifRecommendedExposureIndex.
func KCGImagePropertyExifRelatedSoundFile ¶
KCGImagePropertyExifRelatedSoundFile returns the value of the constant kCGImagePropertyExifRelatedSoundFile.
func KCGImagePropertyExifSaturation ¶
KCGImagePropertyExifSaturation returns the value of the constant kCGImagePropertyExifSaturation.
func KCGImagePropertyExifSceneCaptureType ¶
KCGImagePropertyExifSceneCaptureType returns the value of the constant kCGImagePropertyExifSceneCaptureType.
func KCGImagePropertyExifSceneType ¶
KCGImagePropertyExifSceneType returns the value of the constant kCGImagePropertyExifSceneType.
func KCGImagePropertyExifSensingMethod ¶
KCGImagePropertyExifSensingMethod returns the value of the constant kCGImagePropertyExifSensingMethod.
func KCGImagePropertyExifSensitivityType ¶
KCGImagePropertyExifSensitivityType returns the value of the constant kCGImagePropertyExifSensitivityType.
func KCGImagePropertyExifSharpness ¶
KCGImagePropertyExifSharpness returns the value of the constant kCGImagePropertyExifSharpness.
func KCGImagePropertyExifShutterSpeedValue ¶
KCGImagePropertyExifShutterSpeedValue returns the value of the constant kCGImagePropertyExifShutterSpeedValue.
func KCGImagePropertyExifSourceExposureTimesOfCompositeImage ¶
KCGImagePropertyExifSourceExposureTimesOfCompositeImage returns the value of the constant kCGImagePropertyExifSourceExposureTimesOfCompositeImage.
func KCGImagePropertyExifSourceImageNumberOfCompositeImage ¶
KCGImagePropertyExifSourceImageNumberOfCompositeImage returns the value of the constant kCGImagePropertyExifSourceImageNumberOfCompositeImage.
func KCGImagePropertyExifSpatialFrequencyResponse ¶
KCGImagePropertyExifSpatialFrequencyResponse returns the value of the constant kCGImagePropertyExifSpatialFrequencyResponse.
func KCGImagePropertyExifSpectralSensitivity ¶
KCGImagePropertyExifSpectralSensitivity returns the value of the constant kCGImagePropertyExifSpectralSensitivity.
func KCGImagePropertyExifStandardOutputSensitivity ¶
KCGImagePropertyExifStandardOutputSensitivity returns the value of the constant kCGImagePropertyExifStandardOutputSensitivity.
func KCGImagePropertyExifSubjectArea ¶
KCGImagePropertyExifSubjectArea returns the value of the constant kCGImagePropertyExifSubjectArea.
func KCGImagePropertyExifSubjectDistRange ¶
KCGImagePropertyExifSubjectDistRange returns the value of the constant kCGImagePropertyExifSubjectDistRange.
func KCGImagePropertyExifSubjectDistance ¶
KCGImagePropertyExifSubjectDistance returns the value of the constant kCGImagePropertyExifSubjectDistance.
func KCGImagePropertyExifSubjectLocation ¶
KCGImagePropertyExifSubjectLocation returns the value of the constant kCGImagePropertyExifSubjectLocation.
func KCGImagePropertyExifSubsecTime ¶
KCGImagePropertyExifSubsecTime returns the value of the constant kCGImagePropertyExifSubsecTime.
func KCGImagePropertyExifSubsecTimeDigitized ¶
KCGImagePropertyExifSubsecTimeDigitized returns the value of the constant kCGImagePropertyExifSubsecTimeDigitized.
func KCGImagePropertyExifSubsecTimeOrginal ¶
KCGImagePropertyExifSubsecTimeOrginal returns the value of the constant kCGImagePropertyExifSubsecTimeOrginal.
func KCGImagePropertyExifSubsecTimeOriginal ¶
KCGImagePropertyExifSubsecTimeOriginal returns the value of the constant kCGImagePropertyExifSubsecTimeOriginal.
func KCGImagePropertyExifUserComment ¶
KCGImagePropertyExifUserComment returns the value of the constant kCGImagePropertyExifUserComment.
func KCGImagePropertyExifVersion ¶
KCGImagePropertyExifVersion returns the value of the constant kCGImagePropertyExifVersion.
func KCGImagePropertyExifWhiteBalance ¶
KCGImagePropertyExifWhiteBalance returns the value of the constant kCGImagePropertyExifWhiteBalance.
func KCGImagePropertyFileContentsDictionary ¶
KCGImagePropertyFileContentsDictionary returns the value of the constant kCGImagePropertyFileContentsDictionary.
func KCGImagePropertyFileSize ¶
KCGImagePropertyFileSize returns the value of the constant kCGImagePropertyFileSize.
func KCGImagePropertyGIFCanvasPixelHeight ¶
KCGImagePropertyGIFCanvasPixelHeight returns the value of the constant kCGImagePropertyGIFCanvasPixelHeight.
func KCGImagePropertyGIFCanvasPixelWidth ¶
KCGImagePropertyGIFCanvasPixelWidth returns the value of the constant kCGImagePropertyGIFCanvasPixelWidth.
func KCGImagePropertyGIFDelayTime ¶
KCGImagePropertyGIFDelayTime returns the value of the constant kCGImagePropertyGIFDelayTime.
func KCGImagePropertyGIFDictionary ¶
KCGImagePropertyGIFDictionary returns the value of the constant kCGImagePropertyGIFDictionary.
func KCGImagePropertyGIFFrameInfoArray ¶
KCGImagePropertyGIFFrameInfoArray returns the value of the constant kCGImagePropertyGIFFrameInfoArray.
func KCGImagePropertyGIFHasGlobalColorMap ¶
KCGImagePropertyGIFHasGlobalColorMap returns the value of the constant kCGImagePropertyGIFHasGlobalColorMap.
func KCGImagePropertyGIFImageColorMap ¶
KCGImagePropertyGIFImageColorMap returns the value of the constant kCGImagePropertyGIFImageColorMap.
func KCGImagePropertyGIFLoopCount ¶
KCGImagePropertyGIFLoopCount returns the value of the constant kCGImagePropertyGIFLoopCount.
func KCGImagePropertyGIFUnclampedDelayTime ¶
KCGImagePropertyGIFUnclampedDelayTime returns the value of the constant kCGImagePropertyGIFUnclampedDelayTime.
func KCGImagePropertyGPSAltitude ¶
KCGImagePropertyGPSAltitude returns the value of the constant kCGImagePropertyGPSAltitude.
func KCGImagePropertyGPSAltitudeRef ¶
KCGImagePropertyGPSAltitudeRef returns the value of the constant kCGImagePropertyGPSAltitudeRef.
func KCGImagePropertyGPSAreaInformation ¶
KCGImagePropertyGPSAreaInformation returns the value of the constant kCGImagePropertyGPSAreaInformation.
func KCGImagePropertyGPSDOP ¶
KCGImagePropertyGPSDOP returns the value of the constant kCGImagePropertyGPSDOP.
func KCGImagePropertyGPSDateStamp ¶
KCGImagePropertyGPSDateStamp returns the value of the constant kCGImagePropertyGPSDateStamp.
func KCGImagePropertyGPSDestBearing ¶
KCGImagePropertyGPSDestBearing returns the value of the constant kCGImagePropertyGPSDestBearing.
func KCGImagePropertyGPSDestBearingRef ¶
KCGImagePropertyGPSDestBearingRef returns the value of the constant kCGImagePropertyGPSDestBearingRef.
func KCGImagePropertyGPSDestDistance ¶
KCGImagePropertyGPSDestDistance returns the value of the constant kCGImagePropertyGPSDestDistance.
func KCGImagePropertyGPSDestDistanceRef ¶
KCGImagePropertyGPSDestDistanceRef returns the value of the constant kCGImagePropertyGPSDestDistanceRef.
func KCGImagePropertyGPSDestLatitude ¶
KCGImagePropertyGPSDestLatitude returns the value of the constant kCGImagePropertyGPSDestLatitude.
func KCGImagePropertyGPSDestLatitudeRef ¶
KCGImagePropertyGPSDestLatitudeRef returns the value of the constant kCGImagePropertyGPSDestLatitudeRef.
func KCGImagePropertyGPSDestLongitude ¶
KCGImagePropertyGPSDestLongitude returns the value of the constant kCGImagePropertyGPSDestLongitude.
func KCGImagePropertyGPSDestLongitudeRef ¶
KCGImagePropertyGPSDestLongitudeRef returns the value of the constant kCGImagePropertyGPSDestLongitudeRef.
func KCGImagePropertyGPSDictionary ¶
KCGImagePropertyGPSDictionary returns the value of the constant kCGImagePropertyGPSDictionary.
func KCGImagePropertyGPSDifferental ¶
KCGImagePropertyGPSDifferental returns the value of the constant kCGImagePropertyGPSDifferental.
func KCGImagePropertyGPSHPositioningError ¶
KCGImagePropertyGPSHPositioningError returns the value of the constant kCGImagePropertyGPSHPositioningError.
func KCGImagePropertyGPSImgDirection ¶
KCGImagePropertyGPSImgDirection returns the value of the constant kCGImagePropertyGPSImgDirection.
func KCGImagePropertyGPSImgDirectionRef ¶
KCGImagePropertyGPSImgDirectionRef returns the value of the constant kCGImagePropertyGPSImgDirectionRef.
func KCGImagePropertyGPSLatitude ¶
KCGImagePropertyGPSLatitude returns the value of the constant kCGImagePropertyGPSLatitude.
func KCGImagePropertyGPSLatitudeRef ¶
KCGImagePropertyGPSLatitudeRef returns the value of the constant kCGImagePropertyGPSLatitudeRef.
func KCGImagePropertyGPSLongitude ¶
KCGImagePropertyGPSLongitude returns the value of the constant kCGImagePropertyGPSLongitude.
func KCGImagePropertyGPSLongitudeRef ¶
KCGImagePropertyGPSLongitudeRef returns the value of the constant kCGImagePropertyGPSLongitudeRef.
func KCGImagePropertyGPSMapDatum ¶
KCGImagePropertyGPSMapDatum returns the value of the constant kCGImagePropertyGPSMapDatum.
func KCGImagePropertyGPSMeasureMode ¶
KCGImagePropertyGPSMeasureMode returns the value of the constant kCGImagePropertyGPSMeasureMode.
func KCGImagePropertyGPSProcessingMethod ¶
KCGImagePropertyGPSProcessingMethod returns the value of the constant kCGImagePropertyGPSProcessingMethod.
func KCGImagePropertyGPSSatellites ¶
KCGImagePropertyGPSSatellites returns the value of the constant kCGImagePropertyGPSSatellites.
func KCGImagePropertyGPSSpeed ¶
KCGImagePropertyGPSSpeed returns the value of the constant kCGImagePropertyGPSSpeed.
func KCGImagePropertyGPSSpeedRef ¶
KCGImagePropertyGPSSpeedRef returns the value of the constant kCGImagePropertyGPSSpeedRef.
func KCGImagePropertyGPSStatus ¶
KCGImagePropertyGPSStatus returns the value of the constant kCGImagePropertyGPSStatus.
func KCGImagePropertyGPSTimeStamp ¶
KCGImagePropertyGPSTimeStamp returns the value of the constant kCGImagePropertyGPSTimeStamp.
func KCGImagePropertyGPSTrack ¶
KCGImagePropertyGPSTrack returns the value of the constant kCGImagePropertyGPSTrack.
func KCGImagePropertyGPSTrackRef ¶
KCGImagePropertyGPSTrackRef returns the value of the constant kCGImagePropertyGPSTrackRef.
func KCGImagePropertyGPSVersion ¶
KCGImagePropertyGPSVersion returns the value of the constant kCGImagePropertyGPSVersion.
func KCGImagePropertyGroupImageBaseline ¶
KCGImagePropertyGroupImageBaseline returns the value of the constant kCGImagePropertyGroupImageBaseline.
func KCGImagePropertyGroupImageDisparityAdjustment ¶
KCGImagePropertyGroupImageDisparityAdjustment returns the value of the constant kCGImagePropertyGroupImageDisparityAdjustment.
func KCGImagePropertyGroupImageIndexLeft ¶
KCGImagePropertyGroupImageIndexLeft returns the value of the constant kCGImagePropertyGroupImageIndexLeft.
func KCGImagePropertyGroupImageIndexMonoscopic ¶
KCGImagePropertyGroupImageIndexMonoscopic returns the value of the constant kCGImagePropertyGroupImageIndexMonoscopic.
func KCGImagePropertyGroupImageIndexRight ¶
KCGImagePropertyGroupImageIndexRight returns the value of the constant kCGImagePropertyGroupImageIndexRight.
func KCGImagePropertyGroupImageIsAlternateImage ¶
KCGImagePropertyGroupImageIsAlternateImage returns the value of the constant kCGImagePropertyGroupImageIsAlternateImage.
func KCGImagePropertyGroupImageIsLeftImage ¶
KCGImagePropertyGroupImageIsLeftImage returns the value of the constant kCGImagePropertyGroupImageIsLeftImage.
func KCGImagePropertyGroupImageIsMonoscopicImage ¶
KCGImagePropertyGroupImageIsMonoscopicImage returns the value of the constant kCGImagePropertyGroupImageIsMonoscopicImage.
func KCGImagePropertyGroupImageIsRightImage ¶
KCGImagePropertyGroupImageIsRightImage returns the value of the constant kCGImagePropertyGroupImageIsRightImage.
func KCGImagePropertyGroupImageStereoAggressors ¶
KCGImagePropertyGroupImageStereoAggressors returns the value of the constant kCGImagePropertyGroupImageStereoAggressors.
func KCGImagePropertyGroupImagesAlternate ¶
KCGImagePropertyGroupImagesAlternate returns the value of the constant kCGImagePropertyGroupImagesAlternate.
func KCGImagePropertyGroupIndex ¶
KCGImagePropertyGroupIndex returns the value of the constant kCGImagePropertyGroupIndex.
func KCGImagePropertyGroupMonoscopicImageLocation ¶
KCGImagePropertyGroupMonoscopicImageLocation returns the value of the constant kCGImagePropertyGroupMonoscopicImageLocation.
func KCGImagePropertyGroupType ¶
KCGImagePropertyGroupType returns the value of the constant kCGImagePropertyGroupType.
func KCGImagePropertyGroupTypeAlternate ¶
KCGImagePropertyGroupTypeAlternate returns the value of the constant kCGImagePropertyGroupTypeAlternate.
func KCGImagePropertyGroupTypeStereoPair ¶
KCGImagePropertyGroupTypeStereoPair returns the value of the constant kCGImagePropertyGroupTypeStereoPair.
func KCGImagePropertyGroups ¶
KCGImagePropertyGroups returns the value of the constant kCGImagePropertyGroups.
func KCGImagePropertyHEICSCanvasPixelHeight ¶
KCGImagePropertyHEICSCanvasPixelHeight returns the value of the constant kCGImagePropertyHEICSCanvasPixelHeight.
func KCGImagePropertyHEICSCanvasPixelWidth ¶
KCGImagePropertyHEICSCanvasPixelWidth returns the value of the constant kCGImagePropertyHEICSCanvasPixelWidth.
func KCGImagePropertyHEICSDelayTime ¶
KCGImagePropertyHEICSDelayTime returns the value of the constant kCGImagePropertyHEICSDelayTime.
func KCGImagePropertyHEICSDictionary ¶
KCGImagePropertyHEICSDictionary returns the value of the constant kCGImagePropertyHEICSDictionary.
func KCGImagePropertyHEICSFrameInfoArray ¶
KCGImagePropertyHEICSFrameInfoArray returns the value of the constant kCGImagePropertyHEICSFrameInfoArray.
func KCGImagePropertyHEICSLoopCount ¶
KCGImagePropertyHEICSLoopCount returns the value of the constant kCGImagePropertyHEICSLoopCount.
func KCGImagePropertyHEICSUnclampedDelayTime ¶
KCGImagePropertyHEICSUnclampedDelayTime returns the value of the constant kCGImagePropertyHEICSUnclampedDelayTime.
func KCGImagePropertyHEIFDictionary ¶
KCGImagePropertyHEIFDictionary returns the value of the constant kCGImagePropertyHEIFDictionary.
func KCGImagePropertyHasAlpha ¶
KCGImagePropertyHasAlpha returns the value of the constant kCGImagePropertyHasAlpha.
func KCGImagePropertyHeight ¶
KCGImagePropertyHeight returns the value of the constant kCGImagePropertyHeight.
func KCGImagePropertyIPTCActionAdvised ¶
KCGImagePropertyIPTCActionAdvised returns the value of the constant kCGImagePropertyIPTCActionAdvised.
func KCGImagePropertyIPTCByline ¶
KCGImagePropertyIPTCByline returns the value of the constant kCGImagePropertyIPTCByline.
func KCGImagePropertyIPTCBylineTitle ¶
KCGImagePropertyIPTCBylineTitle returns the value of the constant kCGImagePropertyIPTCBylineTitle.
func KCGImagePropertyIPTCCaptionAbstract ¶
KCGImagePropertyIPTCCaptionAbstract returns the value of the constant kCGImagePropertyIPTCCaptionAbstract.
func KCGImagePropertyIPTCCategory ¶
KCGImagePropertyIPTCCategory returns the value of the constant kCGImagePropertyIPTCCategory.
func KCGImagePropertyIPTCCity ¶
KCGImagePropertyIPTCCity returns the value of the constant kCGImagePropertyIPTCCity.
func KCGImagePropertyIPTCContact ¶
KCGImagePropertyIPTCContact returns the value of the constant kCGImagePropertyIPTCContact.
func KCGImagePropertyIPTCContactInfoAddress ¶
KCGImagePropertyIPTCContactInfoAddress returns the value of the constant kCGImagePropertyIPTCContactInfoAddress.
func KCGImagePropertyIPTCContactInfoCity ¶
KCGImagePropertyIPTCContactInfoCity returns the value of the constant kCGImagePropertyIPTCContactInfoCity.
func KCGImagePropertyIPTCContactInfoCountry ¶
KCGImagePropertyIPTCContactInfoCountry returns the value of the constant kCGImagePropertyIPTCContactInfoCountry.
func KCGImagePropertyIPTCContactInfoEmails ¶
KCGImagePropertyIPTCContactInfoEmails returns the value of the constant kCGImagePropertyIPTCContactInfoEmails.
func KCGImagePropertyIPTCContactInfoPhones ¶
KCGImagePropertyIPTCContactInfoPhones returns the value of the constant kCGImagePropertyIPTCContactInfoPhones.
func KCGImagePropertyIPTCContactInfoPostalCode ¶
KCGImagePropertyIPTCContactInfoPostalCode returns the value of the constant kCGImagePropertyIPTCContactInfoPostalCode.
func KCGImagePropertyIPTCContactInfoStateProvince ¶
KCGImagePropertyIPTCContactInfoStateProvince returns the value of the constant kCGImagePropertyIPTCContactInfoStateProvince.
func KCGImagePropertyIPTCContactInfoWebURLs ¶
KCGImagePropertyIPTCContactInfoWebURLs returns the value of the constant kCGImagePropertyIPTCContactInfoWebURLs.
func KCGImagePropertyIPTCContentLocationCode ¶
KCGImagePropertyIPTCContentLocationCode returns the value of the constant kCGImagePropertyIPTCContentLocationCode.
func KCGImagePropertyIPTCContentLocationName ¶
KCGImagePropertyIPTCContentLocationName returns the value of the constant kCGImagePropertyIPTCContentLocationName.
func KCGImagePropertyIPTCCopyrightNotice ¶
KCGImagePropertyIPTCCopyrightNotice returns the value of the constant kCGImagePropertyIPTCCopyrightNotice.
func KCGImagePropertyIPTCCountryPrimaryLocationCode ¶
KCGImagePropertyIPTCCountryPrimaryLocationCode returns the value of the constant kCGImagePropertyIPTCCountryPrimaryLocationCode.
func KCGImagePropertyIPTCCountryPrimaryLocationName ¶
KCGImagePropertyIPTCCountryPrimaryLocationName returns the value of the constant kCGImagePropertyIPTCCountryPrimaryLocationName.
func KCGImagePropertyIPTCCreatorContactInfo ¶
KCGImagePropertyIPTCCreatorContactInfo returns the value of the constant kCGImagePropertyIPTCCreatorContactInfo.
func KCGImagePropertyIPTCCredit ¶
KCGImagePropertyIPTCCredit returns the value of the constant kCGImagePropertyIPTCCredit.
func KCGImagePropertyIPTCDateCreated ¶
KCGImagePropertyIPTCDateCreated returns the value of the constant kCGImagePropertyIPTCDateCreated.
func KCGImagePropertyIPTCDictionary ¶
KCGImagePropertyIPTCDictionary returns the value of the constant kCGImagePropertyIPTCDictionary.
func KCGImagePropertyIPTCDigitalCreationDate ¶
KCGImagePropertyIPTCDigitalCreationDate returns the value of the constant kCGImagePropertyIPTCDigitalCreationDate.
func KCGImagePropertyIPTCDigitalCreationTime ¶
KCGImagePropertyIPTCDigitalCreationTime returns the value of the constant kCGImagePropertyIPTCDigitalCreationTime.
func KCGImagePropertyIPTCEditStatus ¶
KCGImagePropertyIPTCEditStatus returns the value of the constant kCGImagePropertyIPTCEditStatus.
func KCGImagePropertyIPTCEditorialUpdate ¶
KCGImagePropertyIPTCEditorialUpdate returns the value of the constant kCGImagePropertyIPTCEditorialUpdate.
func KCGImagePropertyIPTCExpirationDate ¶
KCGImagePropertyIPTCExpirationDate returns the value of the constant kCGImagePropertyIPTCExpirationDate.
func KCGImagePropertyIPTCExpirationTime ¶
KCGImagePropertyIPTCExpirationTime returns the value of the constant kCGImagePropertyIPTCExpirationTime.
func KCGImagePropertyIPTCExtAboutCvTerm ¶
KCGImagePropertyIPTCExtAboutCvTerm returns the value of the constant kCGImagePropertyIPTCExtAboutCvTerm.
func KCGImagePropertyIPTCExtAboutCvTermCvId ¶
KCGImagePropertyIPTCExtAboutCvTermCvId returns the value of the constant kCGImagePropertyIPTCExtAboutCvTermCvId.
func KCGImagePropertyIPTCExtAboutCvTermId ¶
KCGImagePropertyIPTCExtAboutCvTermId returns the value of the constant kCGImagePropertyIPTCExtAboutCvTermId.
func KCGImagePropertyIPTCExtAboutCvTermName ¶
KCGImagePropertyIPTCExtAboutCvTermName returns the value of the constant kCGImagePropertyIPTCExtAboutCvTermName.
func KCGImagePropertyIPTCExtAboutCvTermRefinedAbout ¶
KCGImagePropertyIPTCExtAboutCvTermRefinedAbout returns the value of the constant kCGImagePropertyIPTCExtAboutCvTermRefinedAbout.
func KCGImagePropertyIPTCExtAddlModelInfo ¶
KCGImagePropertyIPTCExtAddlModelInfo returns the value of the constant kCGImagePropertyIPTCExtAddlModelInfo.
func KCGImagePropertyIPTCExtArtworkCircaDateCreated ¶
KCGImagePropertyIPTCExtArtworkCircaDateCreated returns the value of the constant kCGImagePropertyIPTCExtArtworkCircaDateCreated.
func KCGImagePropertyIPTCExtArtworkContentDescription ¶
KCGImagePropertyIPTCExtArtworkContentDescription returns the value of the constant kCGImagePropertyIPTCExtArtworkContentDescription.
func KCGImagePropertyIPTCExtArtworkContributionDescription ¶
KCGImagePropertyIPTCExtArtworkContributionDescription returns the value of the constant kCGImagePropertyIPTCExtArtworkContributionDescription.
func KCGImagePropertyIPTCExtArtworkCopyrightNotice ¶
KCGImagePropertyIPTCExtArtworkCopyrightNotice returns the value of the constant kCGImagePropertyIPTCExtArtworkCopyrightNotice.
func KCGImagePropertyIPTCExtArtworkCopyrightOwnerID ¶
KCGImagePropertyIPTCExtArtworkCopyrightOwnerID returns the value of the constant kCGImagePropertyIPTCExtArtworkCopyrightOwnerID.
func KCGImagePropertyIPTCExtArtworkCopyrightOwnerName ¶
KCGImagePropertyIPTCExtArtworkCopyrightOwnerName returns the value of the constant kCGImagePropertyIPTCExtArtworkCopyrightOwnerName.
func KCGImagePropertyIPTCExtArtworkCreator ¶
KCGImagePropertyIPTCExtArtworkCreator returns the value of the constant kCGImagePropertyIPTCExtArtworkCreator.
func KCGImagePropertyIPTCExtArtworkCreatorID ¶
KCGImagePropertyIPTCExtArtworkCreatorID returns the value of the constant kCGImagePropertyIPTCExtArtworkCreatorID.
func KCGImagePropertyIPTCExtArtworkDateCreated ¶
KCGImagePropertyIPTCExtArtworkDateCreated returns the value of the constant kCGImagePropertyIPTCExtArtworkDateCreated.
func KCGImagePropertyIPTCExtArtworkLicensorID ¶
KCGImagePropertyIPTCExtArtworkLicensorID returns the value of the constant kCGImagePropertyIPTCExtArtworkLicensorID.
func KCGImagePropertyIPTCExtArtworkLicensorName ¶
KCGImagePropertyIPTCExtArtworkLicensorName returns the value of the constant kCGImagePropertyIPTCExtArtworkLicensorName.
func KCGImagePropertyIPTCExtArtworkOrObject ¶
KCGImagePropertyIPTCExtArtworkOrObject returns the value of the constant kCGImagePropertyIPTCExtArtworkOrObject.
func KCGImagePropertyIPTCExtArtworkPhysicalDescription ¶
KCGImagePropertyIPTCExtArtworkPhysicalDescription returns the value of the constant kCGImagePropertyIPTCExtArtworkPhysicalDescription.
func KCGImagePropertyIPTCExtArtworkSource ¶
KCGImagePropertyIPTCExtArtworkSource returns the value of the constant kCGImagePropertyIPTCExtArtworkSource.
func KCGImagePropertyIPTCExtArtworkSourceInvURL ¶
KCGImagePropertyIPTCExtArtworkSourceInvURL returns the value of the constant kCGImagePropertyIPTCExtArtworkSourceInvURL.
func KCGImagePropertyIPTCExtArtworkSourceInventoryNo ¶
KCGImagePropertyIPTCExtArtworkSourceInventoryNo returns the value of the constant kCGImagePropertyIPTCExtArtworkSourceInventoryNo.
func KCGImagePropertyIPTCExtArtworkStylePeriod ¶
KCGImagePropertyIPTCExtArtworkStylePeriod returns the value of the constant kCGImagePropertyIPTCExtArtworkStylePeriod.
func KCGImagePropertyIPTCExtArtworkTitle ¶
KCGImagePropertyIPTCExtArtworkTitle returns the value of the constant kCGImagePropertyIPTCExtArtworkTitle.
func KCGImagePropertyIPTCExtAudioBitrate ¶
KCGImagePropertyIPTCExtAudioBitrate returns the value of the constant kCGImagePropertyIPTCExtAudioBitrate.
func KCGImagePropertyIPTCExtAudioBitrateMode ¶
KCGImagePropertyIPTCExtAudioBitrateMode returns the value of the constant kCGImagePropertyIPTCExtAudioBitrateMode.
func KCGImagePropertyIPTCExtAudioChannelCount ¶
KCGImagePropertyIPTCExtAudioChannelCount returns the value of the constant kCGImagePropertyIPTCExtAudioChannelCount.
func KCGImagePropertyIPTCExtCircaDateCreated ¶
KCGImagePropertyIPTCExtCircaDateCreated returns the value of the constant kCGImagePropertyIPTCExtCircaDateCreated.
func KCGImagePropertyIPTCExtContainerFormat ¶
KCGImagePropertyIPTCExtContainerFormat returns the value of the constant kCGImagePropertyIPTCExtContainerFormat.
func KCGImagePropertyIPTCExtContainerFormatIdentifier ¶
KCGImagePropertyIPTCExtContainerFormatIdentifier returns the value of the constant kCGImagePropertyIPTCExtContainerFormatIdentifier.
func KCGImagePropertyIPTCExtContainerFormatName ¶
KCGImagePropertyIPTCExtContainerFormatName returns the value of the constant kCGImagePropertyIPTCExtContainerFormatName.
func KCGImagePropertyIPTCExtContributor ¶
KCGImagePropertyIPTCExtContributor returns the value of the constant kCGImagePropertyIPTCExtContributor.
func KCGImagePropertyIPTCExtContributorIdentifier ¶
KCGImagePropertyIPTCExtContributorIdentifier returns the value of the constant kCGImagePropertyIPTCExtContributorIdentifier.
func KCGImagePropertyIPTCExtContributorName ¶
KCGImagePropertyIPTCExtContributorName returns the value of the constant kCGImagePropertyIPTCExtContributorName.
func KCGImagePropertyIPTCExtContributorRole ¶
KCGImagePropertyIPTCExtContributorRole returns the value of the constant kCGImagePropertyIPTCExtContributorRole.
func KCGImagePropertyIPTCExtControlledVocabularyTerm ¶
KCGImagePropertyIPTCExtControlledVocabularyTerm returns the value of the constant kCGImagePropertyIPTCExtControlledVocabularyTerm.
func KCGImagePropertyIPTCExtCopyrightYear ¶
KCGImagePropertyIPTCExtCopyrightYear returns the value of the constant kCGImagePropertyIPTCExtCopyrightYear.
func KCGImagePropertyIPTCExtCreator ¶
KCGImagePropertyIPTCExtCreator returns the value of the constant kCGImagePropertyIPTCExtCreator.
func KCGImagePropertyIPTCExtCreatorIdentifier ¶
KCGImagePropertyIPTCExtCreatorIdentifier returns the value of the constant kCGImagePropertyIPTCExtCreatorIdentifier.
func KCGImagePropertyIPTCExtCreatorName ¶
KCGImagePropertyIPTCExtCreatorName returns the value of the constant kCGImagePropertyIPTCExtCreatorName.
func KCGImagePropertyIPTCExtCreatorRole ¶
KCGImagePropertyIPTCExtCreatorRole returns the value of the constant kCGImagePropertyIPTCExtCreatorRole.
func KCGImagePropertyIPTCExtDataOnScreen ¶
KCGImagePropertyIPTCExtDataOnScreen returns the value of the constant kCGImagePropertyIPTCExtDataOnScreen.
func KCGImagePropertyIPTCExtDataOnScreenRegion ¶
KCGImagePropertyIPTCExtDataOnScreenRegion returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegion.
func KCGImagePropertyIPTCExtDataOnScreenRegionD ¶
KCGImagePropertyIPTCExtDataOnScreenRegionD returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegionD.
func KCGImagePropertyIPTCExtDataOnScreenRegionH ¶
KCGImagePropertyIPTCExtDataOnScreenRegionH returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegionH.
func KCGImagePropertyIPTCExtDataOnScreenRegionText ¶
KCGImagePropertyIPTCExtDataOnScreenRegionText returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegionText.
func KCGImagePropertyIPTCExtDataOnScreenRegionUnit ¶
KCGImagePropertyIPTCExtDataOnScreenRegionUnit returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegionUnit.
func KCGImagePropertyIPTCExtDataOnScreenRegionW ¶
KCGImagePropertyIPTCExtDataOnScreenRegionW returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegionW.
func KCGImagePropertyIPTCExtDataOnScreenRegionX ¶
KCGImagePropertyIPTCExtDataOnScreenRegionX returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegionX.
func KCGImagePropertyIPTCExtDataOnScreenRegionY ¶
KCGImagePropertyIPTCExtDataOnScreenRegionY returns the value of the constant kCGImagePropertyIPTCExtDataOnScreenRegionY.
func KCGImagePropertyIPTCExtDigitalImageGUID ¶
KCGImagePropertyIPTCExtDigitalImageGUID returns the value of the constant kCGImagePropertyIPTCExtDigitalImageGUID.
func KCGImagePropertyIPTCExtDigitalSourceFileType ¶
KCGImagePropertyIPTCExtDigitalSourceFileType returns the value of the constant kCGImagePropertyIPTCExtDigitalSourceFileType.
func KCGImagePropertyIPTCExtDigitalSourceType ¶
KCGImagePropertyIPTCExtDigitalSourceType returns the value of the constant kCGImagePropertyIPTCExtDigitalSourceType.
func KCGImagePropertyIPTCExtDopesheet ¶
KCGImagePropertyIPTCExtDopesheet returns the value of the constant kCGImagePropertyIPTCExtDopesheet.
func KCGImagePropertyIPTCExtDopesheetLink ¶
KCGImagePropertyIPTCExtDopesheetLink returns the value of the constant kCGImagePropertyIPTCExtDopesheetLink.
func KCGImagePropertyIPTCExtDopesheetLinkLink ¶
KCGImagePropertyIPTCExtDopesheetLinkLink returns the value of the constant kCGImagePropertyIPTCExtDopesheetLinkLink.
func KCGImagePropertyIPTCExtDopesheetLinkLinkQualifier ¶
KCGImagePropertyIPTCExtDopesheetLinkLinkQualifier returns the value of the constant kCGImagePropertyIPTCExtDopesheetLinkLinkQualifier.
func KCGImagePropertyIPTCExtEmbdEncRightsExpr ¶
KCGImagePropertyIPTCExtEmbdEncRightsExpr returns the value of the constant kCGImagePropertyIPTCExtEmbdEncRightsExpr.
func KCGImagePropertyIPTCExtEmbeddedEncodedRightsExpr ¶
KCGImagePropertyIPTCExtEmbeddedEncodedRightsExpr returns the value of the constant kCGImagePropertyIPTCExtEmbeddedEncodedRightsExpr.
func KCGImagePropertyIPTCExtEmbeddedEncodedRightsExprLangID ¶
KCGImagePropertyIPTCExtEmbeddedEncodedRightsExprLangID returns the value of the constant kCGImagePropertyIPTCExtEmbeddedEncodedRightsExprLangID.
func KCGImagePropertyIPTCExtEmbeddedEncodedRightsExprType ¶
KCGImagePropertyIPTCExtEmbeddedEncodedRightsExprType returns the value of the constant kCGImagePropertyIPTCExtEmbeddedEncodedRightsExprType.
func KCGImagePropertyIPTCExtEpisode ¶
KCGImagePropertyIPTCExtEpisode returns the value of the constant kCGImagePropertyIPTCExtEpisode.
func KCGImagePropertyIPTCExtEpisodeIdentifier ¶
KCGImagePropertyIPTCExtEpisodeIdentifier returns the value of the constant kCGImagePropertyIPTCExtEpisodeIdentifier.
func KCGImagePropertyIPTCExtEpisodeName ¶
KCGImagePropertyIPTCExtEpisodeName returns the value of the constant kCGImagePropertyIPTCExtEpisodeName.
func KCGImagePropertyIPTCExtEpisodeNumber ¶
KCGImagePropertyIPTCExtEpisodeNumber returns the value of the constant kCGImagePropertyIPTCExtEpisodeNumber.
func KCGImagePropertyIPTCExtEvent ¶
KCGImagePropertyIPTCExtEvent returns the value of the constant kCGImagePropertyIPTCExtEvent.
func KCGImagePropertyIPTCExtExternalMetadataLink ¶
KCGImagePropertyIPTCExtExternalMetadataLink returns the value of the constant kCGImagePropertyIPTCExtExternalMetadataLink.
func KCGImagePropertyIPTCExtFeedIdentifier ¶
KCGImagePropertyIPTCExtFeedIdentifier returns the value of the constant kCGImagePropertyIPTCExtFeedIdentifier.
func KCGImagePropertyIPTCExtGenre ¶
KCGImagePropertyIPTCExtGenre returns the value of the constant kCGImagePropertyIPTCExtGenre.
func KCGImagePropertyIPTCExtGenreCvId ¶
KCGImagePropertyIPTCExtGenreCvId returns the value of the constant kCGImagePropertyIPTCExtGenreCvId.
func KCGImagePropertyIPTCExtGenreCvTermId ¶
KCGImagePropertyIPTCExtGenreCvTermId returns the value of the constant kCGImagePropertyIPTCExtGenreCvTermId.
func KCGImagePropertyIPTCExtGenreCvTermName ¶
KCGImagePropertyIPTCExtGenreCvTermName returns the value of the constant kCGImagePropertyIPTCExtGenreCvTermName.
func KCGImagePropertyIPTCExtGenreCvTermRefinedAbout ¶
KCGImagePropertyIPTCExtGenreCvTermRefinedAbout returns the value of the constant kCGImagePropertyIPTCExtGenreCvTermRefinedAbout.
func KCGImagePropertyIPTCExtHeadline ¶
KCGImagePropertyIPTCExtHeadline returns the value of the constant kCGImagePropertyIPTCExtHeadline.
func KCGImagePropertyIPTCExtIPTCLastEdited ¶
KCGImagePropertyIPTCExtIPTCLastEdited returns the value of the constant kCGImagePropertyIPTCExtIPTCLastEdited.
func KCGImagePropertyIPTCExtLinkedEncRightsExpr ¶
KCGImagePropertyIPTCExtLinkedEncRightsExpr returns the value of the constant kCGImagePropertyIPTCExtLinkedEncRightsExpr.
func KCGImagePropertyIPTCExtLinkedEncodedRightsExpr ¶
KCGImagePropertyIPTCExtLinkedEncodedRightsExpr returns the value of the constant kCGImagePropertyIPTCExtLinkedEncodedRightsExpr.
func KCGImagePropertyIPTCExtLinkedEncodedRightsExprLangID ¶
KCGImagePropertyIPTCExtLinkedEncodedRightsExprLangID returns the value of the constant kCGImagePropertyIPTCExtLinkedEncodedRightsExprLangID.
func KCGImagePropertyIPTCExtLinkedEncodedRightsExprType ¶
KCGImagePropertyIPTCExtLinkedEncodedRightsExprType returns the value of the constant kCGImagePropertyIPTCExtLinkedEncodedRightsExprType.
func KCGImagePropertyIPTCExtLocationCity ¶
KCGImagePropertyIPTCExtLocationCity returns the value of the constant kCGImagePropertyIPTCExtLocationCity.
func KCGImagePropertyIPTCExtLocationCountryCode ¶
KCGImagePropertyIPTCExtLocationCountryCode returns the value of the constant kCGImagePropertyIPTCExtLocationCountryCode.
func KCGImagePropertyIPTCExtLocationCountryName ¶
KCGImagePropertyIPTCExtLocationCountryName returns the value of the constant kCGImagePropertyIPTCExtLocationCountryName.
func KCGImagePropertyIPTCExtLocationCreated ¶
KCGImagePropertyIPTCExtLocationCreated returns the value of the constant kCGImagePropertyIPTCExtLocationCreated.
func KCGImagePropertyIPTCExtLocationGPSAltitude ¶
KCGImagePropertyIPTCExtLocationGPSAltitude returns the value of the constant kCGImagePropertyIPTCExtLocationGPSAltitude.
func KCGImagePropertyIPTCExtLocationGPSLatitude ¶
KCGImagePropertyIPTCExtLocationGPSLatitude returns the value of the constant kCGImagePropertyIPTCExtLocationGPSLatitude.
func KCGImagePropertyIPTCExtLocationGPSLongitude ¶
KCGImagePropertyIPTCExtLocationGPSLongitude returns the value of the constant kCGImagePropertyIPTCExtLocationGPSLongitude.
func KCGImagePropertyIPTCExtLocationIdentifier ¶
KCGImagePropertyIPTCExtLocationIdentifier returns the value of the constant kCGImagePropertyIPTCExtLocationIdentifier.
func KCGImagePropertyIPTCExtLocationLocationId ¶
KCGImagePropertyIPTCExtLocationLocationId returns the value of the constant kCGImagePropertyIPTCExtLocationLocationId.
func KCGImagePropertyIPTCExtLocationLocationName ¶
KCGImagePropertyIPTCExtLocationLocationName returns the value of the constant kCGImagePropertyIPTCExtLocationLocationName.
func KCGImagePropertyIPTCExtLocationProvinceState ¶
KCGImagePropertyIPTCExtLocationProvinceState returns the value of the constant kCGImagePropertyIPTCExtLocationProvinceState.
func KCGImagePropertyIPTCExtLocationShown ¶
KCGImagePropertyIPTCExtLocationShown returns the value of the constant kCGImagePropertyIPTCExtLocationShown.
func KCGImagePropertyIPTCExtLocationSublocation ¶
KCGImagePropertyIPTCExtLocationSublocation returns the value of the constant kCGImagePropertyIPTCExtLocationSublocation.
func KCGImagePropertyIPTCExtLocationWorldRegion ¶
KCGImagePropertyIPTCExtLocationWorldRegion returns the value of the constant kCGImagePropertyIPTCExtLocationWorldRegion.
func KCGImagePropertyIPTCExtMaxAvailHeight ¶
KCGImagePropertyIPTCExtMaxAvailHeight returns the value of the constant kCGImagePropertyIPTCExtMaxAvailHeight.
func KCGImagePropertyIPTCExtMaxAvailWidth ¶
KCGImagePropertyIPTCExtMaxAvailWidth returns the value of the constant kCGImagePropertyIPTCExtMaxAvailWidth.
func KCGImagePropertyIPTCExtModelAge ¶
KCGImagePropertyIPTCExtModelAge returns the value of the constant kCGImagePropertyIPTCExtModelAge.
func KCGImagePropertyIPTCExtOrganisationInImageCode ¶
KCGImagePropertyIPTCExtOrganisationInImageCode returns the value of the constant kCGImagePropertyIPTCExtOrganisationInImageCode.
func KCGImagePropertyIPTCExtOrganisationInImageName ¶
KCGImagePropertyIPTCExtOrganisationInImageName returns the value of the constant kCGImagePropertyIPTCExtOrganisationInImageName.
func KCGImagePropertyIPTCExtPersonHeard ¶
KCGImagePropertyIPTCExtPersonHeard returns the value of the constant kCGImagePropertyIPTCExtPersonHeard.
func KCGImagePropertyIPTCExtPersonHeardIdentifier ¶
KCGImagePropertyIPTCExtPersonHeardIdentifier returns the value of the constant kCGImagePropertyIPTCExtPersonHeardIdentifier.
func KCGImagePropertyIPTCExtPersonHeardName ¶
KCGImagePropertyIPTCExtPersonHeardName returns the value of the constant kCGImagePropertyIPTCExtPersonHeardName.
func KCGImagePropertyIPTCExtPersonInImage ¶
KCGImagePropertyIPTCExtPersonInImage returns the value of the constant kCGImagePropertyIPTCExtPersonInImage.
func KCGImagePropertyIPTCExtPersonInImageCharacteristic ¶
KCGImagePropertyIPTCExtPersonInImageCharacteristic returns the value of the constant kCGImagePropertyIPTCExtPersonInImageCharacteristic.
func KCGImagePropertyIPTCExtPersonInImageCvTermCvId ¶
KCGImagePropertyIPTCExtPersonInImageCvTermCvId returns the value of the constant kCGImagePropertyIPTCExtPersonInImageCvTermCvId.
func KCGImagePropertyIPTCExtPersonInImageCvTermId ¶
KCGImagePropertyIPTCExtPersonInImageCvTermId returns the value of the constant kCGImagePropertyIPTCExtPersonInImageCvTermId.
func KCGImagePropertyIPTCExtPersonInImageCvTermName ¶
KCGImagePropertyIPTCExtPersonInImageCvTermName returns the value of the constant kCGImagePropertyIPTCExtPersonInImageCvTermName.
func KCGImagePropertyIPTCExtPersonInImageCvTermRefinedAbout ¶
KCGImagePropertyIPTCExtPersonInImageCvTermRefinedAbout returns the value of the constant kCGImagePropertyIPTCExtPersonInImageCvTermRefinedAbout.
func KCGImagePropertyIPTCExtPersonInImageDescription ¶
KCGImagePropertyIPTCExtPersonInImageDescription returns the value of the constant kCGImagePropertyIPTCExtPersonInImageDescription.
func KCGImagePropertyIPTCExtPersonInImageId ¶
KCGImagePropertyIPTCExtPersonInImageId returns the value of the constant kCGImagePropertyIPTCExtPersonInImageId.
func KCGImagePropertyIPTCExtPersonInImageName ¶
KCGImagePropertyIPTCExtPersonInImageName returns the value of the constant kCGImagePropertyIPTCExtPersonInImageName.
func KCGImagePropertyIPTCExtPersonInImageWDetails ¶
KCGImagePropertyIPTCExtPersonInImageWDetails returns the value of the constant kCGImagePropertyIPTCExtPersonInImageWDetails.
func KCGImagePropertyIPTCExtProductInImage ¶
KCGImagePropertyIPTCExtProductInImage returns the value of the constant kCGImagePropertyIPTCExtProductInImage.
func KCGImagePropertyIPTCExtProductInImageDescription ¶
KCGImagePropertyIPTCExtProductInImageDescription returns the value of the constant kCGImagePropertyIPTCExtProductInImageDescription.
func KCGImagePropertyIPTCExtProductInImageGTIN ¶
KCGImagePropertyIPTCExtProductInImageGTIN returns the value of the constant kCGImagePropertyIPTCExtProductInImageGTIN.
func KCGImagePropertyIPTCExtProductInImageName ¶
KCGImagePropertyIPTCExtProductInImageName returns the value of the constant kCGImagePropertyIPTCExtProductInImageName.
func KCGImagePropertyIPTCExtPublicationEvent ¶
KCGImagePropertyIPTCExtPublicationEvent returns the value of the constant kCGImagePropertyIPTCExtPublicationEvent.
func KCGImagePropertyIPTCExtPublicationEventDate ¶
KCGImagePropertyIPTCExtPublicationEventDate returns the value of the constant kCGImagePropertyIPTCExtPublicationEventDate.
func KCGImagePropertyIPTCExtPublicationEventIdentifier ¶
KCGImagePropertyIPTCExtPublicationEventIdentifier returns the value of the constant kCGImagePropertyIPTCExtPublicationEventIdentifier.
func KCGImagePropertyIPTCExtPublicationEventName ¶
KCGImagePropertyIPTCExtPublicationEventName returns the value of the constant kCGImagePropertyIPTCExtPublicationEventName.
func KCGImagePropertyIPTCExtRating ¶
KCGImagePropertyIPTCExtRating returns the value of the constant kCGImagePropertyIPTCExtRating.
func KCGImagePropertyIPTCExtRatingRatingRegion ¶
KCGImagePropertyIPTCExtRatingRatingRegion returns the value of the constant kCGImagePropertyIPTCExtRatingRatingRegion.
func KCGImagePropertyIPTCExtRatingRegionCity ¶
KCGImagePropertyIPTCExtRatingRegionCity returns the value of the constant kCGImagePropertyIPTCExtRatingRegionCity.
func KCGImagePropertyIPTCExtRatingRegionCountryCode ¶
KCGImagePropertyIPTCExtRatingRegionCountryCode returns the value of the constant kCGImagePropertyIPTCExtRatingRegionCountryCode.
func KCGImagePropertyIPTCExtRatingRegionCountryName ¶
KCGImagePropertyIPTCExtRatingRegionCountryName returns the value of the constant kCGImagePropertyIPTCExtRatingRegionCountryName.
func KCGImagePropertyIPTCExtRatingRegionGPSAltitude ¶
KCGImagePropertyIPTCExtRatingRegionGPSAltitude returns the value of the constant kCGImagePropertyIPTCExtRatingRegionGPSAltitude.
func KCGImagePropertyIPTCExtRatingRegionGPSLatitude ¶
KCGImagePropertyIPTCExtRatingRegionGPSLatitude returns the value of the constant kCGImagePropertyIPTCExtRatingRegionGPSLatitude.
func KCGImagePropertyIPTCExtRatingRegionGPSLongitude ¶
KCGImagePropertyIPTCExtRatingRegionGPSLongitude returns the value of the constant kCGImagePropertyIPTCExtRatingRegionGPSLongitude.
func KCGImagePropertyIPTCExtRatingRegionIdentifier ¶
KCGImagePropertyIPTCExtRatingRegionIdentifier returns the value of the constant kCGImagePropertyIPTCExtRatingRegionIdentifier.
func KCGImagePropertyIPTCExtRatingRegionLocationId ¶
KCGImagePropertyIPTCExtRatingRegionLocationId returns the value of the constant kCGImagePropertyIPTCExtRatingRegionLocationId.
func KCGImagePropertyIPTCExtRatingRegionLocationName ¶
KCGImagePropertyIPTCExtRatingRegionLocationName returns the value of the constant kCGImagePropertyIPTCExtRatingRegionLocationName.
func KCGImagePropertyIPTCExtRatingRegionProvinceState ¶
KCGImagePropertyIPTCExtRatingRegionProvinceState returns the value of the constant kCGImagePropertyIPTCExtRatingRegionProvinceState.
func KCGImagePropertyIPTCExtRatingRegionSublocation ¶
KCGImagePropertyIPTCExtRatingRegionSublocation returns the value of the constant kCGImagePropertyIPTCExtRatingRegionSublocation.
func KCGImagePropertyIPTCExtRatingRegionWorldRegion ¶
KCGImagePropertyIPTCExtRatingRegionWorldRegion returns the value of the constant kCGImagePropertyIPTCExtRatingRegionWorldRegion.
func KCGImagePropertyIPTCExtRatingScaleMaxValue ¶
KCGImagePropertyIPTCExtRatingScaleMaxValue returns the value of the constant kCGImagePropertyIPTCExtRatingScaleMaxValue.
func KCGImagePropertyIPTCExtRatingScaleMinValue ¶
KCGImagePropertyIPTCExtRatingScaleMinValue returns the value of the constant kCGImagePropertyIPTCExtRatingScaleMinValue.
func KCGImagePropertyIPTCExtRatingSourceLink ¶
KCGImagePropertyIPTCExtRatingSourceLink returns the value of the constant kCGImagePropertyIPTCExtRatingSourceLink.
func KCGImagePropertyIPTCExtRatingValue ¶
KCGImagePropertyIPTCExtRatingValue returns the value of the constant kCGImagePropertyIPTCExtRatingValue.
func KCGImagePropertyIPTCExtRatingValueLogoLink ¶
KCGImagePropertyIPTCExtRatingValueLogoLink returns the value of the constant kCGImagePropertyIPTCExtRatingValueLogoLink.
func KCGImagePropertyIPTCExtRegistryEntryRole ¶
KCGImagePropertyIPTCExtRegistryEntryRole returns the value of the constant kCGImagePropertyIPTCExtRegistryEntryRole.
func KCGImagePropertyIPTCExtRegistryID ¶
KCGImagePropertyIPTCExtRegistryID returns the value of the constant kCGImagePropertyIPTCExtRegistryID.
func KCGImagePropertyIPTCExtRegistryItemID ¶
KCGImagePropertyIPTCExtRegistryItemID returns the value of the constant kCGImagePropertyIPTCExtRegistryItemID.
func KCGImagePropertyIPTCExtRegistryOrganisationID ¶
KCGImagePropertyIPTCExtRegistryOrganisationID returns the value of the constant kCGImagePropertyIPTCExtRegistryOrganisationID.
func KCGImagePropertyIPTCExtReleaseReady ¶
KCGImagePropertyIPTCExtReleaseReady returns the value of the constant kCGImagePropertyIPTCExtReleaseReady.
func KCGImagePropertyIPTCExtSeason ¶
KCGImagePropertyIPTCExtSeason returns the value of the constant kCGImagePropertyIPTCExtSeason.
func KCGImagePropertyIPTCExtSeasonIdentifier ¶
KCGImagePropertyIPTCExtSeasonIdentifier returns the value of the constant kCGImagePropertyIPTCExtSeasonIdentifier.
func KCGImagePropertyIPTCExtSeasonName ¶
KCGImagePropertyIPTCExtSeasonName returns the value of the constant kCGImagePropertyIPTCExtSeasonName.
func KCGImagePropertyIPTCExtSeasonNumber ¶
KCGImagePropertyIPTCExtSeasonNumber returns the value of the constant kCGImagePropertyIPTCExtSeasonNumber.
func KCGImagePropertyIPTCExtSeries ¶
KCGImagePropertyIPTCExtSeries returns the value of the constant kCGImagePropertyIPTCExtSeries.
func KCGImagePropertyIPTCExtSeriesIdentifier ¶
KCGImagePropertyIPTCExtSeriesIdentifier returns the value of the constant kCGImagePropertyIPTCExtSeriesIdentifier.
func KCGImagePropertyIPTCExtSeriesName ¶
KCGImagePropertyIPTCExtSeriesName returns the value of the constant kCGImagePropertyIPTCExtSeriesName.
func KCGImagePropertyIPTCExtShownEvent ¶
KCGImagePropertyIPTCExtShownEvent returns the value of the constant kCGImagePropertyIPTCExtShownEvent.
func KCGImagePropertyIPTCExtShownEventIdentifier ¶
KCGImagePropertyIPTCExtShownEventIdentifier returns the value of the constant kCGImagePropertyIPTCExtShownEventIdentifier.
func KCGImagePropertyIPTCExtShownEventName ¶
KCGImagePropertyIPTCExtShownEventName returns the value of the constant kCGImagePropertyIPTCExtShownEventName.
func KCGImagePropertyIPTCExtStorylineIdentifier ¶
KCGImagePropertyIPTCExtStorylineIdentifier returns the value of the constant kCGImagePropertyIPTCExtStorylineIdentifier.
func KCGImagePropertyIPTCExtStreamReady ¶
KCGImagePropertyIPTCExtStreamReady returns the value of the constant kCGImagePropertyIPTCExtStreamReady.
func KCGImagePropertyIPTCExtStylePeriod ¶
KCGImagePropertyIPTCExtStylePeriod returns the value of the constant kCGImagePropertyIPTCExtStylePeriod.
func KCGImagePropertyIPTCExtSupplyChainSource ¶
KCGImagePropertyIPTCExtSupplyChainSource returns the value of the constant kCGImagePropertyIPTCExtSupplyChainSource.
func KCGImagePropertyIPTCExtSupplyChainSourceIdentifier ¶
KCGImagePropertyIPTCExtSupplyChainSourceIdentifier returns the value of the constant kCGImagePropertyIPTCExtSupplyChainSourceIdentifier.
func KCGImagePropertyIPTCExtSupplyChainSourceName ¶
KCGImagePropertyIPTCExtSupplyChainSourceName returns the value of the constant kCGImagePropertyIPTCExtSupplyChainSourceName.
func KCGImagePropertyIPTCExtTemporalCoverage ¶
KCGImagePropertyIPTCExtTemporalCoverage returns the value of the constant kCGImagePropertyIPTCExtTemporalCoverage.
func KCGImagePropertyIPTCExtTemporalCoverageFrom ¶
KCGImagePropertyIPTCExtTemporalCoverageFrom returns the value of the constant kCGImagePropertyIPTCExtTemporalCoverageFrom.
func KCGImagePropertyIPTCExtTemporalCoverageTo ¶
KCGImagePropertyIPTCExtTemporalCoverageTo returns the value of the constant kCGImagePropertyIPTCExtTemporalCoverageTo.
func KCGImagePropertyIPTCExtTranscript ¶
KCGImagePropertyIPTCExtTranscript returns the value of the constant kCGImagePropertyIPTCExtTranscript.
func KCGImagePropertyIPTCExtTranscriptLink ¶
KCGImagePropertyIPTCExtTranscriptLink returns the value of the constant kCGImagePropertyIPTCExtTranscriptLink.
func KCGImagePropertyIPTCExtTranscriptLinkLink ¶
KCGImagePropertyIPTCExtTranscriptLinkLink returns the value of the constant kCGImagePropertyIPTCExtTranscriptLinkLink.
func KCGImagePropertyIPTCExtTranscriptLinkLinkQualifier ¶
KCGImagePropertyIPTCExtTranscriptLinkLinkQualifier returns the value of the constant kCGImagePropertyIPTCExtTranscriptLinkLinkQualifier.
func KCGImagePropertyIPTCExtVideoBitrate ¶
KCGImagePropertyIPTCExtVideoBitrate returns the value of the constant kCGImagePropertyIPTCExtVideoBitrate.
func KCGImagePropertyIPTCExtVideoBitrateMode ¶
KCGImagePropertyIPTCExtVideoBitrateMode returns the value of the constant kCGImagePropertyIPTCExtVideoBitrateMode.
func KCGImagePropertyIPTCExtVideoDisplayAspectRatio ¶
KCGImagePropertyIPTCExtVideoDisplayAspectRatio returns the value of the constant kCGImagePropertyIPTCExtVideoDisplayAspectRatio.
func KCGImagePropertyIPTCExtVideoEncodingProfile ¶
KCGImagePropertyIPTCExtVideoEncodingProfile returns the value of the constant kCGImagePropertyIPTCExtVideoEncodingProfile.
func KCGImagePropertyIPTCExtVideoShotType ¶
KCGImagePropertyIPTCExtVideoShotType returns the value of the constant kCGImagePropertyIPTCExtVideoShotType.
func KCGImagePropertyIPTCExtVideoShotTypeIdentifier ¶
KCGImagePropertyIPTCExtVideoShotTypeIdentifier returns the value of the constant kCGImagePropertyIPTCExtVideoShotTypeIdentifier.
func KCGImagePropertyIPTCExtVideoShotTypeName ¶
KCGImagePropertyIPTCExtVideoShotTypeName returns the value of the constant kCGImagePropertyIPTCExtVideoShotTypeName.
func KCGImagePropertyIPTCExtVideoStreamsCount ¶
KCGImagePropertyIPTCExtVideoStreamsCount returns the value of the constant kCGImagePropertyIPTCExtVideoStreamsCount.
func KCGImagePropertyIPTCExtVisualColor ¶
KCGImagePropertyIPTCExtVisualColor returns the value of the constant kCGImagePropertyIPTCExtVisualColor.
func KCGImagePropertyIPTCExtWorkflowTag ¶
KCGImagePropertyIPTCExtWorkflowTag returns the value of the constant kCGImagePropertyIPTCExtWorkflowTag.
func KCGImagePropertyIPTCExtWorkflowTagCvId ¶
KCGImagePropertyIPTCExtWorkflowTagCvId returns the value of the constant kCGImagePropertyIPTCExtWorkflowTagCvId.
func KCGImagePropertyIPTCExtWorkflowTagCvTermId ¶
KCGImagePropertyIPTCExtWorkflowTagCvTermId returns the value of the constant kCGImagePropertyIPTCExtWorkflowTagCvTermId.
func KCGImagePropertyIPTCExtWorkflowTagCvTermName ¶
KCGImagePropertyIPTCExtWorkflowTagCvTermName returns the value of the constant kCGImagePropertyIPTCExtWorkflowTagCvTermName.
func KCGImagePropertyIPTCExtWorkflowTagCvTermRefinedAbout ¶
KCGImagePropertyIPTCExtWorkflowTagCvTermRefinedAbout returns the value of the constant kCGImagePropertyIPTCExtWorkflowTagCvTermRefinedAbout.
func KCGImagePropertyIPTCFixtureIdentifier ¶
KCGImagePropertyIPTCFixtureIdentifier returns the value of the constant kCGImagePropertyIPTCFixtureIdentifier.
func KCGImagePropertyIPTCHeadline ¶
KCGImagePropertyIPTCHeadline returns the value of the constant kCGImagePropertyIPTCHeadline.
func KCGImagePropertyIPTCImageOrientation ¶
KCGImagePropertyIPTCImageOrientation returns the value of the constant kCGImagePropertyIPTCImageOrientation.
func KCGImagePropertyIPTCImageType ¶
KCGImagePropertyIPTCImageType returns the value of the constant kCGImagePropertyIPTCImageType.
func KCGImagePropertyIPTCKeywords ¶
KCGImagePropertyIPTCKeywords returns the value of the constant kCGImagePropertyIPTCKeywords.
func KCGImagePropertyIPTCLanguageIdentifier ¶
KCGImagePropertyIPTCLanguageIdentifier returns the value of the constant kCGImagePropertyIPTCLanguageIdentifier.
func KCGImagePropertyIPTCObjectAttributeReference ¶
KCGImagePropertyIPTCObjectAttributeReference returns the value of the constant kCGImagePropertyIPTCObjectAttributeReference.
func KCGImagePropertyIPTCObjectCycle ¶
KCGImagePropertyIPTCObjectCycle returns the value of the constant kCGImagePropertyIPTCObjectCycle.
func KCGImagePropertyIPTCObjectName ¶
KCGImagePropertyIPTCObjectName returns the value of the constant kCGImagePropertyIPTCObjectName.
func KCGImagePropertyIPTCObjectTypeReference ¶
KCGImagePropertyIPTCObjectTypeReference returns the value of the constant kCGImagePropertyIPTCObjectTypeReference.
func KCGImagePropertyIPTCOriginalTransmissionReference ¶
KCGImagePropertyIPTCOriginalTransmissionReference returns the value of the constant kCGImagePropertyIPTCOriginalTransmissionReference.
func KCGImagePropertyIPTCOriginatingProgram ¶
KCGImagePropertyIPTCOriginatingProgram returns the value of the constant kCGImagePropertyIPTCOriginatingProgram.
func KCGImagePropertyIPTCProgramVersion ¶
KCGImagePropertyIPTCProgramVersion returns the value of the constant kCGImagePropertyIPTCProgramVersion.
func KCGImagePropertyIPTCProvinceState ¶
KCGImagePropertyIPTCProvinceState returns the value of the constant kCGImagePropertyIPTCProvinceState.
func KCGImagePropertyIPTCReferenceDate ¶
KCGImagePropertyIPTCReferenceDate returns the value of the constant kCGImagePropertyIPTCReferenceDate.
func KCGImagePropertyIPTCReferenceNumber ¶
KCGImagePropertyIPTCReferenceNumber returns the value of the constant kCGImagePropertyIPTCReferenceNumber.
func KCGImagePropertyIPTCReferenceService ¶
KCGImagePropertyIPTCReferenceService returns the value of the constant kCGImagePropertyIPTCReferenceService.
func KCGImagePropertyIPTCReleaseDate ¶
KCGImagePropertyIPTCReleaseDate returns the value of the constant kCGImagePropertyIPTCReleaseDate.
func KCGImagePropertyIPTCReleaseTime ¶
KCGImagePropertyIPTCReleaseTime returns the value of the constant kCGImagePropertyIPTCReleaseTime.
func KCGImagePropertyIPTCRightsUsageTerms ¶
KCGImagePropertyIPTCRightsUsageTerms returns the value of the constant kCGImagePropertyIPTCRightsUsageTerms.
func KCGImagePropertyIPTCScene ¶
KCGImagePropertyIPTCScene returns the value of the constant kCGImagePropertyIPTCScene.
func KCGImagePropertyIPTCSource ¶
KCGImagePropertyIPTCSource returns the value of the constant kCGImagePropertyIPTCSource.
func KCGImagePropertyIPTCSpecialInstructions ¶
KCGImagePropertyIPTCSpecialInstructions returns the value of the constant kCGImagePropertyIPTCSpecialInstructions.
func KCGImagePropertyIPTCStarRating ¶
KCGImagePropertyIPTCStarRating returns the value of the constant kCGImagePropertyIPTCStarRating.
func KCGImagePropertyIPTCSubLocation ¶
KCGImagePropertyIPTCSubLocation returns the value of the constant kCGImagePropertyIPTCSubLocation.
func KCGImagePropertyIPTCSubjectReference ¶
KCGImagePropertyIPTCSubjectReference returns the value of the constant kCGImagePropertyIPTCSubjectReference.
func KCGImagePropertyIPTCSupplementalCategory ¶
KCGImagePropertyIPTCSupplementalCategory returns the value of the constant kCGImagePropertyIPTCSupplementalCategory.
func KCGImagePropertyIPTCTimeCreated ¶
KCGImagePropertyIPTCTimeCreated returns the value of the constant kCGImagePropertyIPTCTimeCreated.
func KCGImagePropertyIPTCUrgency ¶
KCGImagePropertyIPTCUrgency returns the value of the constant kCGImagePropertyIPTCUrgency.
func KCGImagePropertyIPTCWriterEditor ¶
KCGImagePropertyIPTCWriterEditor returns the value of the constant kCGImagePropertyIPTCWriterEditor.
func KCGImagePropertyImageCount ¶
KCGImagePropertyImageCount returns the value of the constant kCGImagePropertyImageCount.
func KCGImagePropertyImageIndex ¶
KCGImagePropertyImageIndex returns the value of the constant kCGImagePropertyImageIndex.
func KCGImagePropertyImages ¶
KCGImagePropertyImages returns the value of the constant kCGImagePropertyImages.
func KCGImagePropertyIsFloat ¶
KCGImagePropertyIsFloat returns the value of the constant kCGImagePropertyIsFloat.
func KCGImagePropertyIsIndexed ¶
KCGImagePropertyIsIndexed returns the value of the constant kCGImagePropertyIsIndexed.
func KCGImagePropertyJFIFDensityUnit ¶
KCGImagePropertyJFIFDensityUnit returns the value of the constant kCGImagePropertyJFIFDensityUnit.
func KCGImagePropertyJFIFDictionary ¶
KCGImagePropertyJFIFDictionary returns the value of the constant kCGImagePropertyJFIFDictionary.
func KCGImagePropertyJFIFIsProgressive ¶
KCGImagePropertyJFIFIsProgressive returns the value of the constant kCGImagePropertyJFIFIsProgressive.
func KCGImagePropertyJFIFVersion ¶
KCGImagePropertyJFIFVersion returns the value of the constant kCGImagePropertyJFIFVersion.
func KCGImagePropertyJFIFXDensity ¶
KCGImagePropertyJFIFXDensity returns the value of the constant kCGImagePropertyJFIFXDensity.
func KCGImagePropertyJFIFYDensity ¶
KCGImagePropertyJFIFYDensity returns the value of the constant kCGImagePropertyJFIFYDensity.
func KCGImagePropertyMakerAppleDictionary ¶
KCGImagePropertyMakerAppleDictionary returns the value of the constant kCGImagePropertyMakerAppleDictionary.
func KCGImagePropertyMakerCanonAspectRatioInfo ¶
KCGImagePropertyMakerCanonAspectRatioInfo returns the value of the constant kCGImagePropertyMakerCanonAspectRatioInfo.
func KCGImagePropertyMakerCanonCameraSerialNumber ¶
KCGImagePropertyMakerCanonCameraSerialNumber returns the value of the constant kCGImagePropertyMakerCanonCameraSerialNumber.
func KCGImagePropertyMakerCanonContinuousDrive ¶
KCGImagePropertyMakerCanonContinuousDrive returns the value of the constant kCGImagePropertyMakerCanonContinuousDrive.
func KCGImagePropertyMakerCanonDictionary ¶
KCGImagePropertyMakerCanonDictionary returns the value of the constant kCGImagePropertyMakerCanonDictionary.
func KCGImagePropertyMakerCanonFirmware ¶
KCGImagePropertyMakerCanonFirmware returns the value of the constant kCGImagePropertyMakerCanonFirmware.
func KCGImagePropertyMakerCanonFlashExposureComp ¶
KCGImagePropertyMakerCanonFlashExposureComp returns the value of the constant kCGImagePropertyMakerCanonFlashExposureComp.
func KCGImagePropertyMakerCanonImageSerialNumber ¶
KCGImagePropertyMakerCanonImageSerialNumber returns the value of the constant kCGImagePropertyMakerCanonImageSerialNumber.
func KCGImagePropertyMakerCanonLensModel ¶
KCGImagePropertyMakerCanonLensModel returns the value of the constant kCGImagePropertyMakerCanonLensModel.
func KCGImagePropertyMakerCanonOwnerName ¶
KCGImagePropertyMakerCanonOwnerName returns the value of the constant kCGImagePropertyMakerCanonOwnerName.
func KCGImagePropertyMakerFujiDictionary ¶
KCGImagePropertyMakerFujiDictionary returns the value of the constant kCGImagePropertyMakerFujiDictionary.
func KCGImagePropertyMakerMinoltaDictionary ¶
KCGImagePropertyMakerMinoltaDictionary returns the value of the constant kCGImagePropertyMakerMinoltaDictionary.
func KCGImagePropertyMakerNikonCameraSerialNumber ¶
KCGImagePropertyMakerNikonCameraSerialNumber returns the value of the constant kCGImagePropertyMakerNikonCameraSerialNumber.
func KCGImagePropertyMakerNikonColorMode ¶
KCGImagePropertyMakerNikonColorMode returns the value of the constant kCGImagePropertyMakerNikonColorMode.
func KCGImagePropertyMakerNikonDictionary ¶
KCGImagePropertyMakerNikonDictionary returns the value of the constant kCGImagePropertyMakerNikonDictionary.
func KCGImagePropertyMakerNikonDigitalZoom ¶
KCGImagePropertyMakerNikonDigitalZoom returns the value of the constant kCGImagePropertyMakerNikonDigitalZoom.
func KCGImagePropertyMakerNikonFlashExposureComp ¶
KCGImagePropertyMakerNikonFlashExposureComp returns the value of the constant kCGImagePropertyMakerNikonFlashExposureComp.
func KCGImagePropertyMakerNikonFlashSetting ¶
KCGImagePropertyMakerNikonFlashSetting returns the value of the constant kCGImagePropertyMakerNikonFlashSetting.
func KCGImagePropertyMakerNikonFocusDistance ¶
KCGImagePropertyMakerNikonFocusDistance returns the value of the constant kCGImagePropertyMakerNikonFocusDistance.
func KCGImagePropertyMakerNikonFocusMode ¶
KCGImagePropertyMakerNikonFocusMode returns the value of the constant kCGImagePropertyMakerNikonFocusMode.
func KCGImagePropertyMakerNikonISOSelection ¶
KCGImagePropertyMakerNikonISOSelection returns the value of the constant kCGImagePropertyMakerNikonISOSelection.
func KCGImagePropertyMakerNikonISOSetting ¶
KCGImagePropertyMakerNikonISOSetting returns the value of the constant kCGImagePropertyMakerNikonISOSetting.
func KCGImagePropertyMakerNikonImageAdjustment ¶
KCGImagePropertyMakerNikonImageAdjustment returns the value of the constant kCGImagePropertyMakerNikonImageAdjustment.
func KCGImagePropertyMakerNikonLensAdapter ¶
KCGImagePropertyMakerNikonLensAdapter returns the value of the constant kCGImagePropertyMakerNikonLensAdapter.
func KCGImagePropertyMakerNikonLensInfo ¶
KCGImagePropertyMakerNikonLensInfo returns the value of the constant kCGImagePropertyMakerNikonLensInfo.
func KCGImagePropertyMakerNikonLensType ¶
KCGImagePropertyMakerNikonLensType returns the value of the constant kCGImagePropertyMakerNikonLensType.
func KCGImagePropertyMakerNikonQuality ¶
KCGImagePropertyMakerNikonQuality returns the value of the constant kCGImagePropertyMakerNikonQuality.
func KCGImagePropertyMakerNikonSharpenMode ¶
KCGImagePropertyMakerNikonSharpenMode returns the value of the constant kCGImagePropertyMakerNikonSharpenMode.
func KCGImagePropertyMakerNikonShootingMode ¶
KCGImagePropertyMakerNikonShootingMode returns the value of the constant kCGImagePropertyMakerNikonShootingMode.
func KCGImagePropertyMakerNikonShutterCount ¶
KCGImagePropertyMakerNikonShutterCount returns the value of the constant kCGImagePropertyMakerNikonShutterCount.
func KCGImagePropertyMakerNikonWhiteBalanceMode ¶
KCGImagePropertyMakerNikonWhiteBalanceMode returns the value of the constant kCGImagePropertyMakerNikonWhiteBalanceMode.
func KCGImagePropertyMakerOlympusDictionary ¶
KCGImagePropertyMakerOlympusDictionary returns the value of the constant kCGImagePropertyMakerOlympusDictionary.
func KCGImagePropertyMakerPentaxDictionary ¶
KCGImagePropertyMakerPentaxDictionary returns the value of the constant kCGImagePropertyMakerPentaxDictionary.
func KCGImagePropertyNamedColorSpace ¶
KCGImagePropertyNamedColorSpace returns the value of the constant kCGImagePropertyNamedColorSpace.
func KCGImagePropertyOpenEXRAspectRatio ¶
KCGImagePropertyOpenEXRAspectRatio returns the value of the constant kCGImagePropertyOpenEXRAspectRatio.
func KCGImagePropertyOpenEXRCompression ¶
KCGImagePropertyOpenEXRCompression returns the value of the constant kCGImagePropertyOpenEXRCompression.
func KCGImagePropertyOpenEXRDictionary ¶
KCGImagePropertyOpenEXRDictionary returns the value of the constant kCGImagePropertyOpenEXRDictionary.
func KCGImagePropertyOrientation ¶
KCGImagePropertyOrientation returns the value of the constant kCGImagePropertyOrientation.
func KCGImagePropertyPNGAuthor ¶
KCGImagePropertyPNGAuthor returns the value of the constant kCGImagePropertyPNGAuthor.
func KCGImagePropertyPNGChromaticities ¶
KCGImagePropertyPNGChromaticities returns the value of the constant kCGImagePropertyPNGChromaticities.
func KCGImagePropertyPNGComment ¶
KCGImagePropertyPNGComment returns the value of the constant kCGImagePropertyPNGComment.
func KCGImagePropertyPNGCompressionFilter ¶
KCGImagePropertyPNGCompressionFilter returns the value of the constant kCGImagePropertyPNGCompressionFilter.
func KCGImagePropertyPNGCopyright ¶
KCGImagePropertyPNGCopyright returns the value of the constant kCGImagePropertyPNGCopyright.
func KCGImagePropertyPNGCreationTime ¶
KCGImagePropertyPNGCreationTime returns the value of the constant kCGImagePropertyPNGCreationTime.
func KCGImagePropertyPNGDescription ¶
KCGImagePropertyPNGDescription returns the value of the constant kCGImagePropertyPNGDescription.
func KCGImagePropertyPNGDictionary ¶
KCGImagePropertyPNGDictionary returns the value of the constant kCGImagePropertyPNGDictionary.
func KCGImagePropertyPNGDisclaimer ¶
KCGImagePropertyPNGDisclaimer returns the value of the constant kCGImagePropertyPNGDisclaimer.
func KCGImagePropertyPNGGamma ¶
KCGImagePropertyPNGGamma returns the value of the constant kCGImagePropertyPNGGamma.
func KCGImagePropertyPNGInterlaceType ¶
KCGImagePropertyPNGInterlaceType returns the value of the constant kCGImagePropertyPNGInterlaceType.
func KCGImagePropertyPNGModificationTime ¶
KCGImagePropertyPNGModificationTime returns the value of the constant kCGImagePropertyPNGModificationTime.
func KCGImagePropertyPNGPixelsAspectRatio ¶
KCGImagePropertyPNGPixelsAspectRatio returns the value of the constant kCGImagePropertyPNGPixelsAspectRatio.
func KCGImagePropertyPNGSoftware ¶
KCGImagePropertyPNGSoftware returns the value of the constant kCGImagePropertyPNGSoftware.
func KCGImagePropertyPNGSource ¶
KCGImagePropertyPNGSource returns the value of the constant kCGImagePropertyPNGSource.
func KCGImagePropertyPNGTitle ¶
KCGImagePropertyPNGTitle returns the value of the constant kCGImagePropertyPNGTitle.
func KCGImagePropertyPNGTransparency ¶
KCGImagePropertyPNGTransparency returns the value of the constant kCGImagePropertyPNGTransparency.
func KCGImagePropertyPNGWarning ¶
KCGImagePropertyPNGWarning returns the value of the constant kCGImagePropertyPNGWarning.
func KCGImagePropertyPNGXPixelsPerMeter ¶
KCGImagePropertyPNGXPixelsPerMeter returns the value of the constant kCGImagePropertyPNGXPixelsPerMeter.
func KCGImagePropertyPNGYPixelsPerMeter ¶
KCGImagePropertyPNGYPixelsPerMeter returns the value of the constant kCGImagePropertyPNGYPixelsPerMeter.
func KCGImagePropertyPNGsRGBIntent ¶
KCGImagePropertyPNGsRGBIntent returns the value of the constant kCGImagePropertyPNGsRGBIntent.
func KCGImagePropertyPVREncoder ¶
KCGImagePropertyPVREncoder returns the value of the constant kCGImagePropertyPVREncoder.
func KCGImagePropertyPixelFormat ¶
KCGImagePropertyPixelFormat returns the value of the constant kCGImagePropertyPixelFormat.
func KCGImagePropertyPixelHeight ¶
KCGImagePropertyPixelHeight returns the value of the constant kCGImagePropertyPixelHeight.
func KCGImagePropertyPixelWidth ¶
KCGImagePropertyPixelWidth returns the value of the constant kCGImagePropertyPixelWidth.
func KCGImagePropertyPrimaryImage ¶
KCGImagePropertyPrimaryImage returns the value of the constant kCGImagePropertyPrimaryImage.
func KCGImagePropertyProfileName ¶
KCGImagePropertyProfileName returns the value of the constant kCGImagePropertyProfileName.
func KCGImagePropertyRawDictionary ¶
KCGImagePropertyRawDictionary returns the value of the constant kCGImagePropertyRawDictionary.
func KCGImagePropertyTGACompression ¶
KCGImagePropertyTGACompression returns the value of the constant kCGImagePropertyTGACompression.
func KCGImagePropertyTGADictionary ¶
KCGImagePropertyTGADictionary returns the value of the constant kCGImagePropertyTGADictionary.
func KCGImagePropertyTIFFArtist ¶
KCGImagePropertyTIFFArtist returns the value of the constant kCGImagePropertyTIFFArtist.
func KCGImagePropertyTIFFCompression ¶
KCGImagePropertyTIFFCompression returns the value of the constant kCGImagePropertyTIFFCompression.
func KCGImagePropertyTIFFCopyright ¶
KCGImagePropertyTIFFCopyright returns the value of the constant kCGImagePropertyTIFFCopyright.
func KCGImagePropertyTIFFDateTime ¶
KCGImagePropertyTIFFDateTime returns the value of the constant kCGImagePropertyTIFFDateTime.
func KCGImagePropertyTIFFDictionary ¶
KCGImagePropertyTIFFDictionary returns the value of the constant kCGImagePropertyTIFFDictionary.
func KCGImagePropertyTIFFDocumentName ¶
KCGImagePropertyTIFFDocumentName returns the value of the constant kCGImagePropertyTIFFDocumentName.
func KCGImagePropertyTIFFHostComputer ¶
KCGImagePropertyTIFFHostComputer returns the value of the constant kCGImagePropertyTIFFHostComputer.
func KCGImagePropertyTIFFImageDescription ¶
KCGImagePropertyTIFFImageDescription returns the value of the constant kCGImagePropertyTIFFImageDescription.
func KCGImagePropertyTIFFMake ¶
KCGImagePropertyTIFFMake returns the value of the constant kCGImagePropertyTIFFMake.
func KCGImagePropertyTIFFModel ¶
KCGImagePropertyTIFFModel returns the value of the constant kCGImagePropertyTIFFModel.
func KCGImagePropertyTIFFOrientation ¶
KCGImagePropertyTIFFOrientation returns the value of the constant kCGImagePropertyTIFFOrientation.
func KCGImagePropertyTIFFPhotometricInterpretation ¶
KCGImagePropertyTIFFPhotometricInterpretation returns the value of the constant kCGImagePropertyTIFFPhotometricInterpretation.
func KCGImagePropertyTIFFPrimaryChromaticities ¶
KCGImagePropertyTIFFPrimaryChromaticities returns the value of the constant kCGImagePropertyTIFFPrimaryChromaticities.
func KCGImagePropertyTIFFResolutionUnit ¶
KCGImagePropertyTIFFResolutionUnit returns the value of the constant kCGImagePropertyTIFFResolutionUnit.
func KCGImagePropertyTIFFSoftware ¶
KCGImagePropertyTIFFSoftware returns the value of the constant kCGImagePropertyTIFFSoftware.
func KCGImagePropertyTIFFTileLength ¶
KCGImagePropertyTIFFTileLength returns the value of the constant kCGImagePropertyTIFFTileLength.
func KCGImagePropertyTIFFTileWidth ¶
KCGImagePropertyTIFFTileWidth returns the value of the constant kCGImagePropertyTIFFTileWidth.
func KCGImagePropertyTIFFTransferFunction ¶
KCGImagePropertyTIFFTransferFunction returns the value of the constant kCGImagePropertyTIFFTransferFunction.
func KCGImagePropertyTIFFWhitePoint ¶
KCGImagePropertyTIFFWhitePoint returns the value of the constant kCGImagePropertyTIFFWhitePoint.
func KCGImagePropertyTIFFXPosition ¶
KCGImagePropertyTIFFXPosition returns the value of the constant kCGImagePropertyTIFFXPosition.
func KCGImagePropertyTIFFXResolution ¶
KCGImagePropertyTIFFXResolution returns the value of the constant kCGImagePropertyTIFFXResolution.
func KCGImagePropertyTIFFYPosition ¶
KCGImagePropertyTIFFYPosition returns the value of the constant kCGImagePropertyTIFFYPosition.
func KCGImagePropertyTIFFYResolution ¶
KCGImagePropertyTIFFYResolution returns the value of the constant kCGImagePropertyTIFFYResolution.
func KCGImagePropertyThumbnailImages ¶
KCGImagePropertyThumbnailImages returns the value of the constant kCGImagePropertyThumbnailImages.
func KCGImagePropertyWebPCanvasPixelHeight ¶
KCGImagePropertyWebPCanvasPixelHeight returns the value of the constant kCGImagePropertyWebPCanvasPixelHeight.
func KCGImagePropertyWebPCanvasPixelWidth ¶
KCGImagePropertyWebPCanvasPixelWidth returns the value of the constant kCGImagePropertyWebPCanvasPixelWidth.
func KCGImagePropertyWebPDelayTime ¶
KCGImagePropertyWebPDelayTime returns the value of the constant kCGImagePropertyWebPDelayTime.
func KCGImagePropertyWebPDictionary ¶
KCGImagePropertyWebPDictionary returns the value of the constant kCGImagePropertyWebPDictionary.
func KCGImagePropertyWebPFrameInfoArray ¶
KCGImagePropertyWebPFrameInfoArray returns the value of the constant kCGImagePropertyWebPFrameInfoArray.
func KCGImagePropertyWebPLoopCount ¶
KCGImagePropertyWebPLoopCount returns the value of the constant kCGImagePropertyWebPLoopCount.
func KCGImagePropertyWebPUnclampedDelayTime ¶
KCGImagePropertyWebPUnclampedDelayTime returns the value of the constant kCGImagePropertyWebPUnclampedDelayTime.
func KCGImagePropertyWidth ¶
KCGImagePropertyWidth returns the value of the constant kCGImagePropertyWidth.
func KCGImageProviderPreferredTileHeight ¶
KCGImageProviderPreferredTileHeight returns the value of the constant kCGImageProviderPreferredTileHeight.
func KCGImageProviderPreferredTileWidth ¶
KCGImageProviderPreferredTileWidth returns the value of the constant kCGImageProviderPreferredTileWidth.
func KCGImageSourceCreateThumbnailFromImageAlways ¶
KCGImageSourceCreateThumbnailFromImageAlways returns the value of the constant kCGImageSourceCreateThumbnailFromImageAlways.
func KCGImageSourceCreateThumbnailFromImageIfAbsent ¶
KCGImageSourceCreateThumbnailFromImageIfAbsent returns the value of the constant kCGImageSourceCreateThumbnailFromImageIfAbsent.
func KCGImageSourceCreateThumbnailWithTransform ¶
KCGImageSourceCreateThumbnailWithTransform returns the value of the constant kCGImageSourceCreateThumbnailWithTransform.
func KCGImageSourceDecodeRequest ¶
KCGImageSourceDecodeRequest returns the value of the constant kCGImageSourceDecodeRequest.
func KCGImageSourceDecodeRequestOptions ¶
KCGImageSourceDecodeRequestOptions returns the value of the constant kCGImageSourceDecodeRequestOptions.
func KCGImageSourceDecodeToHDR ¶
KCGImageSourceDecodeToHDR returns the value of the constant kCGImageSourceDecodeToHDR.
func KCGImageSourceDecodeToSDR ¶
KCGImageSourceDecodeToSDR returns the value of the constant kCGImageSourceDecodeToSDR.
func KCGImageSourceGenerateImageSpecificLumaScaling ¶
KCGImageSourceGenerateImageSpecificLumaScaling returns the value of the constant kCGImageSourceGenerateImageSpecificLumaScaling.
func KCGImageSourceShouldAllowFloat ¶
KCGImageSourceShouldAllowFloat returns the value of the constant kCGImageSourceShouldAllowFloat.
func KCGImageSourceShouldCache ¶
KCGImageSourceShouldCache returns the value of the constant kCGImageSourceShouldCache.
func KCGImageSourceShouldCacheImmediately ¶
KCGImageSourceShouldCacheImmediately returns the value of the constant kCGImageSourceShouldCacheImmediately.
func KCGImageSourceSubsampleFactor ¶
KCGImageSourceSubsampleFactor returns the value of the constant kCGImageSourceSubsampleFactor.
func KCGImageSourceThumbnailMaxPixelSize ¶
KCGImageSourceThumbnailMaxPixelSize returns the value of the constant kCGImageSourceThumbnailMaxPixelSize.
func KCGImageSourceTypeIdentifierHint ¶
KCGImageSourceTypeIdentifierHint returns the value of the constant kCGImageSourceTypeIdentifierHint.
func KIIOCameraExtrinsics_CoordinateSystemID ¶
KIIOCameraExtrinsics_CoordinateSystemID returns the value of the constant kIIOCameraExtrinsics_CoordinateSystemID.
func KIIOCameraExtrinsics_Position ¶
KIIOCameraExtrinsics_Position returns the value of the constant kIIOCameraExtrinsics_Position.
func KIIOCameraExtrinsics_Rotation ¶
KIIOCameraExtrinsics_Rotation returns the value of the constant kIIOCameraExtrinsics_Rotation.
func KIIOCameraModelType_GenericPinhole ¶
KIIOCameraModelType_GenericPinhole returns the value of the constant kIIOCameraModelType_GenericPinhole.
func KIIOCameraModelType_SimplifiedPinhole ¶
KIIOCameraModelType_SimplifiedPinhole returns the value of the constant kIIOCameraModelType_SimplifiedPinhole.
func KIIOCameraModel_Intrinsics ¶
KIIOCameraModel_Intrinsics returns the value of the constant kIIOCameraModel_Intrinsics.
func KIIOCameraModel_ModelType ¶
KIIOCameraModel_ModelType returns the value of the constant kIIOCameraModel_ModelType.
func KIIOMetadata_CameraExtrinsicsKey ¶
KIIOMetadata_CameraExtrinsicsKey returns the value of the constant kIIOMetadata_CameraExtrinsicsKey.
func KIIOMetadata_CameraModelKey ¶
KIIOMetadata_CameraModelKey returns the value of the constant kIIOMetadata_CameraModelKey.
func KIIOMonoscopicImageLocation_Center ¶
KIIOMonoscopicImageLocation_Center returns the value of the constant kIIOMonoscopicImageLocation_Center.
func KIIOMonoscopicImageLocation_Left ¶
KIIOMonoscopicImageLocation_Left returns the value of the constant kIIOMonoscopicImageLocation_Left.
func KIIOMonoscopicImageLocation_Right ¶
KIIOMonoscopicImageLocation_Right returns the value of the constant kIIOMonoscopicImageLocation_Right.
func KIIOMonoscopicImageLocation_Unspecified ¶
KIIOMonoscopicImageLocation_Unspecified returns the value of the constant kIIOMonoscopicImageLocation_Unspecified.
func KIIOStereoAggressors_Severity ¶
KIIOStereoAggressors_Severity returns the value of the constant kIIOStereoAggressors_Severity.
func KIIOStereoAggressors_SubTypeURI ¶
KIIOStereoAggressors_SubTypeURI returns the value of the constant kIIOStereoAggressors_SubTypeURI.
func KIIOStereoAggressors_Type ¶
KIIOStereoAggressors_Type returns the value of the constant kIIOStereoAggressors_Type.
Types ¶
type CGImageAnimationStatus ¶
type CGImageAnimationStatus int32
Constants that indicate the result of animating an image sequence.
const ( KCGImageAnimationStatus_ParameterError CGImageAnimationStatus = -22140 KCGImageAnimationStatus_CorruptInputImage CGImageAnimationStatus = -22141 KCGImageAnimationStatus_UnsupportedFormat CGImageAnimationStatus = -22142 KCGImageAnimationStatus_IncompleteInputImage CGImageAnimationStatus = -22143 KCGImageAnimationStatus_AllocationFailure CGImageAnimationStatus = -22144 )
func (CGImageAnimationStatus) String ¶
func (e CGImageAnimationStatus) String() string
String returns the CGImageAnimationStatus constant's name, or its numeric form when the value is not a known constant.
type CGImageDestination ¶
type CGImageDestination struct{}
An opaque type that you use to write image data to a URL, data object, or data consumer.
type CGImageMetadata ¶
type CGImageMetadata struct{}
An immutable object that contains the XMP metadata associated with an image.
type CGImageMetadataErrors ¶
type CGImageMetadataErrors int32
Constants for errors that occur when getting or setting metadata information.
const ( // An error that indicates an unknown condition occurred. KCGImageMetadataErrorUnknown CGImageMetadataErrors = 0 // An error that indicates the metadata was in an unsupported format. KCGImageMetadataErrorUnsupportedFormat CGImageMetadataErrors = 1 // An error that indicates a parameter was malformed or contained invalid data. KCGImageMetadataErrorBadArgument CGImageMetadataErrors = 2 // An error that indicates an attempt to save conflicting metadata values. KCGImageMetadataErrorConflictingArguments CGImageMetadataErrors = 3 // An error that indicates an attempt to register a namespace with a prefix that is different than the namespace’s existing prefix. KCGImageMetadataErrorPrefixConflict CGImageMetadataErrors = 4 )
func (CGImageMetadataErrors) String ¶
func (e CGImageMetadataErrors) String() string
String returns the CGImageMetadataErrors constant's name, or its numeric form when the value is not a known constant.
type CGImageMetadataTag ¶
type CGImageMetadataTag struct{}
An immutable type that contains information about a single piece of image metadata.
type CGImageMetadataType ¶
type CGImageMetadataType int32
Constants that indicate the XMP type for a metadata tag.
const ( // An invalid metadata type. KCGImageMetadataTypeInvalid CGImageMetadataType = -1 // The default type for new tags. KCGImageMetadataTypeDefault CGImageMetadataType = 0 // A string value. KCGImageMetadataTypeString CGImageMetadataType = 1 // An array that doesn’t preserve the order of items. KCGImageMetadataTypeArrayUnordered CGImageMetadataType = 2 // An array that preserves the order of items. KCGImageMetadataTypeArrayOrdered CGImageMetadataType = 3 // An ordered array, in which all elements are alternates for the same value. KCGImageMetadataTypeAlternateArray CGImageMetadataType = 4 // An alternate array, in which all elements are localized strings for the same value. KCGImageMetadataTypeAlternateText CGImageMetadataType = 5 // A collection of keys and values. KCGImageMetadataTypeStructure CGImageMetadataType = 6 )
func CGImageMetadataTagGetType ¶
func CGImageMetadataTagGetType(tag coregraphics.CGImageMetadataTagRef) CGImageMetadataType
CGImageMetadataTagGetType calls the ImageIO framework function CGImageMetadataTagGetType.
func (CGImageMetadataType) String ¶
func (e CGImageMetadataType) String() string
String returns the CGImageMetadataType constant's name, or its numeric form when the value is not a known constant.
type CGImagePropertyOrientation ¶
type CGImagePropertyOrientation uint32
A value describing the intended display orientation for an image.
const ( // The encoded image data matches the image’s intended display orientation. KCGImagePropertyOrientationUp CGImagePropertyOrientation = 1 // The encoded image data is horizontally flipped from the image’s intended display orientation. KCGImagePropertyOrientationUpMirrored CGImagePropertyOrientation = 2 // The encoded image data is rotated 180° from the image’s intended display orientation. KCGImagePropertyOrientationDown CGImagePropertyOrientation = 3 // The encoded image data is vertically flipped from the image’s intended display orientation. KCGImagePropertyOrientationDownMirrored CGImagePropertyOrientation = 4 // The encoded image data is horizontally flipped and rotated 90° counter-clockwise from the image’s intended display orientation. KCGImagePropertyOrientationLeftMirrored CGImagePropertyOrientation = 5 // The encoded image data is rotated 90° counter-clockwise from the image’s intended display orientation. KCGImagePropertyOrientationRight CGImagePropertyOrientation = 6 // The encoded image data is horizontally flipped and rotated 90° clockwise from the image’s intended display orientation. KCGImagePropertyOrientationRightMirrored CGImagePropertyOrientation = 7 // The encoded image data is rotated 90° clockwise from the image’s intended display orientation. KCGImagePropertyOrientationLeft CGImagePropertyOrientation = 8 )
func (CGImagePropertyOrientation) String ¶
func (e CGImagePropertyOrientation) String() string
String returns the CGImagePropertyOrientation constant's name, or its numeric form when the value is not a known constant.
type CGImagePropertyTGACompression ¶
type CGImagePropertyTGACompression uint32
const ( KCGImageTGACompressionNone CGImagePropertyTGACompression = 0 KCGImageTGACompressionRLE CGImagePropertyTGACompression = 1 )
func (CGImagePropertyTGACompression) String ¶
func (e CGImagePropertyTGACompression) String() string
String returns the CGImagePropertyTGACompression constant's name, or its numeric form when the value is not a known constant.
type CGImageSource ¶
type CGImageSource struct{}
An opaque type that you use to read image data from a URL, data object, or data consumer.
type CGImageSourceStatus ¶
type CGImageSourceStatus int32
The set of status values for images and image sources.
const ( // The end of the file occurred unexpectedly. KCGImageStatusUnexpectedEOF CGImageSourceStatus = -5 // The data is not valid. KCGImageStatusInvalidData CGImageSourceStatus = -4 // The image is an unknown type. KCGImageStatusUnknownType CGImageSourceStatus = -3 // The image source is reading the header. KCGImageStatusReadingHeader CGImageSourceStatus = -2 // The operation is not complete KCGImageStatusIncomplete CGImageSourceStatus = -1 // The operation is complete. KCGImageStatusComplete CGImageSourceStatus = 0 )
func CGImageSourceGetStatus ¶
func CGImageSourceGetStatus(isrc coregraphics.CGImageSourceRef) CGImageSourceStatus
CGImageSourceGetStatus calls the ImageIO framework function CGImageSourceGetStatus.
func CGImageSourceGetStatusAtIndex ¶
func CGImageSourceGetStatusAtIndex(isrc coregraphics.CGImageSourceRef, index int) CGImageSourceStatus
CGImageSourceGetStatusAtIndex calls the ImageIO framework function CGImageSourceGetStatusAtIndex.
func (CGImageSourceStatus) String ¶
func (e CGImageSourceStatus) String() string
String returns the CGImageSourceStatus constant's name, or its numeric form when the value is not a known constant.
type DispatchAutoreleaseFrequency ¶ added in v0.17.0
type DispatchAutoreleaseFrequency uint64
const ( DispatchAutoreleaseFrequencyInherit DispatchAutoreleaseFrequency = 0 DispatchAutoreleaseFrequencyWorkItem DispatchAutoreleaseFrequency = 1 DispatchAutoreleaseFrequencyNever DispatchAutoreleaseFrequency = 2 )
func (DispatchAutoreleaseFrequency) String ¶ added in v0.17.0
func (e DispatchAutoreleaseFrequency) String() string
String returns the DispatchAutoreleaseFrequency constant's name, or its numeric form when the value is not a known constant.
type DispatchBlockFlags ¶ added in v0.17.0
type DispatchBlockFlags uint64
Bitmask — values may be combined with |.
const ( DispatchBlockFlagsBarrier DispatchBlockFlags = 1 DispatchBlockFlagsDetached DispatchBlockFlags = 2 DispatchBlockFlagsAssignCurrent DispatchBlockFlags = 4 DispatchBlockFlagsNoQosClass DispatchBlockFlags = 8 DispatchBlockFlagsInheritQosClass DispatchBlockFlags = 16 DispatchBlockFlagsEnforceQosClass DispatchBlockFlags = 32 )
func (DispatchBlockFlags) String ¶ added in v0.17.0
func (e DispatchBlockFlags) String() string
String returns the DispatchBlockFlags constant's name, or its numeric form when the value is not a known constant.
type FilesecProperty ¶ added in v0.17.0
type FilesecProperty int32
const ( FilesecPropertyOwner FilesecProperty = 1 FilesecPropertyGroup FilesecProperty = 2 FilesecPropertyUUID FilesecProperty = 3 FilesecPropertyMode FilesecProperty = 4 FilesecPropertyACL FilesecProperty = 5 FilesecPropertyGrpuuid FilesecProperty = 6 FilesecPropertyACLRaw FilesecProperty = 100 FilesecPropertyACLAllocsize FilesecProperty = 101 )
func (FilesecProperty) String ¶ added in v0.17.0
func (e FilesecProperty) String() string
String returns the FilesecProperty constant's name, or its numeric form when the value is not a known constant.
type IpcInfoObjectType ¶ added in v0.17.0
type IpcInfoObjectType uint32
const ( IpcInfoObjectTypeNone IpcInfoObjectType = 0 IpcInfoObjectTypeThreadControl IpcInfoObjectType = 1 IpcInfoObjectTypeTaskControl IpcInfoObjectType = 2 IpcInfoObjectTypeHost IpcInfoObjectType = 3 IpcInfoObjectTypeHostPriv IpcInfoObjectType = 4 IpcInfoObjectTypeProcessor IpcInfoObjectType = 5 IpcInfoObjectTypeProcessorSet IpcInfoObjectType = 6 IpcInfoObjectTypeProcessorSetName IpcInfoObjectType = 7 IpcInfoObjectTypeTimer IpcInfoObjectType = 8 IpcInfoObjectTypePortSubstOnce IpcInfoObjectType = 9 IpcInfoObjectTypeMig IpcInfoObjectType = 10 IpcInfoObjectTypeMemoryObject IpcInfoObjectType = 11 IpcInfoObjectTypeXmmPager IpcInfoObjectType = 12 IpcInfoObjectTypeXmmKernel IpcInfoObjectType = 13 IpcInfoObjectTypeXmmReply IpcInfoObjectType = 14 IpcInfoObjectTypeUndReply IpcInfoObjectType = 15 IpcInfoObjectTypeHostNotify IpcInfoObjectType = 16 IpcInfoObjectTypeHostSecurity IpcInfoObjectType = 17 IpcInfoObjectTypeLedger IpcInfoObjectType = 18 IpcInfoObjectTypeMainDevice IpcInfoObjectType = 19 IpcInfoObjectTypeTaskName IpcInfoObjectType = 20 IpcInfoObjectTypeSubsystem IpcInfoObjectType = 21 IpcInfoObjectTypeIODoneQueue IpcInfoObjectType = 22 IpcInfoObjectTypeSemaphore IpcInfoObjectType = 23 IpcInfoObjectTypeLockSet IpcInfoObjectType = 24 IpcInfoObjectTypeClock IpcInfoObjectType = 25 IpcInfoObjectTypeClockCtrl IpcInfoObjectType = 26 IpcInfoObjectTypeIokitIdent IpcInfoObjectType = 27 IpcInfoObjectTypeNamedEntry IpcInfoObjectType = 28 IpcInfoObjectTypeIokitConnect IpcInfoObjectType = 29 IpcInfoObjectTypeIokitObject IpcInfoObjectType = 30 IpcInfoObjectTypeUpl IpcInfoObjectType = 31 IpcInfoObjectTypeMemObjControl IpcInfoObjectType = 32 IpcInfoObjectTypeAuSessionport IpcInfoObjectType = 33 IpcInfoObjectTypeFileport IpcInfoObjectType = 34 IpcInfoObjectTypeLabelh IpcInfoObjectType = 35 IpcInfoObjectTypeTaskResume IpcInfoObjectType = 36 IpcInfoObjectTypeVoucher IpcInfoObjectType = 37 IpcInfoObjectTypeVoucherAttrControl IpcInfoObjectType = 38 IpcInfoObjectTypeWorkInterval IpcInfoObjectType = 39 IpcInfoObjectTypeUxHandler IpcInfoObjectType = 40 IpcInfoObjectTypeUextObject IpcInfoObjectType = 41 IpcInfoObjectTypeArcadeReg IpcInfoObjectType = 42 IpcInfoObjectTypeEventlink IpcInfoObjectType = 43 IpcInfoObjectTypeTaskInspect IpcInfoObjectType = 44 IpcInfoObjectTypeTaskRead IpcInfoObjectType = 45 IpcInfoObjectTypeThreadInspect IpcInfoObjectType = 46 IpcInfoObjectTypeThreadRead IpcInfoObjectType = 47 IpcInfoObjectTypeSuidCred IpcInfoObjectType = 48 IpcInfoObjectTypeHypervisor IpcInfoObjectType = 49 IpcInfoObjectTypeTaskIDToken IpcInfoObjectType = 50 IpcInfoObjectTypeTaskFatal IpcInfoObjectType = 51 IpcInfoObjectTypeKcdata IpcInfoObjectType = 52 IpcInfoObjectTypeExclavesResource IpcInfoObjectType = 53 IpcInfoObjectTypeThreadResume IpcInfoObjectType = 54 IpcInfoObjectTypeUnknown IpcInfoObjectType = 4294967295 )
func (IpcInfoObjectType) String ¶ added in v0.17.0
func (e IpcInfoObjectType) String() string
String returns the IpcInfoObjectType constant's name, or its numeric form when the value is not a known constant.
type MachVMRangeFlags ¶ added in v0.17.0
type MachVMRangeFlags uint64
Bitmask — values may be combined with |.
const (
MachVMRangeFlagsNone MachVMRangeFlags = 0
)
func (MachVMRangeFlags) String ¶ added in v0.17.0
func (e MachVMRangeFlags) String() string
String returns the MachVMRangeFlags constant's name, or its numeric form when the value is not a known constant.
type MachVMRangeFlavor ¶ added in v0.17.0
type MachVMRangeFlavor uint32
const ( MachVMRangeFlavorInvalid MachVMRangeFlavor = 0 MachVMRangeFlavorV1 MachVMRangeFlavor = 1 )
func (MachVMRangeFlavor) String ¶ added in v0.17.0
func (e MachVMRangeFlavor) String() string
String returns the MachVMRangeFlavor constant's name, or its numeric form when the value is not a known constant.
type MachVMRangeTag ¶ added in v0.17.0
type MachVMRangeTag uint16
const ( MachVMRangeTagDefault MachVMRangeTag = 0 MachVMRangeTagData MachVMRangeTag = 1 MachVMRangeTagFixed MachVMRangeTag = 2 )
func (MachVMRangeTag) String ¶ added in v0.17.0
func (e MachVMRangeTag) String() string
String returns the MachVMRangeTag constant's name, or its numeric form when the value is not a known constant.
type MpoFlags ¶ added in v0.17.0
type MpoFlags uint32
Bitmask — values may be combined with |.
const ( MpoFlagsPort MpoFlags = 0 MpoFlagsServicePort MpoFlags = 1024 MpoFlagsConnectionPort MpoFlags = 2048 MpoFlagsReplyPort MpoFlags = 4096 MpoFlagsWeakReplyPort MpoFlags = 16384 MpoFlagsNotificationPort MpoFlags = 17408 MpoFlagsExceptionPort MpoFlags = 32768 MpoFlagsConnectionPortWithPortArray MpoFlags = 65536 )
type NXMouseButton ¶
type NXMouseButton int32
const ( NX_OneButton NXMouseButton = 0 NX_LeftButton NXMouseButton = 1 NX_RightButton NXMouseButton = 2 )
func (NXMouseButton) String ¶
func (e NXMouseButton) String() string
String returns the NXMouseButton constant's name, or its numeric form when the value is not a known constant.
type Perm ¶ added in v0.17.0
type Perm int32
const ( PermReadData Perm = 2 PermListDirectory Perm = 2 PermWriteData Perm = 4 PermAddFile Perm = 4 PermExecute Perm = 8 PermSearch Perm = 8 PermDelete Perm = 16 PermAppendData Perm = 32 PermAddSubdirectory Perm = 32 PermDeleteChild Perm = 64 PermReadAttributes Perm = 128 PermWriteAttributes Perm = 256 PermReadExtattributes Perm = 512 PermWriteExtattributes Perm = 1024 PermReadSecurity Perm = 2048 PermWriteSecurity Perm = 4096 PermChangeOwner Perm = 8192 PermSynchronize Perm = 1048576 )
type PtrauthKey ¶ added in v0.17.0
type PtrauthKey int32
const ( Ptrauth_key_none PtrauthKey = -1 Ptrauth_key_asia PtrauthKey = 0 Ptrauth_key_asib PtrauthKey = 1 Ptrauth_key_asda PtrauthKey = 2 Ptrauth_key_asdb PtrauthKey = 3 Ptrauth_key_process_independent_code PtrauthKey = 0 Ptrauth_key_process_dependent_code PtrauthKey = 1 Ptrauth_key_process_independent_data PtrauthKey = 2 Ptrauth_key_process_dependent_data PtrauthKey = 3 Ptrauth_key_return_address PtrauthKey = 1 Ptrauth_key_frame_pointer PtrauthKey = 3 Ptrauth_key_function_pointer PtrauthKey = 0 Ptrauth_key_block_function PtrauthKey = 0 Ptrauth_key_cxx_vtable_pointer PtrauthKey = 2 Ptrauth_key_method_list_pointer PtrauthKey = 2 Ptrauth_key_objc_isa_pointer PtrauthKey = 2 Ptrauth_key_objc_super_pointer PtrauthKey = 2 Ptrauth_key_objc_sel_pointer PtrauthKey = 3 Ptrauth_key_objc_class_ro_pointer PtrauthKey = 2 Ptrauth_key_block_descriptor_pointer PtrauthKey = 2 Ptrauth_key_init_fini_pointer PtrauthKey = 0 )
func (PtrauthKey) String ¶ added in v0.17.0
func (e PtrauthKey) String() string
String returns the PtrauthKey constant's name, or its numeric form when the value is not a known constant.
type VirtualMemoryGuardExceptionCode ¶ added in v0.17.0
type VirtualMemoryGuardExceptionCode uint32
const ( KGUARD_EXC_DEALLOC_GAP VirtualMemoryGuardExceptionCode = 1 KGUARD_EXC_RECLAIM_COPYIO_FAILURE VirtualMemoryGuardExceptionCode = 2 KGUARD_EXC_RECLAIM_INDEX_FAILURE VirtualMemoryGuardExceptionCode = 4 KGUARD_EXC_RECLAIM_DEALLOCATE_FAILURE VirtualMemoryGuardExceptionCode = 8 KGUARD_EXC_RECLAIM_ACCOUNTING_FAILURE VirtualMemoryGuardExceptionCode = 9 KGUARD_EXC_SEC_IOPL_ON_EXEC_PAGE VirtualMemoryGuardExceptionCode = 10 KGUARD_EXC_SEC_EXEC_ON_IOPL_PAGE VirtualMemoryGuardExceptionCode = 11 KGUARD_EXC_SEC_UPL_WRITE_ON_EXEC_REGION VirtualMemoryGuardExceptionCode = 12 KGUARD_EXC_LARGE_ALLOCATION_TELEMETRY VirtualMemoryGuardExceptionCode = 13 KGUARD_EXC_SEC_ACCESS_FAULT VirtualMemoryGuardExceptionCode = 98 KGUARD_EXC_SEC_ASYNC_ACCESS_FAULT VirtualMemoryGuardExceptionCode = 99 KGUARD_EXC_SEC_COPY_DENIED VirtualMemoryGuardExceptionCode = 100 KGUARD_EXC_SEC_SHARING_DENIED VirtualMemoryGuardExceptionCode = 101 KGUARD_EXC_MTE_SYNC_FAULT VirtualMemoryGuardExceptionCode = 200 KGUARD_EXC_MTE_ASYNC_USER_FAULT VirtualMemoryGuardExceptionCode = 201 KGUARD_EXC_MTE_ASYNC_KERN_FAULT VirtualMemoryGuardExceptionCode = 202 KGUARD_EXC_GUARD_OBJECT_ASYNC_USER_FAULT VirtualMemoryGuardExceptionCode = 203 KGUARD_EXC_GUARD_OBJECT_ASYNC_KERN_FAULT VirtualMemoryGuardExceptionCode = 204 )
func (VirtualMemoryGuardExceptionCode) String ¶ added in v0.17.0
func (e VirtualMemoryGuardExceptionCode) String() string
String returns the VirtualMemoryGuardExceptionCode constant's name, or its numeric form when the value is not a known constant.