Skip to content

Question about Aves and XMP metadata handling - why not ExifTool? #230

Answered by deckerst
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! Fair question, and ExifTool is indeed the best tool out there.

I've documented (mostly for myself) the libraries I've considered so far here. The main issue with ExifTool is that it's in Perl, which means Aves would have to include the ExifTool library itself, but also a Perl interpreter with it! Also, I could be wrong, but launching Perl processes on Android is likely to have poor performance compared to some Java/C library. And getting Perl to Android in the first place can be done for sure, but it's not trivial and I'm not eager to spend time debugging compilation issues.

Aves currently edits metadata with a combination of ExifInterface (which is imperfect, but convenient and maint…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant