#include <pandabase.h>#include <notifyCategoryProxy.h>Go to the source code of this file.
Enumerations | |
| enum | IMGHeaderType { IHT_none, IHT_short, IHT_long } |
Functions | |
| NotifyCategoryDecl (pnmimage_sgi, EXPCL_PANDA, EXPTP_PANDA) | |
| NotifyCategoryDecl (pnmimage_alias, EXPCL_PANDA, EXPTP_PANDA) | |
| NotifyCategoryDecl (pnmimage_tiff, EXPCL_PANDA, EXPTP_PANDA) | |
| NotifyCategoryDecl (pnmimage_tga, EXPCL_PANDA, EXPTP_PANDA) | |
| NotifyCategoryDecl (pnmimage_img, EXPCL_PANDA, EXPTP_PANDA) | |
| NotifyCategoryDecl (pnmimage_soft, EXPCL_PANDA, EXPTP_PANDA) | |
| NotifyCategoryDecl (pnmimage_bmp, EXPCL_PANDA, EXPTP_PANDA) | |
| NotifyCategoryDecl (pnmimage_jpg, EXPCL_PANDA, EXPTP_PANDA) | |
| EXPCL_PANDA void | init_libpnmimagetypes () |
| Initializes the library. | |
Variables | |
| int | sgi_storage_type |
| const string | sgi_imagename |
| const bool | tga_rle |
| const bool | tga_colormap |
| const bool | tga_grayscale |
| const int | jpeg_quality |
| const int | jpeg_scale_num |
| const int | jpeg_scale_denom |
| const int | bmp_bpp |
| IMGHeaderType | img_header_type |
| const int | img_xsize |
| const int | img_ysize |
Definition in file config_pnmimagetypes.h.
|
|
Definition at line 50 of file config_pnmimagetypes.h. |
|
|
Initializes the library. This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist. Definition at line 116 of file config_pnmimagetypes.cxx. References sgi_storage_type, and STORAGE_RLE. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
|
Definition at line 48 of file config_pnmimagetypes.h. Referenced by BMPEncode(). |
|
|
Definition at line 56 of file config_pnmimagetypes.h. Referenced by PNMFileTypeIMG::Reader::read_row(), and read_ushort_IMG(). |
|
|
Definition at line 57 of file config_pnmimagetypes.h. |
|
|
Definition at line 58 of file config_pnmimagetypes.h. |
|
|
Definition at line 44 of file config_pnmimagetypes.h. |
|
|
Definition at line 46 of file config_pnmimagetypes.h. Referenced by PNMFileTypeJPG2000::Reader::Reader(). |
|
|
Definition at line 45 of file config_pnmimagetypes.h. Referenced by PNMFileTypeJPG2000::Reader::Reader(). |
|
|
Definition at line 39 of file config_pnmimagetypes.h. |
|
|
Definition at line 38 of file config_pnmimagetypes.h. Referenced by init_libpnmimagetypes(). |
|
|
Definition at line 41 of file config_pnmimagetypes.h. |
|
|
Definition at line 42 of file config_pnmimagetypes.h. Referenced by PNMFileTypeTGA::Writer::Writer(). |
|
|
Definition at line 40 of file config_pnmimagetypes.h. Referenced by PNMFileTypeTGA::Writer::Writer(). |
1.3