<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKImageEditPanelDataSource",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:objc(pl)IKImageEditPanelDataSource"
  },
  "title" : "IKImageEditPanelDataSource"
}
-->

# IKImageEditPanelDataSource

The `IKImageEditPanelDataSource` protocol describes the methods that an [`IKImageEditPanel`](/documentation/Quartz/IKImageEditPanel) object uses to access the contents of its data source object.

```
protocol IKImageEditPanelDataSource
```

## Topics

### Getting and Setting Image Properties

[`imageProperties`](/documentation/Quartz/IKImageEditPanelDataSource/imageProperties)

Returns a dictionary of the image properties associated with the image in the image edit panel.

[`-  setImage:imageProperties:`](/documentation/Quartz/IKImageEditPanelDataSource/setImage(_:imageProperties:))

Sets an image with the specified properties.

### Getting Images From the Data Source

[`image`](/documentation/Quartz/IKImageEditPanelDataSource/image)

Returns an image.

[`-  thumbnailWithMaximumSize:`](/documentation/Quartz/IKImageEditPanelDataSource/thumbnail(withMaximumSize:))

Returns a thumbnail image whose size is no larger than the specified size.

### New Methods

[`hasAdjustMode`](/documentation/Quartz/IKImageEditPanelDataSource/hasAdjustMode)

Returns whether the adjust mode view tab should be displayed.

[`hasDetailsMode`](/documentation/Quartz/IKImageEditPanelDataSource/hasDetailsMode)

Returns whether the details mode view tab should be displayed.

[`hasEffectsMode`](/documentation/Quartz/IKImageEditPanelDataSource/hasEffectsMode)

Returns whether the effects mode view tab should be displayed.



---

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)