Re: Image file in C



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>


.



Relevant Pages

  • Re: Image file in C
    ... >> I dont want to use any libraries. ... and libpng. ... >> not off topic because i am looking for the C struct that defines a png ... > The problem is that the C language doesn't define anything related to png ...
    (comp.lang.c)
  • Re: Image file in C
    ... I dont want to use any libraries. ... and libpng. ... But i want to know the struct of the matrix. ...
    (comp.lang.c)
  • PNG processing
    ... Something that is not clear from reading the libpng ... manpage is after creating a read struct to read in ... a png file, how do you change the read struct into ...
    (sci.image.processing)
  • Re: Resources about program design in C
    ... the localisation library needs to be told what language ... that returns a pointer to the environment struct. ... encapsulated libraries. ...
    (comp.lang.c)
  • Subject: [PATCH] Smack: mmap controls for library containment
    ... Subject: Smack: mmap controls for library containment ... from time to time in graphics libraries. ... Smack label that may optionally be assigned to an object, ... struct inode_smack { ...
    (Linux-Kernel)