If you don't use something like Java Advanced Imaging which has a built in "subtract" operation you will likely just have to pull the pixels out using getPixels() or the like and do a brute force subtraction.
Brian On Tue, 18 Jun 2002, Ed Brown wrote: > Hello All > > Could anyone help me with code to subtract on BufferedImage from > another. > > I am trying to highlight the differences in the second from the first. > > Thanks > Ed Brown > > =========================================================================== > To unsubscribe, send email to [EMAIL PROTECTED] and include in the body > of the message "signoff JAVA2D-INTEREST". For general help, send email to > [EMAIL PROTECTED] and include in the body of the message "help". > =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA2D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
