Tagged Questions
The exiv2 tag has no wiki summary.
2
votes
2answers
376 views
getting SIGSEGV in std::_List_const_iterator<Exiv2::Exifdatum>::operator++ whilst using jni
I'm using jni to access the exiv2 API in my Java project and I'm getting a SIGSEGV error in std::_List_const_iterator::operator++. I'm uncertain how to fix this error. I've tried using high -Xmx ...
0
votes
2answers
45 views
Exiv2: How to read photo with UTF8 filepath? [SOLVED]
I am using GTKmm and exiv2 to read EXIF metadata form photos. However Exiv2 functions accept only std::string file paths... When I try it on not ASCII filepath it crushes the program.
Is there any ...
0
votes
1answer
169 views
Can't set image orientation with ImageMagick
I'm trying to set a JPEG file's image orientation in ImageMagick, but not seeing any visible changes.
In PHP via the Imagick library, something like this seems to have no effect on the image written ...
0
votes
1answer
633 views
JNI 'problmatic frame' causes JVM to crash
I'm using JNI to access the exiv2 library (written in C++) in Java and I'm getting a weird runtime error in the JNI code. I've tried using various -Xms and -Xmx options, but that seems to have no ...
0
votes
3answers
1k views
How to escape php exec() command with quotes
I use the Exiv2 command line tool on Linux to edit image metadata like so:
exiv2 -M"set Iptc.Application2.Caption String This is my caption....." modify IMG.jpg
I want to execute this from PHP, ...
0
votes
1answer
461 views
Exiv2 in 64-bit (or another EXIF writer)
I need a non-destructive way of adding EXIF tags to jpeg images from .NET code. So far I have found Exiv2 and the .NET wrapper Exiv2net that works well when adding or updating tags. However, my code ...