I'm trying to set my tiff image to 100 pixels per inch. With the following code:
TiledImageTranscoder tit = new TiledImageTranscoder();
tit.addTranscodingHint(ImageTranscoder.KEY_PIXEL_UNIT_TO_MILLIMETER,new Float(.254))
However, the resulting file is 72 pixels/inch. What do I need to do to get 100 pixels/inch?
Regards,
Ron King
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
