Hi, In ShowImage ,we are comparing image[i][j] <128 Can any one please explain me what is the logic behind that?
if( image[i][j] < 128)
putchar('.');
else
putchar('*');
Thanks
Sam
_______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
