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.
Anyone know where I can download an already compiled dll? I'd like to use the library in VB6 if possible. Thanks for any help you can give me. (Mark)...
Hello To everybody, I'm a new entry and I have a simple question that the web leaves without an aimed answer: Are TIFF img managed like jpeg by the exiv2...
Hi, TIFF images are currently not supported. Regards, Andreas -- +++ Neu: Echte DSL-Flatrates von GMX - Surfen ohne Limits +++ Always online ab 4,99...
I've written an application that pulls images from a CF card and, if necessary, auto-rotates them according to the Orientation tag before saving to my hard...
Hi Che', No, this has not been reported before. I don't quite understand what you mean by "the file not being completely closed"? Both files should be closed...
Hi Andreas, Yes, both files should be closed at that point. But, it has been my experience that the system may be acting asynchronously in the IO operations ...
I'm not entirely sure where the problem truly lay, but I appear to have fixed my problem by queuing up all my exiv tasks after all my IO operations. So, now...
Hi, There is a little question that I don't know to answer: How can I write multiple value in a multiple value tag like YCbCrSubSampling with exiv2?...
Hi, if you are using the exiv2 utility, see the file cmd.txt or here: http://home.arcor.de/ahuggel/exiv2/sample.html#modify if you are writing C++ code, see...
Hello, I am new to exiv2. I tried to compile the exifprint example and ran into the error of not having the exv_conf.h file which is not part of the exiv2...
Hi Hervé, The quickest way to get going is to cd to the top directory of the distributed code, run ./configure followed by make. This will generate the ...
Hi, I've uploaded a pre-0.7 package http://home.arcor.de/ahuggel/exiv2/exiv2-0.7-pre1.tar.gz and would appreciate feedback whether this compiles and looks ok...
... Compiled and ran with zero problems on MacOS X 10.4.1 and gcc 3.3. I ran exifprint with no problems. I ran addmoddel with no problems, and also tried a...
Hello Andreas, It took me a while to understand that the Dev-C++ only got a small part of MingW and does miss MSys which is the key to configure/make exiv2. ...
Hi Hervé, ... Ok. In the process this should have also built exifprint, directly in the src directory. Did it? ... [...] ... Did you use -lexiv2 (or the...
Hi Hervé, Please go back to the beginning. When you unpack the Exiv2 tarball, configure and compile with Dev-C++, do you get any errors? If not, look at the...
You can get it from the usual place at http://home.arcor.de/ahuggel/exiv2/download.html This release introduces extensive design changes in the library, new ...
... Debian packages of the excellent exiv2-0.7 are ready as well. I have an apt-able personal repository, see http://people.debian.org/~fuji/ for details, and...
KELEMEN Peter
fuji@...
Jun 16, 2005 11:31 am
90
Hello Andreas, I finally succeeded in compliling exifprint by bypassing Dev-C++ and directly typing the compile/link commands under msys shell. I am now...
Hi Hervé, ... Great! Did Dev-C++ issue any warnings during the compilation process? if so, could you send the output to me? (I have not heard from anybody ...
Hello Andreas, Thank you for your answer. I have setup Dev-C++ include and lib paths to point on the corresponding exiv2 directories, and added the "-lexiv2"...
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...