Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2001 01:08:10 +0100
From:      Nik Clayton <nik@freebsd.org>
To:        "G. Adam Stanislav" <adam@whizkidtech.net>
Cc:        doc@freebsd.org
Subject:   Re: docs/28860: Adding anti-alising to png images
Message-ID:  <20010712010810.K97290@clan.nothing-going-on.org>
In-Reply-To: <20010710145438.A296@whizkidtech.net>; from adam@whizkidtech.net on Tue, Jul 10, 2001 at 02:54:38PM -0500
References:  <200107100432.f6A4Wxc01335@whizkidtech.net> <20010710145438.A296@whizkidtech.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--C7Ke/meiCZutM6I/
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Jul 10, 2001 at 02:54:38PM -0500, G. Adam Stanislav wrote:
> On Mon, Jul 09, 2001 at 11:32:59PM -0500, G. Adam Stanislav wrote:
> >
> >>Number:         28860
> >>Category:       docs
> >>Synopsis:       Adding anti-aliasing to PNG images created from EPS
> >>Fix:
> >--- doc.images.mk.OLD	Mon Jul  9 23:19:56 2001
> >+++ doc.images.mk	Mon Jul  9 23:22:29 2001
> >@@ -80,7 +80,7 @@
> >=20
> > .for _curimage in ${IMAGES_GEN_PNG}
> > ${_curimage}: ${_curimage:S/.png$/.eps/}
> >-	eps2png -res ${EPS2PNG_RES} -output ${.TARGET} ${.ALLSRC}
> >+	peps -r ${EPS2PNG_RES} -o ${.TARGET} ${.ALLSRC}
>=20
> Oops, that last line should have been
>=20
> +	peps -r ${EPS2PNG_RES} -p -o ${.TARGET} ${.ALLSRC}
>=20
> Note the "-p" please.

Works for me.  No one else has commented, so I'll commit this in 12-24
hours, along with the changes to textproc/docproj to adjust the
dependencies.

N
--=20
FreeBSD: The Power to Serve             http://www.freebsd.org/
FreeBSD Documentation Project           http://www.freebsd.org/docproj/

          --- 15B8 3FFC DDB4 34B0 AA5F  94B7 93A8 0764 2C37 E375 ---

--C7Ke/meiCZutM6I/
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iEYEARECAAYFAjtM6mkACgkQk6gHZCw343V2xQCdGfwzSXFxbcPf1ggL7qQqn6+T
dBwAn0rYcP6RWR4g+gqpTJrMtwLb4mRE
=gc5P
-----END PGP SIGNATURE-----

--C7Ke/meiCZutM6I/--

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010712010810.K97290>