Well it should load only that which is necessary but I think you'd have to try it. You would of course then have to deal with installing the JAI jars and setting the policy file as needed.
Brian On Thu, 17 Jul 2003, James Carroll wrote: > > "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". > =========================================================================== 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".
