JFRobishow
Technical User
Hi everyone,
I have a small base of C/C++ and know the basis of opening file and outputing to another. I never got real deep in it and I'm wondering if I could code something that would help me do what I need here.
I have a few thousands JPEG all with "file info" from Photoshop in them...using a HEX editor I've been able to find that the offset where the data is stored is always : 140[0x0000008C] and it end at 190 after that it's other stuff like timestamp, etc.
Any ressource somewhere online that would help me code something that would get the file info and then output it in a txt.
Thanks in advance! I appreciate it.
I have a small base of C/C++ and know the basis of opening file and outputing to another. I never got real deep in it and I'm wondering if I could code something that would help me do what I need here.
I have a few thousands JPEG all with "file info" from Photoshop in them...using a HEX editor I've been able to find that the offset where the data is stored is always : 140[0x0000008C] and it end at 190 after that it's other stuff like timestamp, etc.
Any ressource somewhere online that would help me code something that would get the file info and then output it in a txt.
Thanks in advance! I appreciate it.