atom feed10 messages in net.java.dev.jai-imageio.interestRe: [JAI-IMAGEIO] EndOfLine and Encod...
FromSent OnAttachments
mark...@ukonline.co.ukJun 21, 2007 9:57 am 
Brian BurkhalterJun 21, 2007 11:10 am 
mark...@ukonline.co.ukJun 21, 2007 12:24 pm 
Brian BurkhalterJun 21, 2007 12:34 pm 
Brian BurkhalterJun 21, 2007 1:15 pm 
mark...@ukonline.co.ukJun 21, 2007 1:18 pm 
Brian BurkhalterJun 21, 2007 1:46 pm 
mark...@ukonline.co.ukJun 21, 2007 1:50 pm 
mark...@ukonline.co.ukJun 25, 2007 8:35 am 
Brian BurkhalterJun 25, 2007 9:16 am 
Subject:Re: [JAI-IMAGEIO] EndOfLine and EncodedByteAlign
From:Brian Burkhalter (Bria@Sun.COM)
Date:Jun 21, 2007 11:10:16 am
List:net.java.dev.jai-imageio.interest

Mark,

For clarity tag 292 corresponds to the T4Options field. Bit 0 of this field indicates 2D encoding if it is set and 1D encoding if it is not. Bit 2 of this field if set indicates that 0s have been added to ensure that EOL codes end on a byte boundary. Bit 1 is an uncompressed mode flag support for which has been implemented but never tested due to lack of data.

Tag 293 is T6Options and has bit 0 unused and bit 1 again for uncompressed mode with the same comments as above.

Brian

On Thu, 21 Jun 2007, mark@ukonline.co.uk wrote:

I am decoding CCITT data by adding a Tiff header and turning it into a Tiff. I have some data which includes these settings in its metadata. Which tags should I set to show they are set or unset (and will JAI handle them)?

I think EndofLine is set with tag 292 in the header.