The flags parameter passed to the QABitmapNew function specifies a set of bit flags that control features of the new bitmap. You can use these masks to configure a flags parameter.
#define kQABitmap_None 0
#define kQABitmap_Lock (1 << 1)
#define kQABitmap_NoCompression (1 << 2)
#define kQABitmap_HighCompression (1 << 3)