Re: Image file in C
- From: Kenneth Brody <kenbrody@xxxxxxxxxxx>
- Date: Mon, 01 Aug 2005 11:31:40 -0400
Afifov wrote:
>
> I dont want to use any libraries. I know about the gd, and libpng. This is
> not off topic because i am looking for the C struct that defines a png
> file
Check www.wotsit.org, which probably has descriptions of the png file
format.
> and how it is drawn.
That is system-dependent, and is definitely OT for c.l.c.
> All i want to do is just take an image and draw
> a line over it.
You can't. At least not without using some non-standard libraries, or
extensions to the C language.
> But i want to know the struct of the matrix.
www.wotsit.org
> Anyway, your reply was noted. Thx
--
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody | www.hvcomputer.com | |
| kenbrody/at\spamcop.net | www.fptech.com | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+
Don't e-mail me at: <mailto:ThisIsASpamTrap@xxxxxxxxx>
.
- References:
- Image file in C
- From: Afifov
- Re: Image file in C
- From: Philip Paeps
- Re: Image file in C
- From: Afifov
- Image file in C
- Prev by Date: Re: something to do with void *
- Next by Date: Re: give me the value
- Previous by thread: Re: Image file in C
- Next by thread: Re: Image file in C
- Index(es):
Relevant Pages
|