There are two ways to convert raw RGB data to a picogui bitmap:
- If you want to do it as easily as possible, and you don't
need exceptional speed, you can prepend a .PPM header in front
and use pgNewBitmap(). There is information about this file
format at:
http://www-info2.informati
Hello everybody,
I would like to create bitmap from raw data. I think I have to use
pgCreateBitmap function and then fill this bitmap. I have raw data
(3 bytes per pixel as array). How I can do it?
--
Best regards,
mic mailto:[EMAIL PROTECTED]
---