On 23.07.2010 18:00:04 Marquart, Joshua D wrote: > All- > > Per my earlier posts, I'm converting FO to TIFF; > > I would like to be able to set > > - Resolution Unit to inches (2); I'm currently getting Centimeters (3)
As you noticed already, this is currently hard-coded. A change would be necessary here. > - Rows Per Strip to preference one large strip (length of the > ImageLength field) instead of value 1 > - StripOffsets to result in one entry per page (one large strip), rather > than one per row > - StripByteCounts to be the number of bytes in the page after > compression. > > I have read that producing a TIFF as one large strip / one entry per > page per above results in a similar quality file with an overall smaller > footprint. Where have you read that? > Are these settings possible in FOP to TIFF conversion? Depends on the codec being used to write the TIFF, I guess. I don't know without some research if that is possible, for example, with the TIFF Codec from JAI ImageIO Tools. But frankly, I can't imagine that these settings will make a significant difference. > I figure these would be Renderer Options, but so far I'm not finding any > data on this. > > I'll continue looking and post a solution if I find anything, but if > anyone happens to know the answers to the above, that would be helpful. > > Thanks, > > -Josh Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
