Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Extracting Image Information
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01048736
Message ID:
01048754
Vues:
20
Rex,

JPEG and TIFF file can store metadata accessible through GDI+ calls. Here's an example that uses FoxPro GDI+ class:

GDI+: reading and writing metadata in JPEG and TIFF files
http://www.news2news.com/vfp/?example=461

To get the class you need a subscription to this web site. Though there are several free GDI+ classes around that probably support similar functionality.

* * *
And also:
obj = LOADPICTURE("c:\windows\clouds.bmp")
? obj.Width
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform