--- psiconv/trunk/program/psiconv/psiconv.c 1999/10/04 16:38:15 5 +++ psiconv/trunk/program/psiconv/psiconv.c 1999/10/13 19:15:59 17 @@ -179,6 +179,8 @@ psiconv_gen_txt(f,file); else if (! strcmp(type,"RTF")) psiconv_gen_rtf(f,file); + else if (! strcmp(type,"IMAGE")) + psiconv_gen_image(f,file); else { fprintf(stderr,"Unknown output type: `%s'\n",type); exit(1);