Helper class to extract pixel information from XImage for store in the GIF.
Public Member Functions | |
| TX11GifEncode (XImage *image) | |
Public Attributes | |
| std::vector< ULong_t > | orgcolors |
Protected Member Functions | |
| void | get_scline (int y, int width, unsigned char *buf) override |
Private Attributes | |
| XImage * | fXimage = nullptr |