Afifov wrote
(in article
<
[email protected].
com>):
I dont want to use any libraries. I know about the gd, and libpng.
Then you will be rolling it from scratch I suppose.
This is not off topic because i am looking for the C struct that defines a png
file and how it is drawn.
It is off topic. analogy...
Q: "I would like to know how to implement a neural network in C
that implements backprop. I know this is on topic here
since it will be written in C."
A: "There is no coverage for neural networks or backprop in the
C Standard. You would be much better off asking somewhere
that covers such things. If you have an implementation
partly written and can't get it to compile or work properly
in C, post a small snippet that demonstrates the problem
and post it here and you will get lots of help."
All i want to do is just take an image and draw
a line over it. But i want to know the struct of the matrix.
So you better go find a document that describes the .png file
format in detail and read and understand it. Or, you could like
at source for another implementation and figure it out that way.
I'm sure there are other newsgroups where this sort of thing
would be on-topic, and you would get lets of authoritative
answers. This isn't one of them.