![]() |
Bsoft 2.1.4
Bernard's software package
|
Header file for 2D and 3D image I/O. More...
Macros | |
#define | SWAPTRIG 65535 |
Functions | |
Bimage * | read_img (char *filename, int readdata, int img_select) |
General driver function to read multiple image formats. More... | |
Bimage * | read_img (Bstring filename, int readdata, int img_select) |
Bimage * | read_img (string filename, int readdata, int img_select) |
int | write_img (const char *filename, Bimage *p, int compression) |
General driver function to write multiple image formats. More... | |
int | write_img (Bstring filename, Bimage *p, int compression) |
int | write_img (string filename, Bimage *p, int compression) |
int | img_convert_fourier (Bimage *p, FourierType newtransform) |
Converts Fourier transform types. More... | |
Header file for 2D and 3D image I/O.
Header file for reading and writing ImageMagick MIFF files.
Format: 2D image file format for the Image Magick package
#define SWAPTRIG 65535 |
int img_convert_fourier | ( | Bimage * | p, |
FourierType | nutransform | ||
) |
Converts Fourier transform types.
*p | the image. |
nutransform | new transform type. |
Bimage * read_img | ( | char * | filename, |
int | readdata, | ||
int | img_select | ||
) |
General driver function to read multiple image formats.
filename | file name (plus any tags for the RAW format). |
readdata | flag to activate reading of image data. |
img_select | image selection in multi-image file (-1 = all images). |
Bimage * read_img | ( | string | filename, |
int | readdata, | ||
int | img_select | ||
) |
int write_img | ( | const char * | filename, |
Bimage * | p, | ||
int | compression | ||
) |
General driver function to write multiple image formats.
filename | file name (plus any tags for the RAW format). |
*p | the image structure. |
compression | compression type: 0=none, 5=LZW(Tiff) |
int write_img | ( | string | filename, |
Bimage * | p, | ||
int | compression | ||
) |