Click here to Skip to main content
15,886,840 members
Articles / Programming Languages / C

Pixel Count

Rate me:
Please Sign up or sign in to vote.
1.40/5 (2 votes)
30 Nov 2009CPOL 6.9K   5  
/*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...

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions