You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by Mark Pazolli <qu...@bigpond.com> on 2005/10/23 01:52:21 UTC

Correction to Tutorial

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: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org