im.old

\file \brief Old API

See Copyright Notice in im_lib.d

Members

Aliases

IM_ERR_COMP
alias IM_ERR_COMP = imErrorCodes.IM_ERR_COMPRESS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IM_ERR_READ
alias IM_ERR_READ = imErrorCodes.IM_ERR_ACCESS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IM_ERR_TYPE
alias IM_ERR_TYPE = imErrorCodes.IM_ERR_DATA
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IM_ERR_WRITE
alias IM_ERR_WRITE = imErrorCodes.IM_ERR_ACCESS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imCallback
alias imCallback = int function(char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imFileCounterCallback
alias imFileCounterCallback = int function(char* filename, int percent, int io)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imGifTranspIndex
alias imGifTranspIndex = int function(char* filename, char* transp_index)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imResolutionCallback
alias imResolutionCallback = int function(char* filename, double* xres, double* yres, int* res_unit)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imTiffImageDesc
alias imTiffImageDesc = int function(char* filename, char* img_desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

IM_BMP
anonymousenum IM_BMP
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IM_NONE
anonymousenum IM_NONE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IM_RES_NONE
anonymousenum IM_RES_NONE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

imDecodeColor
void imDecodeColor(char* red, char* green, char* blue, long palette)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imEncodeColor
long imEncodeColor(char red, char green, char blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imFileFormat
int imFileFormat(char* filename, int* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imImageInfo
int imImageInfo(char* filename, int* width, int* height, int* type, int* palette_count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imLoadMap
int imLoadMap(char* filename, char* map, long* palette)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imLoadRGB
int imLoadRGB(char* filename, char* red, char* green, char* blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imMap2Gray
void imMap2Gray(int width, int height, char* map, int palette_count, long* colors, char* grey_map, long* grays)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imMap2RGB
void imMap2RGB(int width, int height, char* map, int palette_count, long* colors, char* red, char* green, char* blue)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imRGB2Gray
void imRGB2Gray(int width, int height, char* red, char* green, char* blue, char* map, long* grays)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imRGB2Map
void imRGB2Map(int width, int height, char* red, char* green, char* blue, char* map, int palette_count, long* palette)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imRegisterCallback
int imRegisterCallback(imCallback cb, int cb_id, int format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imResize
void imResize(int src_width, int src_height, char* src_map, int dst_width, int dst_height, char* dst_map)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imSaveMap
int imSaveMap(int width, int height, int format, char* map, int palette_count, long* palette, char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imSaveRGB
int imSaveRGB(int width, int height, int format, char* red, char* green, char* blue, char* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
imStretch
void imStretch(int src_width, int src_height, char* src_map, int dst_width, int dst_height, char* dst_map)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

IM_ALL
enum IM_ALL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IM_COUNTER_CB
enum IM_COUNTER_CB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IM_GIF_TRANSPARENT_COLOR_CB
enum IM_GIF_TRANSPARENT_COLOR_CB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IM_INTERRUPTED
enum IM_INTERRUPTED;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IM_RESOLUTION_CB
enum IM_RESOLUTION_CB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
IM_TIF_IMAGE_DESCRIPTION_CB
enum IM_TIF_IMAGE_DESCRIPTION_CB;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta