Hi, On Tue, 2005-05-03 at 07:39 +0000, Amit Srivastava wrote: > > HI, > I am using JPEGTranscoder to transcode svg to JPEG image. > It does it fine but a very light background color is coming. > I tried using > .addTranscodingHint(JPEGTranscoder.KEY_BACKGROUND_COLOR, Color.white); > but still the background is coming . > How to remove that color ?
How about trying this ImageTranscoder.KEY_FORCE_TRANSPARENT_WHITE (true/false) Regards Tonny Kohar -- Sketsa SVG Graphics Editor http://www.kiyut.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
