Bonjour

Pour information et en avant premiere j'ai modifie UFraw et le plugins son GIMP pour decoder les fichier RAW des Canons EOS 400D

le tgz du code est sur le site suivant


http://velo-sport-de-rhuys.chez-alice.fr/ufraw-0.9.1.modif.tgz


Le site officiel de UFraw
http://ufraw.sourceforge.net

et la procedure d'installation :

recupere le fichier ufraw-0.9.1.modif.tgz

tar xzf ufraw-0.9.1.modif.tgz
cd ufraw-0.9.1.01
./configure
make
make install-user



plus d'explication sur l'installation sur le site UFRAW:

Now, you can download the UFRaw tarball ufraw-0.9.1.tar.gz, extract the files from it and enter the ufraw-0.9.1 directory:

tar xzf ufraw-0.9.1.modif.tgz
cd ufraw-0.9.1.01

Next, you should run the configuration script:

./configure

You will get a long output and at the end there will be a summary that should look approximately like:

configure: ====================== summary =====================
configure: build gimp plug-in: yes
configure: hidden directories support (GTK>=2.6): yes
configure: EXIF support using libexif: no
configure: EXIF support using exiv2: no
configure: JPEG support: yes
configure: TIFF support: yes
configure: TIFF deflate (lossless compression) support: yes

There are also UFRaw specific flags for configure:

--disable-gimp - disable build of the gimp plug-in

--enable-extras - build extra (dcraw, nikon-curve) executables

--with-libexif - use libexif to read raw EXIF data

--with-exiv2 - use exiv2 to read raw EXIF data

--with-prefix=PREFIX - use also PREFIX as an input prefix for the build

--with-dosprefix=PREFIX - PREFIX in the the prefix in dos format (needed only in windows)

Next, you should build UFRaw by typing the command:

make

For installing the UFRaw Gimp plug-in, you have two options. You can install it only for the current user, which does not require root privileges, but only the current user will see the plug-in

make install-user

or you can make a system wide installation (requires root privileges)

make install

This will also install the stand-alone tools ufraw, ufraw-batch and some related files (man page, icon and desktop definitions).