Bug 28237

Summary: Resolution of PNG images too low
Product: Documentation Reporter: adam <adam>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description adam 2001-06-17 19:30:08 UTC
By default, the eps2png program uses the resolution of 82, which is too
low. 10 point text in Courier is rendered completely illegible. That
creates the temptation to produce larger EPS originals. However, that
would make them too large for PS and PDF output (10 point Courier is
the standard default font/size for the typical printer).

Fix: Introduce a PNG_RES in doc.images.mk, set it to 100 (unless it has already
been set to a different value by the user or the Makefile).

Add -res ${PNG_RES} to the eps2png command line.

Here is the diff:
Comment 1 nik freebsd_committer freebsd_triage 2001-06-22 11:12:38 UTC
State Changed
From-To: open->closed

Committed, thanks.