Sign In
New User? Sign Up
exiv2
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can search the group for older messages.

Messages

  Messages Help
Advanced
Messages 59 - 89 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
59
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 ...
nicolas_Y2K
Offline Send Email
Apr 5, 2005
1:41 pm
60
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. ...
exiv2user
Offline Send Email
Apr 11, 2005
6:56 am
61
Sorry, but only Visual Studio 2003 is supported (VC++ 7.1). -Brad...
Brad Schick
schickb
Offline Send Email
Apr 11, 2005
7:02 am
62
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...
levraipig1
Offline Send Email
Apr 20, 2005
9:39 am
63
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...
exiv2user
Offline Send Email
Apr 24, 2005
3:48 pm
64
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...
Che W. Smith
formaggio5
Offline Send Email
Apr 28, 2005
5:01 am
65
... 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...
Brad Schick
schickb
Offline Send Email
Apr 28, 2005
5:39 am
66
... 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...
Brad Schick
schickb
Offline Send Email
Apr 28, 2005
5:48 am
67
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' ...
Che' W. Smith
formaggio5
Offline Send Email
Apr 28, 2005
2:59 pm
68
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)...
exiv2user
Offline Send Email
May 6, 2005
5:52 am
69
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...
zoogre
Offline Send Email
May 6, 2005
9:11 am
70
Hi, TIFF images are currently not supported. Regards, Andreas -- +++ Neu: Echte DSL-Flatrates von GMX - Surfen ohne Limits +++ Always online ab 4,99...
Andreas Huggel
zzzahu
Offline Send Email
May 6, 2005
10:22 am
71
thank you Andreas...
zoogre
Offline Send Email
May 11, 2005
9:41 am
72
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...
Che' W. Smith
formaggio5
Offline Send Email
May 11, 2005
5:47 pm
73
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...
Andreas Huggel
zzzahu
Offline Send Email
May 12, 2005
2:16 pm
74
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 ...
Che' W. Smith
formaggio5
Offline Send Email
May 12, 2005
4:40 pm
75
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...
Che' W. Smith
formaggio5
Offline Send Email
May 13, 2005
3:26 am
76
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?...
zoogre
Offline Send Email
May 18, 2005
4:07 pm
77
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...
Andreas Huggel
zzzahu
Offline Send Email
May 19, 2005
2:22 pm
78
... exiv2? ... by ... have ... Hi Try Konvertor (www.konvertor.net/indexe.html), it will display all kinds of EXIF/IPTC private notes....
stopyrayannick
Offline Send Email
May 20, 2005
8:34 am
79
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...
hmargerain
Offline Send Email
Jun 9, 2005
8:34 pm
80
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 ...
Andreas Huggel
zzzahu
Offline Send Email
Jun 10, 2005
1:26 am
81
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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 12, 2005
3:49 pm
82
... 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...
Jeffrey J. Early
herrdoktorfaust
Offline Send Email
Jun 12, 2005
6:24 pm
83
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. ...
hmargerain
Offline Send Email
Jun 12, 2005
9:24 pm
84
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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 13, 2005
2:48 am
86
Hello Andreas, I have correctly instructed Dev-C++ to link with libexiv2.a, but I still have these errors : - multiple definition of `typeinfo for...
hmargerain
Offline Send Email
Jun 13, 2005
9:33 pm
87
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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 14, 2005
1:11 am
88
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 ...
Andreas Huggel
zzzahu
Offline Send Email
Jun 15, 2005
2:47 pm
89
... 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@...
Send Email
Jun 16, 2005
11:31 am
Messages 59 - 89 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! UK. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help