Hi,
Quite some time ago I have written in Visual Basic some routines to extract data from a JPEG file: the date a photo was made; the width and the height.
Today, thanks to the excellence of Basic4PPC and the support organization, I have made the same functionality in Basic4PPC.
Attached you will find the demonstration program, containing two routines. It is eay to incorporate those routines in another program: the interface is just a call with the filename and a structure to receive the data. Another structure is required for the routines.
For those who require other information to extract, on
http://www.exif.org/Exif2-2.PDF you will find the codes for all other information. Adding Manufacturer and Model took me a quarter of an hour.
The JFIF format is not (yet) supported; if some body would like that to be supported, please let me know.
Harry
Harry