Welcome to DigiForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Backing up Exif data from PEF (Exiftool question)

 
   Digital Camera Community (Home) -> General Discussions RSS
Next:  Which one is better: Canon EOS400D or Sony Alpha1..  
Author Message
Hoshisato

External


Since: Oct 17, 2005
Posts: 31



(Msg. 1) Posted: Thu Oct 26, 2006 1:11 pm
Post subject: Backing up Exif data from PEF (Exiftool question)
Archived from groups: rec>photo>digital (more info?)

After processing my RAW Pentax *ist DS PEF files with Photoshop
Elements 3, most of the Exif information stored in the RAW image is
gone much to my chagrin. I have been looking at the ExifTools Perl
script and that allows me to copy most of the Exif data between the PEF
file and the JPEG file I created while keeping the possible modified
image sizes, etc intact. So far so good.
I also noticed that Exiftool can create an XMP file which contains all
this information in XML format. It would be great to create a little
tool that automatically saves all Exif data for all RAW files in XMP
files with the same name, but I haven't been able to figure out how
Exiftool can read an XMP file and write the data back into an image.
What tool can I use to write XMP data into a JPEG? Is there a better
tool around for backing up Exif data from PEF files and writing it back
into JPEGs after processing?

 >> Stay informed about: Backing up Exif data from PEF (Exiftool question) 
Back to top
Login to vote
l v

External


Since: May 15, 2006
Posts: 64



(Msg. 2) Posted: Thu Oct 26, 2006 9:27 pm
Post subject: Re: Backing up Exif data from PEF (Exiftool question) [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hoshisato wrote:
> After processing my RAW Pentax *ist DS PEF files with Photoshop
> Elements 3, most of the Exif information stored in the RAW image is
> gone much to my chagrin. I have been looking at the ExifTools Perl
> script and that allows me to copy most of the Exif data between the PEF
> file and the JPEG file I created while keeping the possible modified
> image sizes, etc intact. So far so good.
> I also noticed that Exiftool can create an XMP file which contains all

> this information in XML format. It would be great to create a little
> tool that automatically saves all Exif data for all RAW files in XMP
> files with the same name, but I haven't been able to figure out how

What does the following command do for you? I cut it from exiftools FAQ.
exiftool -o %d%f.xmp dir
Create XMP meta information data files for all images in dir.


You look like you are a windows user so you can try the following in a
test directory on copies of some of your image files. It will take each
pef file in the current directory and execute the exiftool command using
the full file name (%F) and create an xmp file in the same directory.
Type for /? at a command prompt to learn more. You may need to change
the command after the "do". Put it into a batch file to reduce your
typing to just the batch file name.

for %F in (*.pef) do exiftool -xmp -b "%F" > "%~dpnF.xmp"

> Exiftool can read an XMP file and write the data back into an image.
> What tool can I use to write XMP data into a JPEG? Is there a better
> tool around for backing up Exif data from PEF files and writing it back
> into JPEGs after processing?
>

I can't speak to the XMP data into a jpeg but exifcopy from
http://www.hugsan.com/ *may* work for your PEF files Exif data directly
to jpeg.

--

Len

 >> Stay informed about: Backing up Exif data from PEF (Exiftool question) 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Saving Photo Without EXIF Data - What's the best way to save a photo in JPEG format so that the EXIF date isn't present?

Where the Heck Do You Find Exif Data? - I have my photos downloaded to a ThinkPad laptop running Windows XP. The photos are downloaded with Microsoft Camera Wizard to My Pictures. The only available data is the byte size of the particular photo/file. Anyway, I thought I'd post here before..

EXIF data. Exporting & formatting. - I want to put EXIF data in a white strip along the bottom of photos, pref in Phohoshop. Can anyone advise the best way to do this? I want a selection of EXIF data only and I need to have a suitable font and font size. Please help, Frank

dvd data failure - I have stored computer data on four dvd+r discs. They all seem to have failed,that is one is not even recognized as a disc by the computer, and half the files have gone missing from the others. They have scratches on them. The free versions of..

EXIF info - I read somewhere in one of these newsgroups about making sure your name is included in the EXIF information when taking a picture. I have a Canon Digital Rebel and wondered where in the menu I would go to set that up.
   Digital Camera Community (Home) -> General Discussions All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]