<!--
{
  "availability" : [
    "macOS: 10.5.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKSaveOptions/init(imageProperties:imageUTType:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:objc(cs)IKSaveOptions(im)initWithImageProperties:imageUTType:"
  },
  "title" : "init(imageProperties:imageUTType:)"
}
-->

# init(imageProperties:imageUTType:)

Initializes a save options accessory pane for the provided image properties and uniform type identifier.

```
init!(imageProperties: [AnyHashable : Any]!, imageUTType: String!)
```

## Parameters

`imageProperties`

A dictionary of image properties.

`imageUTType`

A string that specifies a uniform type identifier, such as  `JPEG`. See [Uniform Type Identifiers Overview](https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/understanding_utis/understand_utis_intro/understand_utis_intro.html#//apple_ref/doc/uid/TP40001319).

## Return Value

The initialized object.

---

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)