<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSImage/LoadStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:@E@NSImageLoadStatus"
  },
  "title" : "NSImage.LoadStatus"
}
-->

# NSImage.LoadStatus

Status values for incremental image loading.

```
enum LoadStatus
```

## Topics

### Load Status Values

[`NSImageLoadStatusCompleted`](/documentation/AppKit/NSImage/LoadStatus/completed)

Enough data is available to completely decompress the image.

[`NSImageLoadStatusCancelled`](/documentation/AppKit/NSImage/LoadStatus/cancelled)

Image loading was canceled.

[`NSImageLoadStatusInvalidData`](/documentation/AppKit/NSImage/LoadStatus/invalidData)

An error occurred during image decompression.

[`NSImageLoadStatusUnexpectedEOF`](/documentation/AppKit/NSImage/LoadStatus/unexpectedEOF)

Not enough data was available to fully decompress the image.

[`NSImageLoadStatusReadError`](/documentation/AppKit/NSImage/LoadStatus/readError)

Not enough data was available for full decompression of the image.

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)