---
title: ImageDescriptor
framework: coreai
role: symbol
role_heading: Structure
path: coreai/imagedescriptor
---

# ImageDescriptor

A description of an image’s dimensions and pixel format.

## Declaration

```swift
struct ImageDescriptor
```

## Topics

### Inspecting image properties

- [pixelFormatType](coreai/imagedescriptor/pixelformattype.md)
- [width](coreai/imagedescriptor/width.md)
- [height](coreai/imagedescriptor/height.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Inference

- [InferenceFunction](coreai/inferencefunction.md)
- [InferenceFunctionDescriptor](coreai/inferencefunctiondescriptor.md)
- [InferenceValue](coreai/inferencevalue.md)
- [ComputeStream](coreai/computestream.md)
