---
title: NSPICTImageRep
framework: appkit
role: symbol
role_heading: Class
path: appkit/nspictimagerep
---

# NSPICTImageRep

An object that renders an image from a PICT format data stream of version 1, version 2, and extended version 2.

## Declaration

```swift
class NSPICTImageRep
```

## Overview

Overview warning: There is no guarantee that the image will render exactly the same as it would under QuickDraw because of the differences between the display medium and QuickDraw. In particular, some transfer modes and region operations may not be supported.

## Topics

### Creating Representations of Images from PICT Data

- [init(data:)](appkit/nspictimagerep/init(data:).md)

### Getting Data

- [boundingBox](appkit/nspictimagerep/boundingbox.md)
- [pictRepresentation](appkit/nspictimagerep/pictrepresentation.md)

## Relationships

### Inherits From

- [NSImageRep](appkit/nsimagerep.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Bitmap Formats

- [NSBitmapImageRep](appkit/nsbitmapimagerep.md)
- [NSCIImageRep](appkit/nsciimagerep.md)
