|
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.gantz@globalstar.com ...in 1998...found on http://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
Setup l2str to read l2_name
check if the georegion has been supplied and check if it exists and can be opened.
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.


