Platforms to show: All Mac Windows Linux Cross-Platform

Back to CIFilterMBS class.

Previous items

CIFilterMBS.kCIInputWeightsKey as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the common filter parameter keys.

CIFilterMBS.kCIInputWidthKey as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the input keys.

CIFilterMBS.kCIOutputImageKey as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The key for the output image.

CIFilterMBS.kCIOutputNativeSizeKey as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the options for image filter initialization.

CIVector containing the full native size of the unscaled image. The vector's X value is the width, Y is the height.
This is not affected by changing either kCIInputIgnoreImageOrientationKey or kCIInputImageOrientationKey.

CIFilterMBS.kCISupportedDecoderVersionsKey as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 17.4 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the options for image filter initialization.

Array of dictionary: Array of all supported decoder versions for the given image type, sorted in increasingly newer order. Each entry is a NSDictionary with a number of key/value pairs. All entries would represent a valid version identifier to be passed in for kCIInputDecoderVersion. This value can be only read; setting this value will raise an exception. Currently, the only defined key is @"version" which has as a value an String uniquely describing a given decoder version. This string may not be suitable for user interface display.

CIFilterMBS.kCIUIParameterSet as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Sets of controls for various user scenarios.

The set of input parameters to use. The associated value can be kCIUISetBasic, kCIUISetIntermediate, kCIUISetAdvanced, or kCIUISetDevelopment.

CIFilterMBS.kCIUISetAdvanced as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the UI Set constants.

Controls that are appropriate for an advanced user scenario.

CIFilterMBS.kCIUISetBasic as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the UI Set constants.

Controls that are appropriate for a basic user scenario, that is, the minimum of settings to control the filter.

CIFilterMBS.kCIUISetDevelopment as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the UI Set constants.

Controls that should be visible only for development purposes.

CIFilterMBS.kCIUISetIntermediate as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 16.0 ✅ Yes ❌ No ❌ No ✅ Yes All
One of the UI Set constants.

Controls that are appropriate for an intermediate user scenario.

CIFilterMBS.localizedDescriptionForFilterName(filterName as String) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 13.1 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the localized description of a filter for display in the user interface.
Example
MsgBox CIFilterMBS.localizedDescriptionForFilterName("CIComicEffect")

filterName: The filter name.
Returns the localized description of the filter.

Available in OS X v10.5 and later.

CIFilterMBS.LocalizedNameForCategory(name as String) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The localized name of a category.

CIFilterMBS.LocalizedNameForFilterName(name as String) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 7.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the localized name of a filter.

CIFilterMBS.localizedReferenceDocumentationForFilterName(filterName as String) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 13.1 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the location of the localized reference documentation that describes the filter.
Example
MsgBox CIFilterMBS.localizedReferenceDocumentationForFilterName("CIComicEffect")

filterName: The filter name.

Returns an URL that specifies the location of the localized documentation, or "" if the filter does not provide localized reference documentation.

The URL can be a local file or a remote document on a web server. Because filters created prior to OS X v10.5 could return nil, you should be make sure that your code handles this case gracefully.

Available in OS X v10.5 and later.

CIFilterMBS.serializedXMPFromFilters(filters() as CIFilterMBS, extent as CGRectMBS) as Memoryblock

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method CoreImage MBS MacCI Plugin 14.1 ✅ Yes ❌ No ❌ No ✅ Yes All
Serializes filter parameters into XMP form that is suitable for embedding in an image.

filters: The array of filters to serialize. See Discussion for the filters that can be serialized.
extent: The extent of the input image to the filter.

At this time the only filters classes that can be serialized using this method are, CIAffineTransform, CICrop, and the filters returned by the CIImage methods autoAdjustmentFilters and autoAdjustmentFiltersWithOptions. The parameters of other filter classes will not be serialized.

Available in OS X v10.9 and later.

Previous items

The items on this page are in the following plugins: MBS MacCI Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...