| From | Sent On | Attachments |
|---|---|---|
| jai-...@javadesktop.org | Jun 26, 2007 6:13 am | |
| Brian Burkhalter | Jun 26, 2007 8:33 am | |
| jai-...@javadesktop.org | Jun 26, 2007 8:55 am | |
| Brian Burkhalter | Jun 26, 2007 8:56 am | |
| jai-...@javadesktop.org | Jun 26, 2007 9:13 am | |
| Brian Burkhalter | Jun 26, 2007 10:13 am |
| Subject: | Re: [JAI-IMAGEIO] JPEG Lossless 8/12 bit | |
|---|---|---|
| From: | Brian Burkhalter (Bria...@Sun.COM) | |
| Date: | Jun 26, 2007 8:33:23 am | |
| List: | net.java.dev.jai-imageio.interest | |
Assuming that you have JAI Image I/O Tools installed you should be able to specify this via the ImageWriteParam
ImageWriterParam wparam; wparam.setCompressionMode(wparam.MODE_EXPLICIT); wparam.setCompressionType("JPEG-LS");
You would need to pass this wparam to the writer.
On Tue, 26 Jun 2007, jai-...@javadesktop.org wrote:
I'm currently generating Lossless-JPEG files which are causing a test tool to
fail, however I know it works with 12 bit lossless images sourced from an
external source. I've had a look at the api but I couldn't see an easy way to
force the writer to write out a 12bit lossless image instead of the current
8bit, but maybe I missed it.
Thanks. [Message sent by forum member 'cij100' (cij100)]
---------------- Brian Burkhalter Java Media, Imaging, and Graphics Sun Microsystems, Inc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~





