Retrieves the International Press Telecommunications Council (IPTC )headers in a ColdFusion image as a structure.
imageGetIPTCMetadata(name)
→ returns struct
someImage.getIPTCMetadata()
CF 11+ Extract the IPTC meta data from IPTC image (https://code.google.com/p/metadata-extractor/wiki/SampleOutput)
imgObj = imageRead("http://sample-images.metadata-extractor.googlecode.com/git/FujiFilm%20FinePixS1Pro%20(1).jpg");
x = imgObj.getIPTCMetadata();
writeDump(x);
Signup for cfbreak
to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.