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

Yahoo! Groups Tips

Did you know...
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.

Messages

  Messages Help
Advanced
Messages 36 - 65 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
36
I am trying to look at a group of images (jpeg) and take the filename (without extension) and write that to an IPTC field (which is not important). What would...
br1dge71
Offline Send Email
Mar 1, 2005
3:12 pm
37
Jeff, That's not so straightforward and exiv2 cannot do it all by itself. First you need to build a command file with the appropriate command, in particular,...
Andreas Huggel
zzzahu
Offline Send Email
Mar 1, 2005
4:39 pm
38
Hi! There is "bug" on system what renames files names to timestamp of pictures took time.. When you have SLR Digi like Nikon D100 and you take few picture in...
jjussi_com
Offline Send Email
Mar 3, 2005
12:45 pm
39
This release should solve most of the issues discussed here recently. http://home.arcor.de/ahuggel/exiv2/whatsnew.html Have a good weekend! -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Mar 5, 2005
5:13 pm
40
Thanks for reporting this bug. This is now bug #422 http://dev.robotbattle.com/bugs/view.php?id=422 -ahu....
Andreas Huggel
zzzahu
Offline Send Email
Mar 5, 2005
5:17 pm
41
... Hey nice! Worked like a charm... Thanks for all your efforts, it's much appreciated, Jeffrey...
Jeffrey J. Early
herrdoktorfaust
Offline Send Email
Mar 5, 2005
10:45 pm
42
... file are ... with ".exv". ... as it is ... Hi, Found exiv2 today and it seems to be what I was looking for for quite some time - a really easy to use tool...
exiv2user
Offline Send Email
Mar 6, 2005
8:00 pm
43
Oops, that's bad. Thanks for reporting this, it is now bug #423: http://dev.robotbattle.com/mantis/view.php?id=423 Workaround: Change into the directory where...
Andreas Huggel
zzzahu
Offline Send Email
Mar 7, 2005
5:52 am
44
Hello, I have problems to compile the examples (http://home.arcor.de/ahuggel/exiv2/example1.html). Because I'am a Java Developer, it's not completly clear to...
bohn_christian
Offline Send Email
Mar 11, 2005
11:34 am
45
The examples come with the sources, the code of example1 is in file exifprint.cpp. If you run make, it's compiled by default, for MSVC there is a target to...
Andreas Huggel
zzzahu
Offline Send Email
Mar 12, 2005
2:48 am
46
Hi all Just found this great program. Now when I want to insert ReleaseTime and ReleaseDate ether it's not taking it or its telling me it's the wrong format. ...
exiv2user
Offline Send Email
Mar 18, 2005
7:27 am
47
Hi all Just found this great program. Now when I want to insert ReleaseTime and ReleaseDate ether it's not taking it or its telling me it's the wrong format. ...
exiv2user
Offline Send Email
Mar 18, 2005
7:27 am
48
Hi Roland, Date and Time formats must match the following examples: exiv2 -M"set Iptc.Application2.ReleaseDate 2005-03-18" IMG_1950.JPG exiv2 -M"set...
Andreas Huggel
zzzahu
Offline Send Email
Mar 18, 2005
8:12 am
49
Hi Andreas, Thanks a lot 4 your infos. It works like a charme. Now I know what I did wrong with the -M Option, in Windows it's not working with ' like...
exiv2user
Offline Send Email
Mar 18, 2005
8:54 am
50
Not sure if this is a problem with exiv2 or my code, but I'm getting some strange behavior when modifying existing IPTC tags. Here are my test files, ...
Jeffrey J. Early
herrdoktorfaust
Offline Send Email
Mar 24, 2005
8:15 pm
51
Hi Jeffery, Here is a preliminary observation: Both files seem to contain XMP metadata with the same values as the original IPTC data. Exiv2 currently does not...
Andreas Huggel
zzzahu
Offline Send Email
Mar 25, 2005
2:45 am
52
Andreas, Yes, you are totally correct, that's the problem. When only IPTC metadata is written, iView will show that information. But it defaults to showing the...
Jeffrey J. Early
herrdoktorfaust
Offline Send Email
Mar 25, 2005
7:19 am
53
Hi, Sorry if this is a dumb question. I have read all the instructions I could find and still couldn't figure this out. I wish I was a programmer but that...
Patrick
vpnwiz
Offline Send Email
Mar 28, 2005
6:08 am
54
... Hi Patrick, The exiv2 utility does not support this out of the box. It could be done with a script that uses the utility or a program that uses the exiv2...
Andreas Huggel
zzzahu
Offline Send Email
Mar 28, 2005
6:09 pm
55
Here's a file that seems to be readable by three other programs, but exiv2 struggles. http://oregonstate.edu/~earlyj/IMG_3576.JPG.zip When running iptcprint on...
Jeffrey J. Early
herrdoktorfaust
Offline Send Email
Mar 30, 2005
9:05 am
56
Hi Jeffrey, The Iptc block in this image seems to be 1 byte too large and exiv2 is picky about that. While I am still confirming what is the right thing to do,...
Andreas Huggel
zzzahu
Offline Send Email
Mar 31, 2005
11:20 am
57
Hi, Section 1.3 of the iimv4 spec. Implementation Guidelines reads as follows: 'A program should ignore a DataSet it does not recognise without rejecting the...
nauseous
Offline Send Email
Mar 31, 2005
4:30 pm
58
Hi, On Friday 01 April 2005 00:30, Nauseous wrote: [...] ... The library should do exactly that. Where do you get an exception? ahuggel@kalanag> cat ./try.cpp ...
Andreas Huggel
zzzahu
Offline Send Email
Apr 1, 2005
2:29 am
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
Messages 36 - 65 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