You can set the sort order of messages? Just click on the link in the date column. Your preferences will be remembered, so you don't have to do it again when you return.
Hi Just wanted to let you know that exiv2 compiles only with Visual Studio 2005 Beta 2 with the following option on each project: Treat warnings as error = no ...
Here are some of the warnings. I also uploaded the whole VS 2005 solution. Project : exiv2 File : getopt_win32.c Function: getenv Line 382: else if (getenv...
So according to the latest MSVC, getenv, strncpy, getpid and fopen are deprecated?? For a simple Unix programmer that sounds like the sky is going to fall...
Hello! I was recently thrown int this exif stuff due to a project of mine so I am not very well vexed at it at all. I had battled my way through some different...
Hi! Does someone know how to marshal the image data (Exiv2::DataBuf) returned by the copyThumbnail function to c# (or any other .NET language)? I'm able to get...
I can compile and install successfully exiv2-0.7 to my computer (x86_64), but when I try to compile (in c++ developing) exiv2 example1, or any other code what...
Hi, Can you get the actual commands that are being run to link the program, instead of only ... If this is just a simple example, send me the program and...
Easily! Code is from "exiv2 home" http://home.arcor.de/ahuggel/exiv2/example1.html and result looks like: jussi@gandalf ~/source_codes/exiv_test2 $ make make...
... That's actually the same code as the exifprint.cpp example in the src directory of the tarball. So you can do a make exifprint in the src directory to see...
... Nothing happens! -- Jussi Jääskeläinen; http://www.jjussi.com THE CHRISTMAS PAGEANT DOES NOT STINK THE CHRISTMAS PAGEANT DOES NOT STINK THE CHRISTMAS...
... OK, I removed that exifprint.o file and gandalf src # make exifprint g++ -Wall -O2 -I. -c exifprint.cpp gandalf src # Now I have that .o file again.. And...
On Tuesday 09 August 2005 07:16, Andreas Huggel wrote: Let's do everything from scratch: gandalf exiv2-0.7 # ./configure checking for g++... g++ checking for...
... I managed to solve this problem.. Automatic Makefile make linking wrong way.. So I created own "compile" script.. :-) (would be nice to understand Make...
I have next problem... How I can (in code) make next procedure 1. read tag-value ("Exif.Image.ImageDescription") 2. add text to value 3. write everything...
Hi, has anyone experience using the exiv2 library in a Objective-C program? I am not exactly sure how to get started. The only alternative I can think of now...
Hi, This sounds like a more general question. I suggest you search the net for something like "Mixing Objective-C and C++ in Xcode". Regards, Andreas...
Here's a reference from Apple: http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Languag eOverview/chapter_3_section_10.html I use exiv2 in...
Sorry if this is already posted. I searched and did not find anything. Does anyone know how to compile exiv2 via command line. I'm using the msvc 2003 free...
Hi, One way is to just write a small script calling the compiler for each compilation unit and then to link the library. (I did that once a long time ago;...
FYI, I store IPTC tags in this type of structure: map< pair<int, int>, set<string> > The (int, int) references the IPTC section and id (e.g. 2, 25 for ...
FYI, I store IPTC tags in this type of structure: map< pair<int, int>, set<string> > The (int, int) references the IPTC section and id (e.g. 2, 25 for ...
Hi While reading the exif info from an image with the -pt option I get the following error: This application has requested the Runtime to terminate it in an un...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the exiv2 group. File : /chocolatew.jpg ...
exiv2@...
Sep 7, 2005 9:49 pm
120
Hi Thomas, Thanks for reporting this bug: http://dev.robotbattle.com/bugs/view.php?id=437 It will be fixed in the next version of Exiv2. Meanwhile you can...
Hi Andreas Thanks for quickly providing a fix. It doesn't solve the problem entirely though. At least it doesnt' crash anymore. But as you noticed the output...
Hi Thomas, I've quickly tried another Exif browser (Exiftool) and got the same scrambled result. On the other hand, the exiv2 output for another picture taken...