|
gerbv
2.10.1-dev~180c67
|
Go to the source code of this file.
Functions | |
| gboolean | gerbv_export_rs274x_file_from_image (const gchar *filename, gerbv_image_t *inputImage, gerbv_user_transformation_t *transform) |
Functions to export an image to a RS274X file.
Definition in file export-rs274x.c.
| gboolean gerbv_export_rs274x_file_from_image | ( | const gchar * | filename, |
| gerbv_image_t * | image, | ||
| gerbv_user_transformation_t * | transform | ||
| ) |
Export an image to a new file in RS274X format.
| filename | the filename for the new file |
| inputImage | the image to export |
| transform | the transformation to apply before exporting |
Definition at line 190 of file export-rs274x.c.
References gerbv_image_duplicate_image(), GERBV_POLARITY_CLEAR, gerbv_image_t::info, and gerbv_user_transformation_t::rotation.