... Hash: SHA1 As a kimdaba-user (kde image database) I would love to see support for konica-minolta raw files (.mrw) in exiv2, as otherwise my rawfiles won't...
Hi Markus, The good news is that I have more time again now to invest in exiv2 and I'm working on support for new file formats. However, the priority is to...
... Hash: SHA1 ... OK, this is at least no bad news :) Please let me know if I can be of any help. Regards - Markus ... Version: GnuPG v1.4.1 (GNU/Linux) ...
How can I output just the timestamp without any other information? I am trying to incorporate exiv2 in a program I've written so I can get just the timestamp...
Hi, The exiv2 utility will always output more than just one tag. Use grep to get what you need. Alternatively, since you're a programmer, look at the examples...
My program is actually written in LabView. Although I have had some experience with C (2 college courses), I am not extremely knowledgeable in the language. I...
Ok, try this: 1. Make sure you can successfully compile the original source package 2. Look at exifprint.cpp, remove the for() {...} loop and replace it with...
This release is mainly to complete the Canon CRW support. Tags can now also be written to CRW images and the documentation has a list of Exif tags that are...
This release fixes a bug which could cause an invalid Exif user comment tag to be written to an image. This happened only in "intrusive write mode", e.g., if...
Hello, I'm developping yet another photo tagging application and I've made some changes to your very usefull library. Basically I rewrote a little bit the...
I have 1,500 or so jpegs that I captured using a webcam, which did not set any EXIF headers. I'd like to set the EXIF timestamp header based on the Creation...
This calls for a script or small program. The current tool with the existing options can only do it the other way around, i.e., set the file timestamps...
Hi, Thanks for the patch. I'd like to try it but am struggling with the format of the mail and the fact that it is html. Can you resend the output of a diff ...
Has anyone had any luck in getting the new Exiv2 to compile under Visual Studio 2005? I know that there is a VS2005 version in the files section of the Yahoo...
... Can this be done so that the new config for VS2005 can co-exist with those for other platforms? I would like to add it to the distribution. The build...
... I think that'd be the best solution, but if you want one Visual Studio solution to be compatible with all (relatively recent) version of VS, it needs to be...
Okay, got everything to compile and pass all the tests after some tweaks: 1. actions.cpp: int Modify::run(const std::string& path) The body of this function is...
Hey, I'm sorry to ask what is probably a really silly question, but I'm just feeling really frustrated. I just want to know what command i have to add to...
... The "-r" option is used to specify formatting for the rename action. You didn't mention your operating system, but on Linux and most Unices with GNU...
KELEMEN Peter
fuji@...
Feb 24, 2006 8:43 pm
221
Thanks a lot, it is linux I'm using and that command worked perfectly. Thanks again for the very quick response, kris :)...
Hi all, I was wondering if you plan to support IPTC Core specifications ? IPTC core is the new standard that replace legacy IPTC metadata. If you need, I can...
... IPTC Core is a standard for IPTC data within Adobe's XMP metadata spec. I'm not aware of any immediate plans to support XMP, but I'm sure Andreas would ...
FYI, the Exiv2 website seems to be down right now. From what I could understand of the babelfish translation, it seems to be bandwidth issues... I wish I could...
Sorry for the inconvenience. The problem was that the 1GB free traffic quota per month was exceeded and I didn't buy additional traffic. It's back now, as...
Have you thought about using a Sourceforge or a similar service to distribute binaries and source tarballs for releases? You could still maintain your own svn...
... I hope Andreas will accept. I asked just to be sure to not do a unuseful job. I will see if I can work on that :) Thanks Philippe -- Philippe@... ...
... I'd be happy if Exiv2 could provide XMP support, it has been requested several times. If you can work on this, let's start by discussing your plans and...
... First of all, I just checkout the source code. It seems there is a problem or I'm having big trouble. The README file is talking about a configure file...