CodeBase - image : alpha and more v2
Return to the CodeBase listing
Category: Image
Version: 2.0
Information
Uploaded: 15th Oct 2004 02:40
Modified: 1st Jan 1970 01:00
Author: Graphiboc
Summary
functions of images: alpha, color, etc.
Full Description
ghost_image(x,y,img,img2,img_free,alpha_base) -> To precalculate the transparency of an image with the luminosity of each pixel. Can also be used in calculation direct but slowed down the program.<br /> <br /> color_image(img,red#,green#,blue#) -> To change the colors of an image.<br /> <br /> greyscale_image(img) -> To put an image in levels of gray.<br /> <br /> invert_image(img) -> to reverse the colors of an image<br /> <br /> light_image(img,light_img,pourcentage) -> To change the luminosity of each pixel of an image with a map of luminosity<br /> <br /> blend_image(img1,img2,blend_img,result_img) -> To mix two images with a blendmap<br /> <br /> alpha_image(x,y,img,img2,img_free,_alpha#) -> To define the value alpha of an image and to precalculate this image<br /> <br /> test1(x,y,img,img2,img_free,alpha#) -> a simple test<br /> <br /> noise_image(img,noise) -> To add noise to an image<br /> <br /> luminosity_image(img,luminosity) -> To change the luminosity of an image<br /> <br /> contraste_image(img,contraste) -> To change contrasts of an image<br /> <br />
Comments
No comments yet.