From owner-freebsd-doc Tue Jul 10 12:55:28 2001 Delivered-To: freebsd-doc@freebsd.org Received: from whizkidtech.net (rh12.bfm.org [216.127.220.205]) by hub.freebsd.org (Postfix) with ESMTP id 8161237B401 for ; Tue, 10 Jul 2001 12:55:23 -0700 (PDT) (envelope-from adam@whizkidtech.net) Received: (from adam@localhost) by whizkidtech.net (8.11.3/8.11.3) id f6AJtJu00312 for doc@freebsd.org; Tue, 10 Jul 2001 14:55:19 -0500 (CDT) (envelope-from adam) Date: Tue, 10 Jul 2001 14:54:38 -0500 From: "G. Adam Stanislav" To: doc@freebsd.org Subject: Re: docs/28860: Adding anti-alising to png images Message-ID: <20010710145438.A296@whizkidtech.net> References: <200107100432.f6A4Wxc01335@whizkidtech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200107100432.f6A4Wxc01335@whizkidtech.net>; from adam@whizkidtech.net on Mon, Jul 09, 2001 at 11:32:59PM -0500 Organization: Whiz Kid Technomagic X-Assembly-Language: http://int80h.org/ X-Web-Search: http://phonecowboy.master.com/ X-Operating-System: FreeBSD whizkidtech.net 4.3-20010525-STABLE FreeBSD 4.3-20010525-STABLE Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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