CodeBase - Join Two Images

Return to the CodeBase listing

Category: Functions

Version: 1.0

2
0

Information

Uploaded: 8th Sep 2016 01:23

Modified: 8th Sep 2016 01:25

Author:  ShaunRW

Summary

Two functions to join two images together: Vertically and Horizontally.

Full Description

Two functions to join two images together: Vertically and Horizontally. The two functions are JoinImageVertical( TopImageID, BottomImageID ) and JoinImageHorizontal( LeftImageID, RightImageID ). When joining Vertically, both images should have the same width. And when joining Horizontally, both images should have the same height. This is to stop unwanted patterns showing up. This could be fixed by modifying the functions, but I didn't need to.

Comments

No comments yet.