Hi, in my application I would need to save an image where pixel intensities are floating point values. Apparently TIFF can support that.But I don't know I can do that in Objective-C. I saw that there is a bitmap format "NSFloatingPointSamplesBitmapFormat" that can be used. Does anybody knows how to use it? I tried to use a (float **) instead of (unsigned char **) but it doesn't work of course, because it is supposed to receive (unsigned char **)! So if someone knows how to save floating point values in a image or knows how to use "NSFloatingPointSamplesBitmapFormat" to create a NSBitmapImageRep let me know! Thanks, Paul _______________________________________________
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com