Warren Parsons wrote: > I'm trying to find a way to extract IPTC information from a JPG and insert > that data into a database (MySQL in this case).
This is probably of the same order of usefulness as a suggestion as "use a Mac", but we do this using a custom tag that shells out to a Perl script that does both the EXIF extraction (using Image::EXIF) and the MySQL database update. A couple of EXIF fields (date, camera) go straight in; the rest (barring thumbnail/datadump chunks) gets encoded as WDDX and goes into a single table field so ColdFusion can get at it easily if it's ever needed. -- Pete Jordan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:195629 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

