Data Structures | Functions

imagedocument.h File Reference

Image Document. More...

#include <iup.h>
#include "imagefile.h"
#include "im_imageview.h"
Include dependency graph for imagedocument.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description


Function Documentation

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