redefine void load tom.Array arguments;
ImageRep
class.
public pointer planes;
planes
points to an array of num_planes
pointers.
public int num_planes;
public int bytes_per_row;
public int bits_per_sample;
public int samples_per_pixel;
public int bits_per_pixel;
bits_per_sample
for planar
bitmaps, and bits_per_sample *
samples_per_pixel
for meshed bitmaps.
public int color_space;
boolean alpha;
TRUE
, this bitmap representation has an alpha channel.
boolean planar;
TRUE
, samples for each of the color/transparency components
are stored in a seperate plane.
id initWithBitmapDataPlanes pointer p size (float, float) (w, h) bitsPerSample int bps hasAlpha boolean has_alpha isPlanar boolean config colorSpace int cs bytesPerRow int row_bytes;