RE: NSBitmapImageRep problems
RE: NSBitmapImageRep problems
- Subject: RE: NSBitmapImageRep problems
- From: Brian Hook <email@hidden>
- Date: Thu, 11 Oct 2001 13:48:00 -0700
- Organization: Pyrogon, Inc.
>
I'm trying to get some raw RGB-data to display but have stuck
>
on NSBitmapImageRep. The data has 12 bits for each colour,
Do you mean 12-bits per component or color? If it's 12-bits per
component, then you'll need a 36-bit display or a piece of hardware with
a 12:8 DAC, neither of which are particularly common (some SGI machines
could support this IIRC).
I'm not sure what NSBitmapImageRep's default behaviour is for supporting
very large color spaces, so that is likely your culprit.
Brian