im.im_old

\file \brief Old API

See Copyright Notice in im_lib.h

Members

Aliases

imCallback
alias imCallback = int function(char* filename) nothrow
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) nothrow
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, ubyte* transp_index) @(nogc) nothrow
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) nothrow
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) @(nogc) nothrow
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(ubyte* red, ubyte* green, ubyte* blue, c_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
c_long imEncodeColor(ubyte red, ubyte green, ubyte 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, ubyte* map, c_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, ubyte* red, ubyte* green, ubyte* 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, ubyte* map, int palette_count, c_long* colors, ubyte* grey_map, c_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, ubyte* map, int palette_count, c_long* colors, ubyte* red, ubyte* green, ubyte* 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, ubyte* red, ubyte* green, ubyte* blue, ubyte* map, c_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, ubyte* red, ubyte* green, ubyte* blue, ubyte* map, int palette_count, c_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, ubyte* src_map, int dst_width, int dst_height, ubyte* 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, ubyte* map, int palette_count, c_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, ubyte* red, ubyte* green, ubyte* 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, ubyte* src_map, int dst_width, int dst_height, ubyte* 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_ERR_COMP
enum IM_ERR_COMP;
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
enum IM_ERR_READ;
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
enum IM_ERR_TYPE;
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
enum IM_ERR_WRITE;
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