[Pyobjc-dev] initWithBitmapDataPlanes?
Brought to you by:
ronaldoussoren
From: Francesco P. <fpi...@no...> - 2003-12-06 06:41:02
|
Hi, I just started using PyObjC and, so far, I am realy impressed by it! I have a question; are there plans to wrap initWithBitmapDataPlanes:.... (in NSBitmapImageRep)? The reason I am asking is that I am writing an application that receives a raster through a socket connection. The raster is a (potentially large) array of bytes that I would like to display as a grey-scale bitmap. Hence the need for NSBitmapImageRep and its initWithBitmapDataPlanes:...., unless, of course, there is a better way of doing displaying that data, other than using a NSBitmapImageRep! Thanks Francesco --- Francesco Pierfederici <fpi...@no...> NOAO/AURA Inc. http://www.noao.edu/staff/fpierfed/ 950 N. Cherry Ave. Phone: +1 520 318 8402 Tucson, AZ 85719 USA FAX: +1 520 318 8360 |