开发者

What is a good Java library to write GPS metadata on JPEGs (in EXIF)?

I have developed a Java application (Latipics) that geotags pictures with location information pulled from Google Latitude. I use an open source library called Sanselan to read/开发者_如何学Cwrite GPS coordinates from/into JPEGs' metadata.

It works mostly great except that Apple's Preview (stock JPEG viewer in OS X) seems to misinterpret the GPS longitude reference (see issue in more details).

Anyway, I'm considering dropping Sanselan but I can't find a suitable replacement (keep in mind I need to be able to write into the metadata, not just extract)

Thanks for the help.


Look out for OpenGTS source code...you may get some lead for your needs!


There's nothing better than ExifTool. It's open source too and very reliable. It's not written in java, but there's nothing to stop you calling it from a java program.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜