>
>Hi everyone,
>
>I'm compressing an image (to JPG) using my own code and the DCT takes
>approx. 6 seconds to work.
>Could anyone tell me how long it takes using the Java Advanced Imaging
>Package.
>
>Thanks in advance,
>Cornelia


Hi Cornelia:

  Its not possible to say given the information you've provided.
  We'd need to know the image size and type (grayscale or RGB).

  But JAI and Java2D both currently use a Jpeg (de)compressor based
  on the Independent Jpeg Group's (native) code. So with any modest
  size image it should be considerably faster than 6 seconds.

  By the way, questions about JAI should be addressed to:

      [EMAIL PROTECTED]


Regards,
Link Perry
JAI

===========================================================================
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".

Reply via email to