Tagged Questions
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
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 ...