News:

PlayBASIC2DLL V0.99 Revision I Commercial Edition released! - Convert PlayBASIC programs to super fast Machine Code. 

Main Menu

Faster image copy

Started by baggey, November 24, 2012, 07:54:15 AM

Previous topic - Next topic

baggey

So, Ive been looking at various code and the penny hasn't dropped yet  ???

I know the problem but not sure how to solve it!

I need to copy a section of the screen with the inner border of the GUI. Put this on to the white image were we still see the corners and the white background. Finishing of with the Colour static image!

After the instruction OUT (254),A  ,is executed. A register holds 7 and the effect of this is to make the white image.

So in a nut shell:-

1 - Copy section that looks like inner edge of TV.
2 - Put this on top of the white image.
3 - place the static image on this.
4 - Now throw back on to screen where it originally came from.


Jesus was only famous because of his dad

baggey

#1
Just had another idea :-

Make the white image smaller so its just in side the GUI border ring. But make the dark grey colour the maskable colour?

Ok, ive just tried this and it hasn't worked (used the MODIFY  ;))

Is there away of drawing this white image to screen. So it will go behind the others with some sort of alpha blending?

Kind regards Baggey
Jesus was only famous because of his dad

kevin

#2
 if you want to add more information to post,  please use the MODIFY function...



See->Misc Image Functions