#include <cstdio>#include <cstdlib>#include <iostream>#include <fstream>#include <cmath>#include <glib.h>#include <png.h>#include <popt.h>#include "thumbpal.h"#include "writepng.h"Go to the source code of this file.
Classes | |
| class | raw_image |
| class | gme_image |
Defines | |
| #define | WORDS_BIGENDIAN 0 |
| #define | THUMB_X 96 |
| #define | THUMB_Y 91 |
Enumerations | |
| enum | GME_STATUS { GME_READ_OK, GME_OPEN_FAILED, GME_FILE_NOT_VALID } |
Functions | |
| void | swap_ushort (unsigned short *addr) |
| void | swap_short (short *addr) |
| int | write_png (gchar *file_name, raw_image *img) |
| int | main (int argc, const char *argv[]) |
|
|
Definition at line 59 of file gmetopng.C. Referenced by raw_image_tmpl< NC_VAR_TYP >::raw_image_tmpl(). |
|
|
Definition at line 60 of file gmetopng.C. Referenced by raw_image_tmpl< NC_VAR_TYP >::raw_image_tmpl(). |
|
|
Definition at line 54 of file gmetopng.C. |
|
|
Definition at line 57 of file gmetopng.C. |
|
||||||||||||
|
Definition at line 325 of file gmetopng.C. References filename, GME_FILE_NOT_VALID, GME_OPEN_FAILED, GME_READ_OK, gme_image::status(), and width. |
|
|
Definition at line 168 of file gmetopng.C. |
|
|
Definition at line 162 of file gmetopng.C. |
|
||||||||||||
1.4.6