i'm buiding an image class, but i need some information...
the C\C++ teach how read binary\text files... but not how the files are build like JPEG, PNG, GIF and others :(
i can't find a page for give me the file struture and when i found it, i only see hexadecimal values and it's confused for me :(
can anyone advice me?
cambalinho 142 Practically a Posting Shark
Recommended Answers
Jump to PostReading binary image files and getting the data from them is not simple. For some formats, like JPG, it's really not simple. Unless you're doing this because you really want to know baout how the information is stored in the file formats, just use an image library. It's what everyone …
Jump to PostIt's got nothing to do with your IDE. Your IDE is just a way to use the tools.
You need an image library.
Many image libraries will come with header files that you must #include, and a compiled library that you must link against. That's how to do it.
Pick …
All 6 Replies
Moschops 683 Practically a Master Poster Featured Poster
cambalinho 142 Practically a Posting Shark
Moschops 683 Practically a Master Poster Featured Poster
cambalinho 142 Practically a Posting Shark
deceptikon 1,790 Code Sniper Team Colleague Featured Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.