---
title: "init(imageURL:)"
framework: coreimage
role: symbol
role_heading: Initializer
path: "coreimage/cirawfilter/init(imageurl:)"
---

# init(imageURL:)

Creates a RAW filter from the image at the URL location that you specify.

## Declaration

```swift
convenience init?(imageURL url: URL)
```

## Parameters

- `url`: The URL location of the image.

## See Also

### Creating a filter

- [init(cvPixelBuffer:properties:)](coreimage/cirawfilter/init(cvpixelbuffer:properties:)-6209q.md)
- [init(imageData:identifierHint:)](coreimage/cirawfilter/init(imagedata:identifierhint:).md)
