---
title: NSBitmapImageRep.LoadStatus.willNeedAllData
framework: appkit
role: symbol
role_heading: Case
path: appkit/nsbitmapimagerep/loadstatus/willneedalldata
---

# NSBitmapImageRep.LoadStatus.willNeedAllData

Incremental loading cannot be supported.

## Declaration

```swift
case willNeedAllData
```

## Discussion

Discussion Until you call incrementalLoad(from:complete:) with true, this status will be returned. You can continue to call the method but no decompression will take place. Once you do call the method with true, then the image will be decompressed and one of the final three status messages will be returned.

## See Also

### Constants

- [NSBitmapImageRep.LoadStatus.unknownType](appkit/nsbitmapimagerep/loadstatus/unknowntype.md)
- [NSBitmapImageRep.LoadStatus.readingHeader](appkit/nsbitmapimagerep/loadstatus/readingheader.md)
- [NSBitmapImageRep.LoadStatus.invalidData](appkit/nsbitmapimagerep/loadstatus/invaliddata.md)
- [NSBitmapImageRep.LoadStatus.unexpectedEOF](appkit/nsbitmapimagerep/loadstatus/unexpectedeof.md)
- [NSBitmapImageRep.LoadStatus.completed](appkit/nsbitmapimagerep/loadstatus/completed.md)
