09-02-2007 02:25 PM
mask is an array of bytes in which each bit describes mask information for a pixel. The first byte describes the first eight pixels, the second byte describes the next eight pixels, and so on. If a bit is zero, LabVIEW draws the corresponding pixel as transparent. If the array is empty, LabVIEW draws all pixels without transparency. If the array does not contain a bit for each pixel in the image, LabVIEW draws any pixels missing from the array without transparency.So there should be one bit in the mask for each pixel. Here is what I'm getting:
09-04-2007 07:10 AM
09-04-2007 07:41 AM
Wiebe is correct that every line of the image gets an even number of bytes in it mask.
The help was misleading, I agree. I have reported this confusion as a bug in the documentation (I do not remeber to CAR#) so it can be explained better.
Ben
09-04-2007 10:02 AM
09-05-2007 09:56 AM
wiebe@CARYA wrote:
I'm not sure what the first and the second issue is... Each row is 16 bit padded, that is the only issue.
09-12-2007 06:59 PM
This was reported to R&D (460D5900) for further investigation. Thanks again for the feedback!
Chris C