/* GEM-View 3.00 SAVING Modul: Bild im TIFF immer als TrueColor speichern (c) 22.10.1993 by Dieter Fiebelkorn Grner Weg 29a D-45768 Marl (GERMANY) */ #include #include "image.h" #include "moduls.h" #include "tiff.h" void Save_tiff2(SAVE_Structure *saveS, unsigned int verbose) { Save_tiff(saveS, verbose, TRUE, TRUE); }