Notifications
Clear all

[Closed] How to stitch the Split Render Image ?

I the static image,
use the render to Type region ,
but how stitch Image ?
Whether to use “3dsmaxcmd” “-stitch:<strips, overlap>”,
but , I did not know how to use.
Requests master help to answer, thanks ~

3 Replies

This method can picture composition,
But I do not know how to save the file.
Please help answer, thank you !


bm1=openBitMap "c:/temp/ts0011.jpg"
bm2=openBitMap "c:/temp/ts0012.jpg"
bm3=bitmap 640 480 color:blue
pasteBitmap bm1 bm3 (box2 0 0 320 240) [0,0]
display bm3
pasteBitmap bm2 bm3 (box2 0 0 320 240) [320,0]
display bm3

This method can picture composition,
But I do not know how to save the file.
Please help answer, thank you !


bm1=openBitMap "c:/temp/ts0011.jpg"
bm2=openBitMap "c:/temp/ts0012.jpg"
bm3=bitmap 640 480 color:blue

pasteBitmap bm1 bm3 (box2 0 0 320 240) [0,0]
display bm3
pasteBitmap bm2 bm3 (box2 0 0 320 240) [320,0]
display bm3

This method can picture composition,
But I do not know how to save the file.
Please help answer, thank you !


bm1=openBitMap "c:/temp/ts0011.jpg"
bm2=openBitMap "c:/temp/ts0012.jpg"
bm3=bitmap 640 480 color:blue

pasteBitmap bm1 bm3 (box2 0 0 320 240) [0,0]
display bm3
pasteBitmap bm2 bm3 (box2 0 0 320 240) [320,0]
display bm3

bm1 =

bm2 =

bm3 =