dumpThroughGdkPixbuf

dumpThroughGdkPixbuf — add an export capability into PNG and JPG files.

Functions

Description

This provides a write routine to export V_Sim views into PNG and JPG files. It uses the GdkPixbuf to do it.

Functions

visu_dump_png_getStatic ()

const VisuDump *
visu_dump_png_getStatic ();

This routine returns the PNG dump object.

Returns

a newly created dump object to create PNG files.

[transfer none]


visu_dump_jpeg_getStatic ()

const VisuDump *
visu_dump_jpeg_getStatic ();

This routine returns the JPG dump object.

Returns

a newly created dump object to create JPEG files.

[transfer none]

Types and Values