On Thu, Mar 20, 2003 at 12:17:40AM +0300, Michael A. Borisov wrote:
> Dear Mr. Dowty,
No need for the formalness, you can call me Micah :)
> But I have several other questions.
>
> 1. I would like to create application without panelbar. How I can do it?
There are a few different ways:
- If yo
Dear Mr. Dowty,
Micah Dowty wrote:
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 a
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]
---