Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2001 14:54:38 -0500
From:      "G. Adam Stanislav" <adam@whizkidtech.net>
To:        doc@freebsd.org
Subject:   Re: docs/28860: Adding anti-alising to png images
Message-ID:  <20010710145438.A296@whizkidtech.net>
In-Reply-To: <200107100432.f6A4Wxc01335@whizkidtech.net>; from adam@whizkidtech.net on Mon, Jul 09, 2001 at 11:32:59PM -0500
References:  <200107100432.f6A4Wxc01335@whizkidtech.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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 @@
> 
> .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}

Oops, that last line should have been

+	peps -r ${EPS2PNG_RES} -p -o ${.TARGET} ${.ALLSRC}

Note the "-p" please.

Adam
-- 
Suppose you were an idiot.
Suppose you were a member of Congress.
But I'm repeating myself...
		-- Mark Twain

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?20010710145438.A296>