Post Reply 
How to store graphics in a variable
10-02-2014, 05:19 AM
Post: #3
RE: How to store graphics in a variable
Hello,

(10-01-2014 08:57 AM)ww63 Wrote:  Is it possible to store the Screen Content in a permanent variable like "pic" and not in a volatile one like 'G1' .... 'G9'?

No, not really...

HOWEVER, and I have not tested it honestly, try creating an icon of 320*240 in your program, and then try blitting G0 onto that icon, it might work (I have not verified the code, so I am not 100% sure)...

This would make a copy of G0 for as long as this icon is not re-initialized (ie, until the program is recompiled). This means that it will stay there over OFF/ON cycles...

cyrille
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How to store graphics in a variable - ww63 - 10-01-2014, 08:57 AM
RE: How to store graphics in a variable - cyrille de brébisson - 10-02-2014 05:19 AM



User(s) browsing this thread: 1 Guest(s)