65.9K
CodeProject is changing. Read more.
Home

Pixel Count

starIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIconemptyStarIcon

1.40/5 (2 votes)

Nov 29, 2009

CPOL
viewsIcon

7107

/*1st TARGET:Program that prints multiple bmp images*/ /*2nd TARGET:prints the pixel value of colors used in image*/ #include<stdio.h> #include<conio.h> #include<graphics.h> #include<dos.h> int main(void) { clrscr(); unsigned char color; long int Doffset, w, h; int...