#include "pnmFileTypeSGI.h"
#include "config_pnmimagetypes.h"
#include "sgi.h"
#include "pnmImage.h"
#include "pnmWriter.h"
Go to the source code of this file.
Defines | |
#define | WORSTCOMPR(x) (2*(x) + 2) |
#define | MAXVAL_BYTE 255 |
#define | MAXVAL_WORD 65535 |
Functions | |
void | put_byte (ostream *out_file, unsigned char b) |
void | put_big_short (ostream *out_file, short s) |
void | put_big_long (ostream *out_file, long l) |
void | put_short_as_byte (ostream *out_file, short s) |
Definition in file pnmFileTypeSGIWriter.cxx.
|
Definition at line 55 of file pnmFileTypeSGIWriter.cxx. |
|
Definition at line 56 of file pnmFileTypeSGIWriter.cxx. |
|
Definition at line 52 of file pnmFileTypeSGIWriter.cxx. |
|
Definition at line 71 of file pnmFileTypeSGIWriter.cxx. |
|
Definition at line 64 of file pnmFileTypeSGIWriter.cxx. |
|
Definition at line 59 of file pnmFileTypeSGIWriter.cxx. References pm_error(), and pm_writebigshort(). |
|
Definition at line 78 of file pnmFileTypeSGIWriter.cxx. |