time-nuts@lists.febo.com

Discussion of precise time and frequency measurement

View all threads

Re: [time-nuts] HP E1938 Web Page

CH
Christopher Hoover
Tue, Aug 28, 2007 8:38 PM

Brooke Clarke wrote:

I'm working on a web page for the E1938 and have received a bunch of
files from
Rick.  One of them is a .HPG of a schematic.  I've tried to use
IrfanView, but
it's a program I normally don't use and all the images are way too
coarse to be
useable.  Is there a way to convert it to something that can be read?

HPG is hpgl.  It is a vector format.

The best idea would be to convert them to the free web standard vector
format SVG and the second best idea would to pdf.  Any raster format should
be avoided.

As far as conversion, hp2xx can do it.  If you've got a Debian Linux box,
just "apt-get install hp2xx" to install it.

See http://www.murgatroid.com/tmp/E1938_asdrawb/ for the results.  The
Makefile shows how I invoked the commands.

The pen settings could be tweak a bit, probably.

(I'd be happy to do it for you.)

-ch

Brooke Clarke wrote: > I'm working on a web page for the E1938 and have received a bunch of > files from > Rick. One of them is a .HPG of a schematic. I've tried to use > IrfanView, but > it's a program I normally don't use and all the images are way too > coarse to be > useable. Is there a way to convert it to something that can be read? HPG is hpgl. It is a vector format. The best idea would be to convert them to the free web standard vector format SVG and the second best idea would to pdf. Any raster format should be avoided. As far as conversion, hp2xx can do it. If you've got a Debian Linux box, just "apt-get install hp2xx" to install it. See http://www.murgatroid.com/tmp/E1938_asdrawb/ for the results. The Makefile shows how I invoked the commands. The pen settings could be tweak a bit, probably. (I'd be happy to do it for you.) -ch