From 3a4ff68c7f970a50e78553cd2bc164e9fb938061 Mon Sep 17 00:00:00 2001 From: Thierry Leconte Date: Fri, 14 Nov 2003 00:06:48 +0000 Subject: [PATCH] not needed anymore with new false color generation --- convert.c | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 convert.c diff --git a/convert.c b/convert.c deleted file mode 100644 index 6669c09..0000000 --- a/convert.c +++ /dev/null @@ -1,32 +0,0 @@ -#include - -main(int argc,char **argv) -{ -FILE *fin,*fout; -int x,y; -int width,height; -int r,v,g; - -fin=fopen(argv[1],"r"); -fout=fopen(argv[2],"w"); - -fscanf(fin,"P3\n"); -fscanf(fin,"%d %d\n",&width,&height); -fscanf(fin,"255\n"); - -fprintf(fout,"png_color cmap[%d][%d]={\n",width,height); - for(y=0;y