[Pyobjc-dev] NSBitmapImageRep
Brought to you by:
ronaldoussoren
From: Bill B. <bb...@co...> - 2003-01-01 23:52:49
|
I would like to create an NSBitmapImageRep instance, grab the data plane pointers directly, and manipulate the pixels contained within directly. This would seem to be possible if the -getDataPlans and the designated initializer were wrapped to deal with the (char **) types by wrapping 'em in python string objects? I'm not sure. Any thoughts? b.bum |