#include <magick/MagickCore.h>
#include "imageMS.h"
#include "imageMSutil.h"
#include "rsApiHandler.h"
#include "apiHeaderAll.h"
#include "fileLseek.h"
Go to the source code of this file.
Functions | |
int | msiImageConvert (msParam_t *sourceParam, msParam_t *sourceProp, msParam_t *destParam, msParam_t *destProp, ruleExecInfo_t *rei) |
int | msiImageGetProperties (msParam_t *sourceParam, msParam_t *sourceProp, msParam_t *listParam, ruleExecInfo_t *rei) |
int | msiImageScale (msParam_t *sourceParam, msParam_t *sourceProp, msParam_t *xScaleFactor, msParam_t *yScaleFactor, msParam_t *destParam, msParam_t *destProp, ruleExecInfo_t *rei) |
Copyright(c), The Regents of the University of California. For more information, please refer to files in the COPYRIGHT directory.
Definition in file imageMS.c.