|
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
NSBitmapImageRep* outputImageRep = [[NSBitmapImageRep alloc]
initWithBitmapDataPlanes:(unsigned char **)NULL
pixelsWide:(int)[inputImageRep pixelsWide]
pixelsHigh:(int)[inputImageRep pixelsHigh]
bitsPerSample:(int)8
samplesPerPixel:(int)1
hasAlpha:(BOOL)NO
isPlanar:(BOOL)NO
colorSpaceName:(NSString *) ??? *** ???
bytesPerRow:(int)([inputImageRep pixelsWide] * sizeof(unsigned char))
bitsPerPixel:(int)0];
_______________________________________________ Do not post admin requests to the list. They will be ignored. Quartz-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
| Home | Archives | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2011 Apple Inc. All rights reserved.