On Wednesday 06 June 2001 13:09, Bahadur Singh Bhatia wrote:
> This is only warning message. I had also this message
> appearing in the creation of JPG. So open some
> JPEGTranscoder.java file and set the quality to .9F.
>
> This will work fine.
> There may be some other work around.
The proper way to fix the jpeg quality is to set a transcoding hint.
trans.addTranscodingHint(JPEGTranscoder.KEY_QUALITY,
new Float(.8));
Unfortunately, there is no way to set this transcoding hint through the
rasterizer app. I have done the rasterizer in a hurry and I will probably
rewrite it properly soon.
Thierry.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]