Michael Southwell wrote: > I have a photography client who uploads images with iptc metadata. I > need to pull out and store the iptc data (no problem), and resize the > images (no problem) without losing the iptc data (problem). I can use a > browser resize with the original image but I'd rather store resized > images upon original upload if it's possible to do it without losing > that data. Any ideas?
Any reason you couldn't use http://php.net/iptcembed to embed the data into the new resized image? Dan _______________________________________________ New York PHP User Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/show_participation.php
