Hi,

I want to draw gray scale bitmap using byte array which has pixel by pixel
gray
scale value as byte like this;

[0 0 0 0 0 0 0 0
 16 23 255 78 12 12 12 12
...
...] (8x4 for example)

I can draw this using Pen class pixel by pixel manner but this is very slow
and
I think there should be faster way of creating a Form using above byte
array.

Anyone can help me? Thanks in advance.
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners

Reply via email to