void readpbm(char *fname,long **image,int *dx,int *dy); void savepbm(char *fname,long *image,int dx,int dy);