CodeBase - image : alpha and more
Return to the CodeBase listing
Category: Image
Version: 1.0
Information
Uploaded: 14th Oct 2004 02:43
Modified: 1st Jan 1970 01:00
Author: Graphiboc
Summary
functions of images: alpha, color, etc.
Full Description
ghost_image() -> 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
Comments
No comments yet.