[Newbies] [Q] Creating Form from ByteArray

Sungjin Chun chunsj at castlesoft.co.kr
Tue Jun 10 22:36:31 UTC 2014


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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20140611/2fc5e3de/attachment.htm


More information about the Beginners mailing list