gerbv
2.6A
|
Go to the source code of this file.
Functions | |
gboolean | gerbv_export_rs274x_file_from_image (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 | ( | 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 194 of file export-rs274x.c.
References gerbv_net::aperture, gerbv_image_t::aperture, gerbv_net::aperture_state, gerbv_net::cirseg, GERBV_APERTURE_STATE_OFF, GERBV_APERTURE_STATE_ON, gerbv_destroy_image(), gerbv_image_duplicate_image(), GERBV_INTERPOLATION_CCW_CIRCULAR, GERBV_INTERPOLATION_CW_CIRCULAR, GERBV_INTERPOLATION_LINEARx001, GERBV_INTERPOLATION_LINEARx01, GERBV_INTERPOLATION_LINEARx1, GERBV_INTERPOLATION_PAREA_END, GERBV_INTERPOLATION_PAREA_START, GERBV_INTERPOLATION_x10, GERBV_POLARITY_CLEAR, gerbv_image_t::info, gerbv_net::interpolation, gerbv_net::layer, gerbv_image_t::layers, gerbv_user_transformation_t::mirrorAroundX, gerbv_user_transformation_t::mirrorAroundY, gerbv_image_t::netlist, gerbv_net::next, gerbv_user_transformation_t::rotation, gerbv_user_transformation_t::scaleX, gerbv_user_transformation_t::scaleY, gerbv_net::start_x, gerbv_net::start_y, gerbv_net::state, gerbv_image_t::states, gerbv_net::stop_x, and gerbv_net::stop_y.