PT
Developer Forums
Register
Login
DarkBASIC Professional Discussion
->
large images
<
1
>
G
GMan
Joined:
16th Sep 2006
Location:
TEXAS
Posted:
16th Jun 2007 3:20
How can I splice images together and save them as one, if they are bigger than the current resolution?
I've been using the get image command which works fine if all the images fit on the screen, but it won't work in this situation.
X
Xolatron
Joined:
12th Mar 2006
Location:
The Star Forge Language: DBpro
Posted:
16th Jun 2007 3:57
Use 'create bitmap' to make a new bitmap at whatever size you want. The screen is simply bitmap #0, at the screen's resolution. Make sure to look at 'set current bitmap' as well.
-Xol
M
Mage
Joined:
3rd Feb 2007
Location:
Canada
Posted:
16th Jun 2007 6:57
If you want to layer Images you can use this.
http://www.thegamecreators.com/?m=codebase_view&i=5bf5d37d24d5605df99ab4739e77b4ca
Merges images on top of each other into one image.
Top image should be partially transparent or its pointless.
Top image automatically resizes to resolution of bottom image.