|
iPXE
|
Portable anymap format (PNM) More...
Go to the source code of this file.
Data Structures | |
| struct | pnm_signature |
| PNM signature. More... | |
| struct | pnm_context |
| PNM context. More... | |
| struct | pnm_type |
| PNM type. More... | |
Macros | |
| #define | PNM_MAGIC 'P' |
| PNM magic byte. | |
| #define | PNM_ASCII_LEN 16 |
| Default maximum length of ASCII values. | |
Enumerations | |
| enum | pnm_flags { PNM_BITMAP = 0x01 } |
| PNM flags. More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| struct image_type pnm_image_type | __image_type (PROBE_NORMAL) |
Portable anymap format (PNM)
Definition in file pnm.h.
| #define PNM_MAGIC 'P' |
| #define PNM_ASCII_LEN 16 |
Default maximum length of ASCII values.
Definition at line 41 of file pnm.h.
Referenced by pnm_pixbuf().
| enum pnm_flags |
PNM flags.
Definition at line 70 of file pnm.h.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
extern |
References __image_type, and PROBE_NORMAL.