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.
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
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
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-
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:
>
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
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
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
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
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
10 matches
Mail list logo