Image Document. More...
#include <iup.h>#include "imagefile.h"#include "im_imageview.h"

Go to the source code of this file.
Data Structures | |
| class | imlabImageDocument |
Functions | |
| void | imlabImageDocumentCreateFromImage (imImage *NewImage, const char *format_title, const char *format_history,...) |
| void | imlabImageDocumentCreateFromFileName (const char *FileName) |
| void | imlabImageDocumentCreateNewImage (int width, int height, int color_mode, int data_type) |
| void imlabImageDocumentCreateFromImage | ( | imImage * | NewImage, | |
| const char * | format_title, | |||
| const char * | format_history, | |||
| ... | ||||
| ) |
Creates an image document from an image and a format string for the title.
| void imlabImageDocumentCreateFromFileName | ( | const char * | FileName | ) |
Creates an image document from a file
| void imlabImageDocumentCreateNewImage | ( | int | width, | |
| int | height, | |||
| int | color_mode, | |||
| int | data_type | |||
| ) |
Creates a new image document
1.7.1