CodeBase - Tile Image Function

Return to the CodeBase listing

Category: Bitmap

Version: 1.0

0
0

Information

Uploaded: 15th Dec 2003 04:20

Modified: 1st Jan 1970 01:00

Author:  Scraggle

Summary

A Function to tile images

Full Description

This is a simple fuction to cut an image into tiles.<br /> <br /> The Parameters are:<br /> <br /> filename$ = The filename of the original image that you want to tile.<br /> across = The amount of tiles to cut the image into along the X axis.<br /> down = The amount of tiles to cut the image into along the Y axis.<br /> imagenumber = The tiles you create will have consecutive image numbers. The number you place here will be the number of the first image.<br /> bitmap = This can be any bitmap number that is not currently in use.<br />

Comments

No comments yet.