![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
DumpType* dumpToJPEG_init (); DumpType* dumpToPNG_init ();
This provides a write routine to export V_Sim views into PNG and JPG files. It uses the GdkPixbuf to do it.
DumpType* dumpToJPEG_init ();
This routine should not be used since it inialised the module and is already called when V_Sim is launched.
Returns : | a newly created dump object to create JPEG files. |
DumpType* dumpToPNG_init ();
This routine should not be used since it inialised the module and is already called when V_Sim is launched.
Returns : | a newly created dump object to create PNG files. |