---
title: UTTypePNG
framework: uniformtypeidentifiers
role: symbol
role_heading: Global Variable
path: uniformtypeidentifiers/uttypepng
---

# UTTypePNG

A type that represents a PNG image.

## Declaration

```occ
extern UTType * const UTTypePNG;
```

## Discussion

Discussion The identifier for this type is public.png. This type conforms to UTTypeImage.

## See Also

### Images

- [UTTypeGIF](uniformtypeidentifiers/uttypegif.md)
- [UTTypeJPEG](uniformtypeidentifiers/uttypejpeg.md)
- [UTTypeWebP](uniformtypeidentifiers/uttypewebp.md)
- [UTTypeTIFF](uniformtypeidentifiers/uttypetiff.md)
- [UTTypeBMP](uniformtypeidentifiers/uttypebmp.md)
- [UTTypeSVG](uniformtypeidentifiers/uttypesvg.md)
- [UTTypeRAWImage](uniformtypeidentifiers/uttyperawimage.md)
