[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: pcb.git: branch: master updated (7819244c48a6e38a8d4b486e8205549f4b35a94d)



The branch, master has been updated
       via  7819244c48a6e38a8d4b486e8205549f4b35a94d (commit)
      from  e51bd61678dcedf2e1855f3c244f113e77073f54 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/hid/png/png.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 7819244c48a6e38a8d4b486e8205549f4b35a94d
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/png: Increase the maximum allowable DPI of the exporter
    
    Sometimes for rendering fiddly boards, you just need the detail.
    
    Move the arbitrary 1000 dpi limit to still arbitrary, 10000 dpi.

:100644 100644 86631a7... bfa98ad... M	src/hid/png/png.c

=========
 Changes
=========

commit 7819244c48a6e38a8d4b486e8205549f4b35a94d
Author: Peter Clifton <pcjc2@xxxxxxxxx>
Commit: Peter Clifton <pcjc2@xxxxxxxxx>

    hid/png: Increase the maximum allowable DPI of the exporter
    
    Sometimes for rendering fiddly boards, you just need the detail.
    
    Move the arbitrary 1000 dpi limit to still arbitrary, 10000 dpi.

diff --git a/src/hid/png/png.c b/src/hid/png/png.c
index 86631a7..bfa98ad 100644
--- a/src/hid/png/png.c
+++ b/src/hid/png/png.c
@@ -169,7 +169,7 @@ HID_Attribute png_attribute_list[] = {
 #define HA_pngfile 0
 
   {"dpi", "Scale factor (pixels/inch). 0 to scale to fix specified size",
-   HID_Integer, 0, 1000, {100, 0, 0}, 0, 0},
+   HID_Integer, 0, 10000, {100, 0, 0}, 0, 0},
 #define HA_dpi 1
 
   {"x-max", "Maximum width (pixels).  0 to not constrain.",




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs