Hi there, Probably a dumb question, but I am a full newbie in the matter: I come from a Java background and I am trying my hand at C# .Net windows app ...
I downloaded the source-code of the exiv2 library, but compiling the files with Microsoft Visual C++ 6.0 produces lots of errors, mostly in the header files. ...
Hello, Is there anybody who has a visual c++ exemple using exiv2 lib.....because i can not make a non console application.....i'm begining with VS .net...
Hi Andreas! I had the same problem after editing IPTC data with Exifer or FixFoto. After applying your patch below, it works fine. :-) Regards Dirk ... is...
I am running into a similar need. I've written an image processing application in C#, and figured out the GDI+ methods don't exactly save the metadata back...
... The MSVC solution that comes with the Exiv2 source includes a project called "exivsimple". This creates a DLL that is pretty easy to call from any .Net...
... And here is some code that shows how to use the uploaded Metadata class. This is taken from another applicaiton, so you won't have things like "Folder" and...
That looks great! I'll give this a try tonight. (I saw the exivsimple project, and gave it a cursory try - I should have been more diligent.) Thanks, Che' ...
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...