Click here to Skip to main content
15,891,951 members
Articles / Desktop Programming / MFC

Simple decoder/encoder for MNG animations

Rate me:
Please Sign up or sign in to vote.
4.71/5 (8 votes)
1 Oct 2001CPOL2 min read 103.7K   1.4K   45  
CxImageMNG: the module of CxImage used to play MNG animations.
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by demo.rc
//
#define IDD_ABOUTBOX                    100
#define IDR_MAINFRAME                   128
#define IDR_DEMOTYPE                    129
#define IDB_TEST_BITMAP                 130
#define IDB_BITMAP1                     131
#define IDD_DIALOG1                     132
#define IDR_ICO1                        135
#define IDR_GIF1                        136
#define IDR_PNG1                        137
#define IDD_DIALOG2                     138
#define IDD_DIALOG3                     139
#define IDR_TIF1                        141
#define IDM_CXIMAGE1                    142
#define IDC_EDIT1                       1000
#define IDC_LIST1                       1001
#define IDC_CHECK1                      1002
#define ID_STRETCH_MODE                 32771
#define ID_TRANSFORM_ELLIPSE            32772
#define ID_IMAGE_FROM_BITMAP            32773
#define ID_CXIMAGE_MIRROR               32774
#define ID_CXIMAGE_FLIP                 32775
#define ID_WINDOW_DUPLICATE             32776
#define ID_CXIMAGE_NEGATIVE             32777
#define ID_CXIMAGE_GRAYSCALE            32778
#define ID_CXIMAGE_ROTATE               32779
#define ID_CXIMAGE_LOADJPEGRESOURCE     32780
#define ID_CXIMAGE_LOADICONRESOURCE     32781
#define ID_CXIMAGE_LOADGIFRESOURCE      32782
#define ID_CXIMAGE_LOADPNGRESOURCE      32783
#define ID_VIEW_ZOOMIN                  32786
#define ID_VIEW_ZOOMOUT                 32787
#define ID_VIEW_NORMALVIEWING11         32788
#define ID_FILE_CAPTURE                 32789
#define ID_CXIMAGE_LOADTIFRESOURCE      32790
#define ID_WINDOW_CLOSEALL              32791
#define ID_CXIMAGE_SETTRANSPARENCY      32792
#define ID_CXIMAGE_REMOVETRANSPARENCY   32793
#define ID_CXIMAGE_RESAMPLE             32794
#define ID_CXIMAGE_PAUSEANIMATION       32795
#define ID_CXIMAGE_RESUMEANIMATION      32796
#define ID_CXIMAGE_STOPANIMATION        32797
#define ID_CXIMAGE_SINGLESTEP           32798
#define ID_CXIMAGEMNG_SPEED_NORMAL      32799
#define ID_CXIMAGEMNG_SPEED_FAST        32800
#define ID_CXIMAGEMNG_SPEED_SLOW        32801
#define ID_FILE_SELECTSOURCE            32824
#define ID_FILE_ACQUIRE                 32825
#define ID_INDICATOR1                   59142
#define ID_INDICATOR2                   59143
#define ID_INDICATOR3                   59144

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_3D_CONTROLS                     1
#define _APS_NEXT_RESOURCE_VALUE        143
#define _APS_NEXT_COMMAND_VALUE         32802
#define _APS_NEXT_CONTROL_VALUE         1003
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Italy Italy
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions