103JRMLIBRARY_APIlongOutputImage(double *fimage, long num_cols, long num_rows, long out_bit_depth, char *output_file, double gain, doublelevel, long proc_flag);
104JRMLIBRARY_APIlongOutputBMPImage2(double *fimage, long num_cols, long num_rows, long out_bit_depth, char *output_file, double gain, doublelevel, long proc_flag);
105JRMLIBRARY_APIunsignedchar *ReadWriteBMP(char *file, double **fimage, long *num_cols, long *num_rows, unsignedshort *bit_depth, double gain, doublelevel, long proc_flag, long readwrite,int *err);
106JRMLIBRARY_APIunsignedchar *ReadWriteBMP2(char *file, double **fimage, long *num_cols, long *num_rows, unsignedshort *bit_depth, double gain, doublelevel, long proc_flag, long readwrite, double *fmax_in, double *fmin_in);
107
108//JRMLIBRARY_API int ReadWriteBMP(char *file, double **fimage, long *num_cols, long *num_rows, unsigned short *bit_depth, double gain, double level, long proc_flag, long readwrite);
110JRMLIBRARY_APIinthsfilenameBMP(int i, char* io, char* fileaddress); // Adds to string "io" the characters corresponding to the integer i, then adds the ".bmp" suffix, and returns the result in fileaddress.