|
-
July 21st, 1999, 08:59 AM
#1
How can i examine graphics format?
How can i examine grafics format? For example, aaa.jpg is agraphics file.
-
July 21st, 1999, 10:21 AM
#2
Re: How can i examine graphics format?
You have to get the specifications of the graphics format. JPEG has nothing to do with Windows or VC++.
Usually all graphics file formats comes with a header record or a structure definition that is defined by the first few bytes of a file. You need to see if the first n bytes of a file matches a particular graphics file format header. There are many places on the web, as well as a lot of documentation that describes each graphics file layout and a description of the header record.
Regards,
Paul McKenzie
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|