Re: [Pyobjc-dev] initWithBitmapDataPlanes?
Brought to you by:
ronaldoussoren
From: b.bum <bb...@ma...> - 2003-12-06 17:40:54
|
I added a unit test that invokes the init...() method w/an array of bytes as a grey scale image. It passes. However, I'm not rendering anything so it may not explode until the actual rendering happens.... So, three things may be happening: - you are trashing memory or passing in fewer bytes that expected - it blows up when it is rendered, but the initialization is working fine - python is freeing the data you passed to NSBIR before the NSBIR has rendered the bytes In other words, I didn't actually find anything useful but hopefully the above helps. What is the last line of python that is executed? b.bum |