Re: [Flightgear-devel] Several questions regarding View system

2006-01-25 Thread Martin Spott
Mike Kopack wrote: > 3) What file format is .ppm? I can't find anything on my windows machine > that can read that! Photoshop, MS Photo Editor, etc. all barfed on it. GIMP can read FlightGear screenshots in PPM format - just did that this morning. ImageMagick's "convert" should serve for batch-

Re: [Flightgear-devel] Several questions regarding View system

2006-01-25 Thread Georg Vollnhals
Mike Kopack schrieb: Hey gang, 3) What file format is .ppm? I can't find anything on my windows machine that can read that! Photoshop, MS Photo Editor, etc. all barfed on it. I'll need to read the file in, convert it to something significantly smaller (like a JPEG or PNG) using Java, so I

Re: [Flightgear-devel] Several questions regarding View system

2006-01-25 Thread Curtis L. Olson
Josh Babcock wrote: If you compile in the jpeg factory code and start it with the --jpg-httpd= command line switch you should be able to grab a jpeg by loading localhost: in a browser. Is is different system than the screen shots, so there is no popup window. A couple cautions with

Re: [Flightgear-devel] Several questions regarding View system

2006-01-25 Thread Josh Babcock
Mike Kopack wrote: > Hey gang, > > I've done some poking around the internal properties browser, and > figured out how to change the view angles/direction/ FOV, etc. through > the properties browser + HTTP/Telnet interfaces. What I haven't managed > to figure out is: > > 1) How can I tell the sim

[Flightgear-devel] Several questions regarding View system

2006-01-25 Thread Mike Kopack
Hey gang, I've done some poking around the internal properties browser, and figured out how to change the view angles/direction/ FOV, etc. through the properties browser + HTTP/Telnet interfaces. What I haven't managed to figure out is: 1) How can I tell the sim to create a screenshot throug