gerbv  2.10.1-dev~93f1b5
export-dxf.cpp File Reference

Go to the source code of this file.

Functions

gboolean gerbv_export_dxf_file_from_image (const gchar *file_name, gerbv_image_t *input_img, gerbv_user_transformation_t *trans)
 

Detailed Description

Functions for exporting Gerbv images to DXF files.

Definition in file export-dxf.cpp.

Function Documentation

◆ gerbv_export_dxf_file_from_image()

gboolean gerbv_export_dxf_file_from_image ( const gchar *  filename,
gerbv_image_t image,
gerbv_user_transformation_t transform 
)

Export an image to a new file in DXF format.

Returns
TRUE if successful, or FALSE if not
Parameters
file_namethe filename for the new file
input_imgthe image to export
transthe transformation to apply before exporting

Definition at line 77 of file export-dxf.cpp.

References gerbv_image_duplicate_image().