< Back
Page 4 of 4
Like this article? We recommend
Conclusion
Although you can easily embed the second blending technique's blend() method into your own code, you might prefer to turn this method into a more reusable java.awt.image.BufferedImageOp-based image filter. If you decide to go this route, keep in mind that such filters are designed to work on only one input image, whereas blending requires two input images. How might you overcome this limitation?
< Back
Page 4 of 4