/* GEM-View 3.00 SAVING Modul: Bild im TIFF mit 8 BPS 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_tiff0(SAVE_Structure *saveS, unsigned int verbose) { Save_tiff(saveS, verbose, FALSE, FALSE); }