blob: b0f538f998fa96e3363fc4d36d879dceb88b1311 [file] [log] [blame]
/**
* @file morpho_get_image_size.h
* @brief ‰æ‘œ‚É•K—v‚ȃƒ‚ƒŠƒTƒCƒY‚ðŽæ“¾‚·‚éŠÖ”
* @version 1.0.0
* @date 2008-07-01
*
* Copyright (C) 2006-2012 Morpho, Inc.
*/
#ifndef MORPHO_GET_IMAGE_SIZE_H
#define MORPHO_GET_IMAGE_SIZE_H
#include "morpho_api.h"
#ifdef __cplusplus
extern "C" {
#endif
/**
* •‚ƍ‚‚³‚ƃtƒH[ƒ}ƒbƒg–¼‚©‚çA‰æ‘œ‚ðŠi”[‚·‚é‚Ì‚É•K—v‚ȃƒ‚ƒŠƒTƒCƒY‚𓾂é.
*
* @param width •
* @param height ‚‚³
* @param p_format ‰æ‘œƒtƒH[ƒ}ƒbƒg•¶Žš—ñ
* @return ‰æ‘œ‚É•K—v‚ȃƒ‚ƒŠƒTƒCƒY
*/
#define morpho_getImageSize mor_noise_reduction_IF_getImageSize
MORPHO_API(int)
morpho_getImageSize(int width, int height, const char *p_format);
/**
* Y‰æ‘œƒf[ƒ^ƒTƒCƒY‚ðŽæ“¾.
*
* @param width •
* @param height ‚‚³
* @param p_format ‰æ‘œƒtƒH[ƒ}ƒbƒg•¶Žš—ñ
* @return Y‰æ‘œƒf[ƒ^ƒTƒCƒY
*/
#define morpho_getImageSizeY mor_noise_reduction_IF_getImageSizeY
MORPHO_API(int)
morpho_getImageSizeY(int width, int height, const char *p_format);
/**
* U‰æ‘œƒf[ƒ^ƒTƒCƒY‚ðŽæ“¾.
*
* @param width •
* @param height ‚‚³
* @param p_format ‰æ‘œƒtƒH[ƒ}ƒbƒg•¶Žš—ñ
* @return U‰æ‘œƒf[ƒ^ƒTƒCƒY
*/
#define morpho_getImageSizeU mor_noise_reduction_IF_getImageSizeU
MORPHO_API(int)
morpho_getImageSizeU(int width, int height, const char *p_format);
/**
* V‰æ‘œƒf[ƒ^ƒTƒCƒY‚ðŽæ“¾.
*
* @param width •
* @param height ‚‚³
* @param p_format ‰æ‘œƒtƒH[ƒ}ƒbƒg•¶Žš—ñ
* @return V‰æ‘œƒf[ƒ^ƒTƒCƒY
*/
#define morpho_getImageSizeV mor_noise_reduction_IF_getImageSizeV
MORPHO_API(int)
morpho_getImageSizeV(int width, int height, const char *p_format);
/**
* UV‰æ‘œƒf[ƒ^ƒTƒCƒY‚ðŽæ“¾.
*
* @param width •
* @param height ‚‚³
* @param p_format ‰æ‘œƒtƒH[ƒ}ƒbƒg•¶Žš—ñ
* @return UV‰æ‘œƒf[ƒ^ƒTƒCƒY
*/
#define morpho_getImageSizeUV mor_noise_reduction_IF_getImageSizeUV
MORPHO_API(int)
morpho_getImageSizeUV(int width, int height, const char *p_format);
#ifdef __cplusplus
} /* extern "C" { */
#endif
#endif /* MORPHO_GET_IMAGE_SIZE_H */