LadyAzariel / gpicsync

Automatically exported from code.google.com/p/gpicsync
Other
0 stars 0 forks source link

raf extension not recognized #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to geotag raf files from any fuji camera
2. observe that gpicsync does not recognize these as candidate files

What is the expected output? What do you see instead?
geo-tagged raf files

What version of the product are you using? On what operating system?
1.23 - vista

Please provide any additional information below.

looks like the software does not recognize the raf extension. renaming the
same files to raw extension worked perfectly. files are from 5500s/5100s
fujifilm camera , raf.

Original issue reported on code.google.com by leonid...@gmail.com on 1 Dec 2007 at 11:44

GoogleCodeExporter commented 9 years ago
file : gpicsync-GUI.py

 for fileName in os.listdir ( self.picDir ):
                if self.stop==True: break
                if fnmatch.fnmatch ( fileName, '*.JPG' )\
                or fnmatch.fnmatch ( fileName, '*.jpg' )\
                or fnmatch.fnmatch ( fileName, '*.CR2' )\
                or fnmatch.fnmatch ( fileName, '*.CRW' )\
                or fnmatch.fnmatch ( fileName, '*.NEF' )\
                or fnmatch.fnmatch ( fileName, '*.PEF' )\
                or fnmatch.fnmatch ( fileName, '*.RAW' )\
                or fnmatch.fnmatch ( fileName, '*.ORF' )\
                or fnmatch.fnmatch ( fileName, '*.DNG' )\
                or fnmatch.fnmatch ( fileName, '*.dng' )\
                or fnmatch.fnmatch ( fileName, '*.dng' )\
                or fnmatch.fnmatch ( fileName, '*.MRW' ):

raf should be added...

Original comment by leonid...@gmail.com on 1 Dec 2007 at 11:48

GoogleCodeExporter commented 9 years ago
Hello leonidtsi,

Yes, it seems it is now possible in EXIFtool:

"""
Nov. 15, 2007 - Version 7.01

    * Added ability to write FujiFilm RAF images (thanks Jens Duttke) 
"""
http://www.sno.phy.queensu.ca/~phil/exiftool/history.html

I've added the RAF format to the GPicSync SVN and made a new test build here:
http://francois.schnell.free.fr/gpicsync/temp/latest-build/

francois

Original comment by francois...@gmail.com on 1 Dec 2007 at 2:04

GoogleCodeExporter commented 9 years ago
i'll test it as soon as i have some gpx file... if you have one (and need some 
raf
files) just add a comment. don't forget to use the latest exiftool

Original comment by leonid...@gmail.com on 1 Dec 2007 at 2:11