---
title: UTTypeBMP
framework: uniformtypeidentifiers
role: symbol
role_heading: Global Variable
path: uniformtypeidentifiers/uttypebmp
---

# UTTypeBMP

A type that represents a Windows bitmap image.

## Declaration

```occ
extern UTType * const UTTypeBMP;
```

## Discussion

Discussion The identifier for this type is com.microsoft.bmp. This type conforms to UTTypeImage.

## See Also

### Images

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