Hi all,

From the Image Transcoder Tutorial (http://xml.apache.org/batik/ rasterizerTutorial.html) the line:

addTranscodingHint(JPEGTranscoder.KEY_WIDTH, new Integer(100));

Should probably be:

addTranscodingHint(JPEGTranscoder.KEY_WIDTH, new Float(100));

Otherwise the error described in the following mailing list message occurs:

http://koala.ilog.fr/batik/mlists/batik-users/archives/msg00511.html

Mark.

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

Reply via email to