>>>>> "EP" == Evenblij, Paul <[EMAIL PROTECTED]> writes:

EP> Question: can anyone tell me what's the rationale for the decision
EP> to implement a CRC class in PNGImageEncoder.java, instead of using
EP> the JDK class java.util.zip.CRC32 ?

    I don't know if there are deeper technical reasons but the primary
one is that the PNG encoder was donated from Java Advanced Imaging and
it did it that way, and since the code works we haven't really gotten
around to poking at it too much.

    I take it there is a good reason for asking the question, such as
it's sucking lots of time?  If so feel free to submit a bug report
(including any benchmarking info would be great if you can) and we
will add it to our list of things to do, or as always patches are
appreciated.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to