<!--
{
  "availability" : [
    "iOS: 5.0.0 -",
    "iPadOS: 5.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIImage/init(image:options:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Core Image",
      "CoreImage"
    ],
    "preciseIdentifier" : "c:objc(cs)CIImage(im)initWithImage:options:"
  },
  "title" : "init(image:options:)"
}
-->

# init(image:options:)

Initializes an image object with the specified UIKit image object, using the specified options.

```
init?(image: UIImage, options: [CIImageOption : Any]? = nil)
```

## Parameters

`image`

An image containing the source data.

`options`

A dictionary that contains options for creating an image object. You can supply such options as a pixel format and a color space. See `Image Dictionary Keys`.

## Discussion

---

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)