Platforms to show: All Mac Windows Linux Cross-Platform
Back to CIFilterMBS class.
CIFilterMBS.kCIInputWeightsKey as String
Function:
One of the common filter parameter keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIInputWidthKey as String
Function:
One of the input keys.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIOutputImageKey as String
Function:
The key for the output image.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.kCIOutputNativeSizeKey as String
Function:
One of the options for image filter initialization.
Notes:
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.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
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
Function:
One of the options for image filter initialization.
Notes: 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.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 17.4 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: 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
Function:
Sets of controls for various user scenarios.
Notes: The set of input parameters to use. The associated value can be kCIUISetBasic, kCIUISetIntermediate, kCIUISetAdvanced, or kCIUISetDevelopment.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: The set of input parameters to use. The associated value can be kCIUISetBasic, kCIUISetIntermediate, kCIUISetAdvanced, or kCIUISetDevelopment.
CIFilterMBS.kCIUISetAdvanced as String
Function:
One of the UI Set constants.
Notes: Controls that are appropriate for an advanced user scenario.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Controls that are appropriate for an advanced user scenario.
CIFilterMBS.kCIUISetBasic as String
Function:
One of the UI Set constants.
Notes: Controls that are appropriate for a basic user scenario, that is, the minimum of settings to control the filter.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Controls that are appropriate for a basic user scenario, that is, the minimum of settings to control the filter.
CIFilterMBS.kCIUISetDevelopment as String
Function:
One of the UI Set constants.
Notes: Controls that should be visible only for development purposes.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Controls that should be visible only for development purposes.
CIFilterMBS.kCIUISetIntermediate as String
Function:
One of the UI Set constants.
Notes: Controls that are appropriate for an intermediate user scenario.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 16.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: Controls that are appropriate for an intermediate user scenario.
CIFilterMBS.localizedDescriptionForFilterName(filterName as String) as String
Function:
Returns the localized description of a filter for display in the user interface.
Example:
Notes:
filterName: The filter name.
Returns the localized description of the filter.
Available in OS X v10.5 and later.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 13.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
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
Function:
The localized name of a category.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.LocalizedNameForFilterName(name as String) as String
Function:
Returns the localized name of a filter.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 7.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
CIFilterMBS.localizedReferenceDocumentationForFilterName(filterName as String) as String
Function:
Returns the location of the localized reference documentation that describes the filter.
Example:
Notes:
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.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 13.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
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
Function:
Serializes filter parameters into XMP form that is suitable for embedding in an image.
Notes:
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.
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | CoreImage | MBS MacCI Plugin | 14.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
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.
The items on this page are in the following plugins: MBS MacCI Plugin.
