XTI Rebel + Gimp + UFraw + Linux = Problem
[Deleted User]
Major grinsBournemouth, UKPosts: 0 Major grins
A friend of mine is having problems with the aforementioned setup, while I have the Canon 400D which is equvilent to the XTI Rebel I don't have an XTI to be able to play with to confirm that they are the near the same.
Is there an online tutorial\setup\help pages that might be able to point him in the right direction to getting this setup working??
Tim
Is there an online tutorial\setup\help pages that might be able to point him in the right direction to getting this setup working??
Tim
0
Comments
"You miss 100% of the shots you don't take" - Wayne Gretzky
The XTi and the 400d are the same except for the badge and a bit of code in the hardware which adds the camera name to the EXIF. If you're having a problem with UFraw, you may want to consider Raw Therapee instead.
Bugs
Spiders
Flowers
Thanks for the info, I not 100% sure what the problem is, the guy runs the same Linux OS as I do and has the same version of Gimp, but he could not get the URraw gimp plugin to work with his camera. He tried updating to the latest version of UFraw from outside the distro's downloads and ran into dependance problems.
I have the 400D and don't have a problem with UFraw although I don't find it that great. I may well have a play with rawtherapee myself.
Regards
Tim
Send him one of your RAW image files, one that you know works for sure. If they still cannot run against your file, you know it has to be their setup.
Are there any additional files required from Canon? On a Windows machine, Canon specific dll files are often required for third-party RAW converters and viewers. I have no idea about Linux machines. (Does Linux use "library" files?)
I am also a RAW Therapee user and I too love it! clap (... again on a Windows machine.)
Moderator of the Cameras and Accessories forums
I did find this, "... dependencies include the GIMP and libgimp for basic functionality, and LittleCMS and libEXIF for enhanced features."
Is that "libgimp" significant?
Moderator of the Cameras and Accessories forums
Thats why, the best way to do this is use the package manager.
For example if its a red-hat based distro, use rpm -ivh etc.,
If its ubuntu, use apt-get, if its gentoo use emerge.
This takes care of all dependencies.
The download sequence should be
1. Get gimp(latest version) using the package manager to get all dependencies
2. Test GIMP is working
3. Get ufraw using the package manager.
In case your package manager does not recognize ufraw(a possiblity), go to the webpage of ufraw(ufraw.sourceforge.net) and then check out dependencies.
Install all those using the package manager, and then install ufraw.
FB:https://www.facebook.com/TanveersPhotography
Site :http://www.tanveer.in
Blog :http://tsk1979.livejournal.com
ufraw can be used standalone too, but if you want to open RAW files from within gimp you need to have the GIMP installed and development libraries(libgimp) also installed.
And you do not need any dll files etc.,
FB:https://www.facebook.com/TanveersPhotography
Site :http://www.tanveer.in
Blog :http://tsk1979.livejournal.com
There is a chance that he may have forced an installation of software with dependance issue which is causing the problem, but I don't beleive he has compiled any as he is new to Linux.
I have informed him about Rawtherapee but I have not heard if he has tried it yet.
Tim
No, Canon as an official line don't support Linux so it very unlikely that they will supply any spefic software for it to work.
I tried RawTherapee on my windos machine and it looked quitre good, somebody else has installed the linux version on Mepis7 but I am busy with other problems at the moment.
Tim
Have you compared what is installed for both your system and your friend's?
dpkg -l should get you version numbers. Also, what sources are you using? (in debian: /etc/apt/sources.list)
tsk1979 has some good advice - I would add that you can build packages locally, if you want.