mirror of
https://github.com/eddyem/CCD_Capture.git
synced 2026-03-20 16:50:59 +03:00
fix some bugs & add some features
This commit is contained in:
@@ -44,6 +44,8 @@ typedef struct{
|
||||
#define WINEVT_SAVEIMAGE (1<<2)
|
||||
// change color palette function
|
||||
#define WINEVT_ROLLCOLORFUN (1<<3)
|
||||
// invert equalization status
|
||||
#define WINEVT_EQUALIZE (1<<4)
|
||||
|
||||
// flip image
|
||||
#define WIN_FLIP_LR (1<<0)
|
||||
@@ -73,6 +75,7 @@ typedef enum{
|
||||
} winIdType;
|
||||
|
||||
void imageview_init();
|
||||
void closeGL();
|
||||
windowData *createGLwin(char *title, int w, int h, rawimage *rawdata);
|
||||
windowData *getWin();
|
||||
int killwindow();
|
||||
|
||||
Reference in New Issue
Block a user