X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Fri, 25 May 2012 14:24:47 -0700 From: Colin D Bennett To: geda-user AT delorie DOT com Subject: Re: [geda-user] pcb postscript bloat "psbloat" no longer works Message-ID: <20120525142447.5f4d512f@svelte> In-Reply-To: <201205251958.q4PJwanC014585@envy.delorie.com> References: <20120524224019 DOT 0ee2ef77 AT svelte> <201205251958 DOT q4PJwanC014585 AT envy DOT delorie DOT com> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator297.hostgator.com X-AntiAbuse: Original Domain - delorie.com X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - gibibit.com X-BWhitelist: no X-Source: X-Source-Args: X-Source-Dir: X-Source-Sender: c-67-160-113-82.hsd1.wa.comcast.net (svelte) [67.160.113.82]:41701 X-Source-Auth: colin AT gibibit DOT com X-Email-Count: 1 X-Source-Cap: c2t5bGVuO3NreWxlbjtnYXRvcjI5Ny5ob3N0Z2F0b3IuY29t Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 25 May 2012 15:58:36 -0400 DJ Delorie wrote: > > Fixed just now in git 3dda840: > > diff --git a/src/hid/ps/ps.c b/src/hid/ps/ps.c > index ebab761..31eea9d 100644 > --- a/src/hid/ps/ps.c > +++ b/src/hid/ps/ps.c > @@ -607,7 +607,7 @@ ps_hid_export_to_file (FILE * the_file, > HID_Attr_Val * options) global.fillpage = > options[HA_fillpage].int_value; global.automirror = > options[HA_automirror].int_value; global.incolor = > options[HA_color].int_value; > - global.bloat = options[HA_psbloat].int_value; > + global.bloat = options[HA_psbloat].coord_value; > global.invert = options[HA_psinvert].int_value; > global.fade_ratio = CLAMP (options[HA_psfade].real_value, 0, > 1); global.media_idx = options[HA_media].int_value; Thanks a million! I played with GIMP and ImageMagick to do dilate operations, but the effect was not nearly as good as pcb's 'bloat' option. This really helps my old LaserJet. All the "better" and "newer" printers I have access to, even professional grade LJ5100 and LJ 4100, as well as a couple of Dell laser printers, don't produce a dense enough toner print, no matter what I try. Only the cheap old LaserJet 3330 works for me to get a nice dense print. Regards, Colin