Functions needed to output the Engrave data into
different file formats. More...Functions | |
EAPI int | engrave_edj_output (Engrave_File *engrave_file, const char *path) |
engrave_edj_output -- Create an EDJ file from the in-memory data. | |
EAPI int | engrave_edc_output (Engrave_File *engrave_file, const char *path) |
engrave_edc_output -- Create an EDC file from the in-memory data. |
Detailed Description
different file formats.
Function Documentation
EAPI int engrave_edc_output | ( | Engrave_File * | engrave_file, | |
const char * | path | |||
) |
engrave_edc_output -- Create an EDC file from the in-memory data.
- Parameters:
-
engrave_file,: The Engrave_File to use to create the EDJ file. path,: The filename to save the EDC file too.
- Returns:
- Returns 1 on success 0 otherwise.
EAPI int engrave_edj_output | ( | Engrave_File * | engrave_file, | |
const char * | path | |||
) |
engrave_edj_output -- Create an EDJ file from the in-memory data.
- Parameters:
-
engrave_file,: The Engrave_File to use to create the EDJ file. path,: The filename to save the EDJ file too.
- Returns:
- Returns 1 on success 0 otherwise.