<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSBitmapImageRep/init(forIncrementalLoad:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSBitmapImageRep(im)initForIncrementalLoad"
  },
  "title" : "init(forIncrementalLoad:)"
}
-->

# init(forIncrementalLoad:)

Initializes a newly allocated bitmap image representation for incremental loading.

```
init(forIncrementalLoad: ())
```

## Discussion

The receiver returns itself after setting its size and data buffer to zero. You can then call [`incrementalLoad(from:complete:)`](/documentation/AppKit/NSBitmapImageRep/incrementalLoad(from:complete:)) to incrementally add image data.

## See Also

[`-  incrementalLoadFromData:complete:`](/documentation/AppKit/NSBitmapImageRep/incrementalLoad(from:complete:))

Loads the current image data into an incrementally-loaded image representation and returns the current status of the image.



---

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)