Not so much a bug as a question. I am trying to implement the Wordpress Geotag plugin which can create a Google Map for photos that have GPS data in the EXIF header. The trouble is that when PhotoQ creates the display images from the original, the EXIF data is not transferred from the original. Generally, this is a good thing. But my efforts to implement auto mapping for geotagged photos would be greatly enhanced if the display image had that info in it.
So is there currently a way to transfer EXIF data (in whole or in part) to the resized versions? If not, I'm guessing I'd just have to make a modification to the arguments for the 'convert' command. Where would I do this?
Thanks!!
resolved