#include <cstdio>#include <cstdlib>#include <fstream>#include <cmath>#include <glib.h>#include <netcdf.hh>#include <png.h>#include <popt.h>#include "config.h"#include "thumbpal.h"#include "writepng.h"Go to the source code of this file.
Classes | |
| class | raw_image |
| class | scala_image |
Defines | |
| #define | WORDS_BIGENDIAN 0 |
| #define | MAXFILELENGTH 64 |
| #define | THUMB_X 96 |
| #define | THUMB_Y 91 |
Enumerations | |
| enum | OMICRON_SCALA_STATUS { SCALA_READ_OK, SCALA_OPEN_FAILED, SCALA_FILE_NOT_VALID } |
Functions | |
| int | write_png (gchar *file_name, raw_image *img) |
| int | main (int argc, const char *argv[]) |
|
|
Definition at line 62 of file scalatopng.C. Referenced by main(). |
|
|
Definition at line 63 of file scalatopng.C. |
|
|
Definition at line 64 of file scalatopng.C. |
|
|
Definition at line 57 of file scalatopng.C. |
|
|
Definition at line 60 of file scalatopng.C. |
|
||||||||||||
|
Definition at line 348 of file scalatopng.C. References filename, MAXFILELENGTH, SCALA_FILE_NOT_VALID, SCALA_OPEN_FAILED, SCALA_READ_OK, scala_image::status(), and width. |
|
||||||||||||
1.4.6