Jump to content

Recommended Posts

Posted

I need to be able to split a picture in to three + have a static background on it. Then I need to be able to show sections of it on a time deley.

Any help would be appreciated.

Example of a picture is provided. With the example provided the objective would be to get each individual circle seperate.

Yeah I'm not the greatest at DarkBasic either, but I'm good enough for a link :D A Thread of a W.I.P. that im making

Posted

It surely could be done by some graphic API's but the most simple/quick way is to use great IrfanView and use it's commandline features by Run().

I'm not trying to crop... sorry if i was unclear.

I'm trying to replace the circle with any other color.

Didn't no you could crop though so maybe i'll look harder

Yeah I'm not the greatest at DarkBasic either, but I'm good enough for a link :D A Thread of a W.I.P. that im making

Posted (edited)

I'm not trying to crop... sorry if i was unclear.

I'm trying to replace the circle with any other color.

Didn't no you could crop though so maybe i'll look harder

My idea was:

- use crop to make that 3 pieces from your image as standalone pictures

- then use CUICtrlSetImage with these 3 pictures

Edited by Zedna

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...