Definition in file export-rs274x.c.
Go to the source code of this file.
Functions | |
gboolean | gerbv_export_rs274x_file_from_image (gchar *filename, gerbv_image_t *image) |
gboolean gerbv_export_rs274x_file_from_image | ( | gchar * | filename, | |
gerbv_image_t * | image | |||
) |
Export an image to a new file in RS274X format.
filename | the filename for the new file |
image | the image to export |
Definition at line 194 of file export-rs274x.c.
References gerbv_image_t::aperture, gerbv_net::aperture, gerbv_net::aperture_state, gerbv_net::cirseg, GERBV_APERTURE_STATE_OFF, GERBV_APERTURE_STATE_ON, 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_info::imageJustifyOffsetA, gerbv_image_info::imageJustifyOffsetB, gerbv_image_info::imageJustifyTypeA, gerbv_image_info::imageJustifyTypeB, gerbv_image_info::imageRotation, gerbv_image_t::info, gerbv_net::interpolation, gerbv_net::layer, gerbv_image_t::layers, gerbv_image_info::name, gerbv_image_t::netlist, gerbv_net::next, gerbv_image_info::offsetA, gerbv_image_info::offsetB, gerbv_image_info::plotterFilm, gerbv_image_info::polarity, gerbv_net::start_x, gerbv_net::start_y, gerbv_net::state, gerbv_image_t::states, gerbv_net::stop_x, and gerbv_net::stop_y.