home *** CD-ROM | disk | FTP | other *** search
- struct IntuitionBase *IntuitionBase = NULL;
- struct GfxBase *GfxBase = NULL;
- struct Library *HameBase = NULL;
- struct AslBase *AslBase = NULL;
- struct Library *IFFBase = NULL;
-
- struct Screen *imageScreen = NULL;
- struct Window *imageWindow = NULL;
- struct Window *sw=NULL;
- struct Window *credwin=NULL;
- struct MsgPort *messagePort = NULL;
- struct ViewPort *frontViewPort = NULL;
- struct HamePort *hamePort = NULL;
- struct Screen *gScreen = NULL;
- struct Window *gWindow = NULL;
-
- char *image=NULL;
-
- ULONG signalmask, signals;
-
- int width=318, height=198;
- int mode=256;
- BOOL isscale = 0;
-
- char hdffile[81];
- char hdffilename[81];
- char hdfdirname[81];
- char palettedirname[81];
-
- float min=0, max=0;
-
- int HAME_r[256], HAME_g[256], HAME_b[256];
- int r_32[32], g_32[32], b_32[32];
- int r_16[16], g_16[16], b_16[16];
-