From adam@whizkidtech.net  Mon Jul  9 21:33:10 2001
Return-Path: <adam@whizkidtech.net>
Received: from whizkidtech.net (r3.bfm.org [216.127.220.99])
	by hub.freebsd.org (Postfix) with ESMTP id A9A3937B401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  9 Jul 2001 21:33:07 -0700 (PDT)
	(envelope-from adam@whizkidtech.net)
Received: (from adam@localhost)
	by whizkidtech.net (8.11.3/8.11.3) id f6A4Wxc01335;
	Mon, 9 Jul 2001 23:32:59 -0500 (CDT)
	(envelope-from adam)
Message-Id: <200107100432.f6A4Wxc01335@whizkidtech.net>
Date: Mon, 9 Jul 2001 23:32:59 -0500 (CDT)
From: "G. Adam Stanislav" <adam@whizkidtech.net>
Reply-To: adam@whizkidtech.net
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Adding anti-alising to png images
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         28860
>Category:       docs
>Synopsis:       Adding anti-aliasing to PNG images created from EPS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 09 21:40:00 PDT 2001
>Closed-Date:    Fri Jul 13 05:16:50 PDT 2001
>Last-Modified:  Fri Jul 13 05:16:59 PDT 2001
>Originator:     G. Adam Stanislav
>Release:        FreeBSD 4.3-20010525-STABLE i386
>Organization:
>Environment:
System: FreeBSD whizkidtech.net 4.3-20010525-STABLE FreeBSD 4.3-20010525-STABLE #0: Fri May 25 12:00:06 GMT 2001 root@usw3.freebsd.org:/usr/src/sys/compile/GENERIC i386


	
>Description:
Now that peps-1.0 has been committed in the ports, we can use it instead
of eps2png. That will produce anti-aliased images that look much better
than what we have now.

P.S. It will be a good idea to redo all png images created from eps
files before (perhaps by touching all .eps files so they have a new
date and are forced to be reconverted).
>How-To-Repeat:
	
>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}
 .endfor
 
 .for _curimage in ${IMAGES_GEN_EPS}
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: nik 
State-Changed-When: Fri Jul 13 05:16:50 PDT 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28860 
>Unformatted:
