Hi. I'm still new to java, and I was wondering what the best way is to take one image, and display it, but with a transparency map (a seperate image). Maybe something with pixelGrabber to get the brightness of each pixel in the alpha map? Please help!
You will need to create one image with an alpha channel (RGBA), and then overlay that image over that ... I would suggest looking at the JAI API and trying yourself ... and then coming back with some code you have tried to get to work (we're not here to hand out free code --- thats called consultancy !!!). You might want to read the link I gave you before and look at the JAI Programmers guide - this is how everyone else learns JAI. There is also a mailing list fro JAI (see java.sun.com's mailing lists).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.