Hi,

> ..in a similar vein:  Is there way to set the jpg-factory
> screen shot size, other than at compile time by editing
> this bit in SimGear/simgear/screen/jpgfactory.hxx ?:
>
>
>         typedef enum {
>             DEFAULT_XS = 320,
>             DEFAULT_YS = 240
>         } JPG_FACTORY_ENUM;
>

Does this relate in any way to the discussion in this thread?

I doubt that this definitions is actually used in the code:  In
jpg-httpd the factory is initialized as 400x300.
JpgFactory->init(400,300);

screenshots (In FlightGear Menu called Snaphots) are done differently.

Size of snapshots are controlled by /sim/startup/xsize and ysize
respectivly. gui_funcs.cxx around line 570.

Olaf


_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to