go to www.geomview.org home page
 
Home

Overview
FAQ
Documentation

Download

Mailing List

Geomview For Windows?

Support
Users
Development

Bug Reporting
Contributing
Contact Us

Sponsors

 

Site Search

 

Advanced
Search

 
About the software@geom archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Closed REQ 5856]: Is it possible to run geomview with no windows?


  • To: software@geom.umn.edu
  • Subject: Re: [Closed REQ 5856]: Is it possible to run geomview with no windows?
  • From: daemon
  • Date: Fri, 24 May 1996 11:15:31 -0500 (CDT)

When you invoke geomview with no windows, try using "default" rather than
"c0" as the camera name.  There may be some bugs in this area, but
it's likely to work.  For example, I just tried:

(window default { size 500 250 })
(load hdodec.off)
(snapshot default t.ppm ppm)
(delete hdodec.off)
(load antoine3.oogl)
(snapshot default t2.ppm ppm)
(quit)

and got two image files, as expected.

Beware: It's likely that, even with no visible windows, geomview needs
to be able to connect to some X display, i.e. that 
DISPLAY must be set to something valid and accessible.
I think it uses this for initialization even if there's no
immediate need.

Note also that the (snapshot ... ppm) command allows a shell-command
in place of the ppm file name, if its first character is
a vertical bar, as in
   (snapshot default "|pnmtotiff > t.tiff" ppm)
or (snapshot default "|compress > t.ppm.Z" ppm)


 
Home | Overview | FAQ | Documentation | Support | Download | Mailing List
Windows? | Development | Bug Reporting | Contributing | Contact Us | Sponsors
 
site hosted by
SourceForge Logo