Re: How to turn anti-alias off when using rasterizer

2003-12-01 Thread Robert McKinnon
I found that setting the rasterizer "-indexed" parameter to 1 effectively turns off anti-aliasing as it forces there to be only 2^1=2 colors in the result PNG image: java -jar batik-rasterizer.jar -indexed 1 The indexed parameter is not listed on the rasterizer web docs: http://xml.apache.

Re: How to turn anti-alias off when using rasterizer

2003-12-01 Thread Thomas DeWeese
Robert McKinnon wrote: Is it possible to turn anti-aliasing off when using the Batik SVG rasterizer to convert SVG to PNG? The easiest way to do this is to add 'shape-rendering="crispEdges"' to the outermost SVG element, this can be done as part of the transcoding processes if you can't change

How to turn anti-alias off when using rasterizer

2003-11-29 Thread Robert McKinnon
Is it possible to turn anti-aliasing off when using the Batik SVG rasterizer to convert SVG to PNG? If yes, how can I turn anti-aliasing off. If no, does anyone know a way (preferably at the unix command line) to change all non-white pixels in a raster image to black. More details: - Attached i

RE: anti-alias - attached files (1/1)

2003-09-02 Thread Chris Faulkner
sage- From: news [mailto:[EMAIL PROTECTED] Behalf Of David Eppstein Sent: 02 September 2003 16:36 To: [EMAIL PROTECTED] Subject: Re: anti-alias - attached files (1/1) In article <[EMAIL PROTECTED]>, Thomas DeWeese <[EMAIL PROTECTED]> wrote: > >>I would like to add anti-

RE: anti-alias - attached files (1/1)

2003-09-02 Thread Chris Faulkner
Yes I do see the fuzziness around the letters. Thanks to both of you for helping on this. Chris -Original Message- From: Thomas DeWeese [mailto:[EMAIL PROTECTED] Sent: 02 September 2003 17:42 To: Batik Users Subject: Re: anti-alias - attached files (1/1) David Eppstein wrote: >

Re: anti-alias - attached files (1/1)

2003-09-02 Thread Thomas DeWeese
David Eppstein wrote: In article <[EMAIL PROTECTED]>, Thomas DeWeese <[EMAIL PROTECTED]> wrote: I would like to add anti-aliasing to improve the appearance of the text. I have seen a little discussion about this in the mail archives but no examples of how to do it. I'm getting text antialiasing w

Re: anti-alias - attached files (1/1)

2003-09-02 Thread David Eppstein
In article <[EMAIL PROTECTED]>, Thomas DeWeese <[EMAIL PROTECTED]> wrote: > >>I would like to add anti-aliasing to improve the appearance of the text. I > >>have seen a little discussion about this in the mail archives but no > >>examples of how to do it. > > > > I'm getting text antialiasing wi

Re: anti-alias

2003-09-02 Thread Thomas DeWeese
David Eppstein wrote: In article <[EMAIL PROTECTED]>, "Chris Faulkner" <[EMAIL PROTECTED]> wrote: I have been using Batik at a very basic level for a while - just rasterising SVG images. I would like to add anti-aliasing to improve the appearance of the text. I have seen a little discussion about

Re: anti-alias

2003-08-30 Thread David Eppstein
In article <[EMAIL PROTECTED]>, "Chris Faulkner" <[EMAIL PROTECTED]> wrote: > I have been using Batik at a very basic level for a while - just rasterising > SVG images. > > I would like to add anti-aliasing to improve the appearance of the text. I > have seen a little discussion about this in th

anti-alias

2003-08-30 Thread Chris Faulkner
Hello all I have been using Batik at a very basic level for a while - just rasterising SVG images. I would like to add anti-aliasing to improve the appearance of the text. I have seen a little discussion about this in the mail archives but no examples of how to do it. There seems to be something