> "UnsharpMask" is a built-in JAI operation. Is it possible to package just enough of JAI within an applet to do the Unsharp mask without having a huge applet?
-Jim > > Brian > > On Wed, 16 Jul 2003, James Carroll wrote: > > > Hello, Unsharp mask done properly is a fairly expensive operation > > (create blur mask, subtract mask from whole image, multiply whole > > image...) Does anyone know of an efficient implementation? > I'd like to > > do it in an applet, and in under a tenth of a second for an 800x600 > > image on a 2GHz machine. Java2D is okay in the applet. > > > > Thanks! > > -Jim > > > > =====================================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".
