FreeBSD Bugzilla – Attachment 15185 Details for
Bug 28237
Resolution of PNG images too low
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 925 bytes, created by
adam
on 2001-06-17 19:30:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
adam
Created:
2001-06-17 19:30:08 UTC
Size:
925 bytes
patch
obsolete
>--- doc.images.mk.orig Wed May 9 14:31:47 2001 >+++ doc.images.mk Sun Jun 17 13:08:09 2001 >@@ -56,6 +56,12 @@ > IMAGES_PNG=${IMAGES:M*.png} ${IMAGES_GEN_PNG} > IMAGES_EPS=${IMAGES:M*.eps} ${IMAGES_GEN_EPS} > >+# The default resolution eps2png (82) assumes a 640x480 monitor, and is too >+# low for the typical monitor in use today. The resolution of 100 looks >+# much better on these monitors without making the image too large for >+# a 640x480 monitor. >+PNG_RES?= 100 >+ > # We only need to list ${IMAGES_GEN_PDF} here. If all the source files are > # EPS then they'll be in this variable; if any of the source files are PNG > # then we can use them directly, and don't need to list them. >@@ -68,7 +74,7 @@ > > .for _curimage in ${IMAGES_GEN_PNG} > ${_curimage}: ${_curimage:S/.png$/.eps/} >- eps2png -output ${.TARGET} ${.ALLSRC} >+ eps2png -res ${PNG_RES} -output ${.TARGET} ${.ALLSRC} > .endfor > > .for _curimage in ${IMAGES_GEN_EPS}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28237
: 15185