<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.8.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ImageIO",
  "identifier" : "/documentation/ImageIO/CGImageAnimationStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Image I/O"
    ],
    "preciseIdentifier" : "c:@E@CGImageAnimationStatus"
  },
  "title" : "CGImageAnimationStatus"
}
-->

# CGImageAnimationStatus

Constants that indicate the result of animating an image sequence.

```
enum CGImageAnimationStatus
```

## Topics

### Animation Status

[`kCGImageAnimationStatus_AllocationFailure`](/documentation/ImageIO/CGImageAnimationStatus/allocationFailure)

[`kCGImageAnimationStatus_CorruptInputImage`](/documentation/ImageIO/CGImageAnimationStatus/corruptInputImage)

[`kCGImageAnimationStatus_IncompleteInputImage`](/documentation/ImageIO/CGImageAnimationStatus/incompleteInputImage)

[`kCGImageAnimationStatus_ParameterError`](/documentation/ImageIO/CGImageAnimationStatus/parameterError)

[`kCGImageAnimationStatus_UnsupportedFormat`](/documentation/ImageIO/CGImageAnimationStatus/unsupportedFormat)

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

---

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)