ocssw
V2022
|
Go to the source code of this file.
Functions | |
void | write_png_file (char *filename, int width, int height, uint8_t *image_data, int num_colors, uint8_t *palette) |
int | main (int c, char *v[]) |
Function Documentation
◆ main()
int main | ( | int | c, |
char * | v[] | ||
) |
An implementation of a Lon/Lat to UTM zone code written by Chuck Gantz chuck ...in 1998...found on .gan tz@gl obal star. comhttp://www.gpsy.com/gpsinfo/geotoutm/, a site published by Karen Nakamura, last updated 22 June 2000.
Minor modifications to the code were made to eliminate deprecation warnings
Definition at line 60 of file imageExample.c.
◆ write_png_file()
void write_png_file | ( | char * | filename, |
int | width, | ||
int | height, | ||
uint8_t * | image_data, | ||
int | num_colors, | ||
uint8_t * | palette | ||
) |
Definition at line 7 of file imageExample.c.