<!--
{
  "documentType" : "article",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/pixel-formats",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Pixel Formats"
}
-->

# Pixel Formats

Supported image pixel formats.

## Topics

### Constants

[`QCPlugInPixelFormatARGB8`](/documentation/Quartz/QCPlugInPixelFormatARGB8)

An ARGB8 format. The alpha component is stored in the most significant bits of each pixel. Each pixel component is 8 bits. For best performance, use this format on PowerPC-based Macintosh computers, as it represents of the order of the data in memory.

[`QCPlugInPixelFormatBGRA8`](/documentation/Quartz/QCPlugInPixelFormatBGRA8)

A  BGRA8 format. The alpha component is stored in the least significant bits of each pixel. Each pixel component is 8 bits. For best performance, use this format on Intel-PC-based Macintosh computers, as it represents of the order of the data in memory.

[`QCPlugInPixelFormatRGBAf`](/documentation/Quartz/QCPlugInPixelFormatRGBAf)

An RGBAf format. Pixel components are represented as floating-point values.

[`QCPlugInPixelFormatI8`](/documentation/Quartz/QCPlugInPixelFormatI8)

An I8 format. Intensity information is represented as an 8-bit value.

[`QCPlugInPixelFormatIf`](/documentation/Quartz/QCPlugInPixelFormatIf)

An If format. Intensity information is represented as a floating-point value.



---

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)