Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extracting meta data from JPGs
Message
From
14/06/2006 15:15:06
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01128841
Message ID:
01129111
Views:
55
In this case, the easiest way to get these information is to use the class from www.news2news.com

If you have some experience with dealing with APIs...
Another alternative is to use Alexander Golovlev's class GpImage that works with VFP7 and above.
You can download it from here:
http://cchalom.sites.uol.com.br/GPIMAGE/index.htm

But still you have to download the source code of that article, and do some modifications on the subclass of _gdiplus.vcx that I've sent.

Basically, you have to

1 - Change the Base class to "Custom"
2 - Pass the GpImage Gdiplus Handle to the method, instead of "This.getHandle()"


I'd go to the link provided by Anatoliy, it's safer and quicker !

Regards and Good Luck

Cesar
Previous
Reply
Map
View

Click here to load this message in the networking platform