#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 | spm32_image |
Defines | |
#define | WORDS_BIGENDIAN 0 |
#define | THUMB_X 96 |
#define | THUMB_Y 91 |
Enumerations | |
enum | RHK_SPM32_STATUS { SPM32_READ_OK, SPM32_OPEN_FAILED, SPM32_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 rhkspm32topng.C. |
|
Definition at line 63 of file rhkspm32topng.C. |
|
Definition at line 57 of file rhkspm32topng.C. |
|
Definition at line 60 of file rhkspm32topng.C. |
|
Definition at line 330 of file rhkspm32topng.C. References filename, SPM32_FILE_NOT_VALID, SPM32_OPEN_FAILED, SPM32_READ_OK, spm32_image::status(), and width. |
|