Software Archive
Read-only legacy content
17060 Discussions

Drawing to Files in QuickWin

Intel_C_Intel
Employee
1,437 Views
I am currently drawing to the screen using the QuickWin Drawing Graphics, but would like the option to generate a graphics file (bmp or jpeg, etc.) instead. Can this be done without drawing to the screen as an intermediate step? What changes do I need to make?

Thank you.
0 Kudos
1 Reply
Intel_C_Intel
Employee
1,437 Views
Hi,
Yes you can but, as far as I know, there is no support for this or any shortcut,
you would have to write a routine that creates the bitmap yourself.

There are a lot of bitmap functions in Win-32 that can help you. But in my experience they are not trivial to use!

Lars
0 Kudos
Reply