Write Access
[Image Storage]
Detailed Description
- See im.h
Functions | |
imFile * | imFileNew (const char *file_name, const char *format, int *error) |
void | imFileSetInfo (imFile *ifile, const char *compression) |
void | imFileSetPalette (imFile *ifile, long *palette, int palette_count) |
int | imFileWriteImageInfo (imFile *ifile, int width, int height, int user_color_mode, int user_data_type) |
int | imFileWriteImageData (imFile *ifile, void *data) |
Function Documentation
|
Creates a new file for writing. If the file exists will be replaced. |
|
Changes the write compression method. |
|
Changes the pallete. |
|
Writes the image header. Writes the file header at the first time it is called. Writes also the extended image attributes. |
|
Writes the image data. |