<!--
{
  "availability" : [
    "macOS: 10.4.0 - 10.7.0"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIPlugIn/loadPlugIn:allowNonExecutable:",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(cs)CIPlugIn(cm)loadPlugIn:allowNonExecutable:"
  },
  "title" : "loadPlugIn:allowNonExecutable:"
}
-->

# loadPlugIn:allowNonExecutable:

Loads filters from an image unit that have the appropriate executable status.

```
+ (void) loadPlugIn:(NSURL *) url allowNonExecutable:(BOOL) allowNonExecutable;
```

## Parameters

`url`

The location of the image unit to load.

`allowNonExecutable`

`TRUE` to load only those filters that are marked by the image unit as non-executable filters.

## Discussion

You need to call this method only once to load a specific image unit. The behavior of this method is not defined for multiple calls for the same image unit.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)