Re: A question about [bitmapImageRep bitmapData]
Re: A question about [bitmapImageRep bitmapData]
- Subject: Re: A question about [bitmapImageRep bitmapData]
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 30 Jul 2004 13:57:26 -0600
On Jul 30, 2004, at 1:30 PM, Brian O'Brien wrote:
2004-07-30 13:26:53.628 OpticFlow[11258] bitmaptImageRep
NSCachedImageRep 0x310810 Size={93, 87}
ColorSpace=NSCalibratedWhiteColorSpace BPS=8 Pixels=93x87 Alpha=NO
2004-07-30 13:26:53.628 OpticFlow[11258] *** -[NSCachedImageRep
bitmapData]: selector not recognized
Why is it that bitmapData is not recognized for this image yet it is
for this image?
Please don't cross-post!
NSCachedImageRep doesn't have a -bitmapData method, which is why that
exception is being raised. Without seeing more code, I can only make an
educated guess that you've declared an NSBitmapImageRep and then
swapped its address with an object of class NSCachedImageRep...
Nick Zitzmann
<
http://www.chronosnet.com/>
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.