Post Reply 
TEXTOUT_P: export graphic?
05-27-2015, 07:22 PM
Post: #8
RE: TEXTOUT_P: export graphic?
If the two copies are resident on G0, and only one is coming from G1, you could clear G0 before doing the blit_p(G1,G0), or via rect_p(G0). You could also erase grob G1, via rect_p(G1)

If the two copies are coming in via blit_p(G1,G0), you could clear G1 first, via rect_p(G1). You can decide how much rectangular space you really need to transfer to G0 via blit_p(G1, 0,0,320,240,G0,0,0,320,240), using any suitable x,y coordinates within your range of interest.

If this info isn't helpful, you can send me your code snippet, and I'll try to figure out what is happening there. In short, you can specify what rectangular sector(s) you want to clear, or transfer via rect_p() or blit_p(), by use of the x,y pixel coordinates of the specific grob variable.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 10:12 AM
RE: TEXTOUT_P: export graphic? - DrD - 05-27-2015, 10:55 AM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 11:11 AM
RE: TEXTOUT_P: export graphic? - DrD - 05-27-2015, 11:24 AM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 12:48 PM
RE: TEXTOUT_P: export graphic? - DrD - 05-27-2015, 05:21 PM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 05:38 PM
RE: TEXTOUT_P: export graphic? - DrD - 05-27-2015 07:22 PM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 07:36 PM
RE: TEXTOUT_P: export graphic? - DrD - 05-27-2015, 08:08 PM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 09:46 PM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 10:14 PM
RE: TEXTOUT_P: export graphic? - DrD - 05-27-2015, 10:06 PM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 10:19 PM
RE: TEXTOUT_P: export graphic? - salvomic - 05-28-2015, 07:48 AM
RE: TEXTOUT_P: export graphic? - DrD - 05-27-2015, 10:37 PM
RE: TEXTOUT_P: export graphic? - salvomic - 05-27-2015, 10:56 PM



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