#include "ccfile.h"
#include "dibconv.h"
#include "dibutil.h"
Go to the source code of this file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 118 of file gifutil.h. 00119 { 00120 GDM_NONE = 0, // No disposal specified. The decoder is not required to take any action. 00121 GDM_LEAVE = 1, // Do not dispose. The graphic is to be left in place. 00122 GDM_BACKTOBACK = 2, // Restore to background color. The area used by the graphic must be restored to the background color. 00123 GDM_PREVIOUS = 3 // Restore to previous. The decoder is required to restore the area overwritten by the graphic with what was there prior to rendering the graphic. 00124 };
|
|
|
|
Initial value: { 0x0000, 0x0001, 0x0003, 0x0007, 0x000F, 0x001F, 0x003F, 0x007F, 0x00FF, 0x01FF, 0x03FF, 0x07FF, 0x0FFF, 0x1FFF, 0x3FFF, 0x7FFF, 0xFFFF } |
|
|
|
|