Can I and how I can based on this link get some general of this photo like size in px
, size in mb
... and maybe some more info ?
Asked
Active
Viewed 67 times
1 Answers
0
You would need to write something that:
- identifies the type of the image stream using the file signature.
- Reads the header information for each stream type
- Prints the information out.
You would need to examine the stream format specifications for each type you are interested in. For JPEG, you are probably interested in the SOS marker and maybe the various APPn markers used by different file formats.

user3344003
- 20,574
- 3
- 26
- 62