CodeBase - Working with images using memblocks

Return to the CodeBase listing

Category: Image

Version: 1.0

0
0

Information

Uploaded: 12th Mar 2004 09:07

Modified: 1st Jan 1970 01:00

Author:  Dostej

Summary

It offers this functions for memblock and image function cutmemimage(mem1, mem2, xo, yo, xu, yu) function mem2img(memnr, imgnr, md) function file2mem(img as string, memnr) function img2mem(imgnr, memnr, md)

Full Description

Here are some functions to deal with images using memblocks. I try to increase the speed. And I think it did. But the possibilities are and the amount of work are not so good for me, so I dont work on this any more. (I did it with a DLL)<br /> If anyone is interested - use this code freely.<br /> <br /> It offers this functions:<br /> function cutmemimage(mem1, mem2, xo, yo, xu, yu)<br /> function mem2img(memnr, imgnr, md)<br /> function file2mem(img as string, memnr)<br /> function img2mem(imgnr, memnr, md)<br />

Comments

No comments yet.