Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Jul 2001 23:32:59 -0500 (CDT)
From:      "G. Adam Stanislav" <adam@whizkidtech.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/28860: Adding anti-alising to png images
Message-ID:  <200107100432.f6A4Wxc01335@whizkidtech.net>

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

>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:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 09 21:40:00 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

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?200107100432.f6A4Wxc01335>