gerbv
2.10.1-dev~93f1b5
|
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) |
Functions for exporting Gerbv images to DXF files.
Definition in file export-dxf.cpp.
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.
file_name | the filename for the new file |
input_img | the image to export |
trans | the transformation to apply before exporting |
Definition at line 77 of file export-dxf.cpp.
References gerbv_image_duplicate_image().