freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft] ShowImage


From: samaram s
Subject: [ft] ShowImage
Date: Tue, 26 Jan 2010 10:43:58 -0500

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]