Author |
Message |
muggins
Joined: 20 Jan 2006 Posts: 6747 Location: hobart
|
Posted: Mon 28 Jul 2008, 06:35 Post subject:
Ufraw: Digital camera raw image utility & gimp-plugin for p4 |
|
http://ufraw.sourceforge.net/
Quote: |
The Unidentified Flying Raw (UFRaw) is a utility to read and manipulate raw images from digital cameras. It can be used on its own or as a Gimp plug-in. It reads raw images using Dave Coffin's raw conversion utility - DCRaw. UFRaw supports color management workflow based on Little CMS, allowing the user to apply ICC color profiles. For Nikon users UFRaw has the advantage that it can read the camera's tone curves. Even if you don't own a Nikon, you can still apply a Nikon curve to your images. |
I've uploade a .pet here, (1073kbytes): ufraw-0.16-i486.pet, or here.
This contains binaries for ufraw, nikon-curve, ufraw-batch & the ufraw-gimp plugin.
Run via Menu->Graphic->Ufraw
N.B. 1) This version needs the attached libgtkimageview .pet.
N.B. 2) For lupu series pupversions, I've uploaded v0.18 on page 3 of this thread.
Description |
|

Download |
Filename |
libgtkimageview-1.6.1.pet |
Filesize |
27.37 KB |
Downloaded |
1463 Time(s) |
Last edited by muggins on Wed 05 Oct 2011, 08:47; edited 5 times in total
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6747 Location: hobart
|
Posted: Sat 28 Mar 2009, 18:30 Post subject:
|
|
Uploaded v0.15.
|
Back to top
|
|
 |
Béèm

Joined: 21 Nov 2006 Posts: 11775 Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win
|
Posted: Sat 28 Mar 2009, 19:32 Post subject:
|
|
Code: | # ufraw
ufraw: error while loading shared libraries: libexiv2.so.2: cannot open shared object file: No such file or directory
# | Misssing library.
I am trying in upup-015
_________________ Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
Consult Wikka
Use peppyy's puppysearch
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6747 Location: hobart
|
Posted: Sat 28 Mar 2009, 20:06 Post subject:
|
|
beem,
libexiv2 comes standard with pup4 versions, otherwise try:
http://murga-linux.com/puppy/viewtopic.php?mode=attach&id=10229
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6747 Location: hobart
|
Posted: Sat 28 Mar 2009, 20:12 Post subject:
|
|
Actually that exiv2 .pet I just linked to is also missing the symlink libexiv2.so.2, so either check whether you have the real exiv2 library, and you're just missing the symlink, or if you download the one above, just add the required symlink.
cheers
|
Back to top
|
|
 |
chasman666
Joined: 07 Jul 2009 Posts: 8
|
Posted: Tue 07 Jul 2009, 09:36 Post subject:
|
|
Hi,
I'm new at all this and have got to this point in trying to setup UFRaw in Puppy 4.2.1 with Gimp 2.6.3.
When you say create the symlink for libexiv where does it need to be created and linking what to what?
Apologies for my ignorance and many thanks in advance.
Charlie
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 8670 Location: qld
|
Posted: Tue 07 Jul 2009, 09:51 Post subject:
|
|
Quote: | When you say create the symlink for libexiv where does it need to be created and linking what to what? |
chasman666, do have that lib? They are usually in '/usr/lib'. If you do, a symlink, with the correct name, is easily created in the same directory where the original lib resides, by right clicking and choosing "link" from the popup. Name it as required.
Hope that does the trick
NB. If a pet or program I install has missing dependencies, I always search my system for exactly what depends were stated in the message, without the suffix, with Pfind. This should locate any dependent libs if they are there. Then, if they are present then you can symlink as suggested.
_________________ Puppy Linux Blog - contact me for access
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6747 Location: hobart
|
Posted: Tue 07 Jul 2009, 10:51 Post subject:
|
|
Charlie,
No apologies required...I know libexiv2.so.2 exists with puppy-4.1.2, and I imagine puppy 4.2.1 would have as well. If you open a console, (Menu>Utility>Rxvt), & enter the command ufraw does the program open, or do you get any errors?
If you enter ls /usr/lib/libexiv2*, what response do you get?
Lastly, the above package was made to install the ufraw gimp plugin to /usr/lib/gimp/2.0/plugins, but I suspect the package, you're using, has installed gimp elsewhere. e.g. with the gimp 2.6.3 I've got, the plugins are located at /usr/local/lib/gimp/2.0/plugins, so it's a simple matter to either move it to the latter location, or symlink it. Except I just noticed that 2.6.3 already has the ufraw plugin, but I can't locate it in the plugin browser? More research required.
|
Back to top
|
|
 |
chasman666
Joined: 07 Jul 2009 Posts: 8
|
Posted: Tue 07 Jul 2009, 11:06 Post subject:
|
|
# ufraw gives ufraw: error while loading shared libraries: libexiv2.so.2: cannot open shared object file: No such file or directory.
# ls /usr/lib/libexiv2* gives /usr/lib/libexiv2.so /usr/lib/libexiv2.so.0 /usr/lib/libexiv2.so.0.1.0
C
|
Back to top
|
|
 |
Peterm321
Joined: 29 Jan 2009 Posts: 386
|
Posted: Tue 07 Jul 2009, 14:41 Post subject:
|
|
I actually use dcb_dcraw, a modified version of dcraw for use on
my chdk (Canon A470 camera) dng files, and have had quite good
results.
http://www.linuxphoto.org/html/dcb.html
|
Back to top
|
|
 |
chasman666
Joined: 07 Jul 2009 Posts: 8
|
Posted: Tue 07 Jul 2009, 14:49 Post subject:
|
|
Can dcb_dcraw handle canon CR2 Raw files?
|
Back to top
|
|
 |
01micko

Joined: 11 Oct 2008 Posts: 8670 Location: qld
|
Posted: Tue 07 Jul 2009, 16:24 Post subject:
|
|
Hi
You have to find out which one is the actual lib (possibly the last one you mention) and symlink to it with the correct name. I see you have three entries, two of those are probably symlinks.
_________________ Puppy Linux Blog - contact me for access
|
Back to top
|
|
 |
Peterm321
Joined: 29 Jan 2009 Posts: 386
|
Posted: Thu 09 Jul 2009, 11:20 Post subject:
Ufraw: Digital camera raw image utility & gimp-plugin for p4 |
|
chasman666
Can dcb_dcraw handle canon CR2 Raw files?
AFAIK there is no program that can interpret a CHDK CRW file produced for a Canon A470. CHDK does have an extra option to save as DNG format in-camera and it is that option I use. The DNG file can be open in Ufraw and Rawtherapee as well.
There is a program for converting CRW files to DNG, http://code.google.com/p/dng4ps2/ , the A470 is not listed, but other cameras are. The CRW / CR2 format is not universal, AFAIK, it can differ from camera to camera.
|
Back to top
|
|
 |
ving

Joined: 29 Jul 2009 Posts: 17
|
Posted: Wed 29 Jul 2009, 19:16 Post subject:
|
|
hi guys...
I tried this ufraw, but found out later that it is a gimp plugin... has anyone made the standalone version into a .pup file?
alternatively can anyone point me to undeb.pup or something similar so i can convert it to .pup myself (or try to, lol)
BTW, new here... and new to linux, so speak to me as you would a windows user cause thats what i am :p
|
Back to top
|
|
 |
muggins
Joined: 20 Jan 2006 Posts: 6747 Location: hobart
|
Posted: Wed 29 Jul 2009, 23:43 Post subject:
|
|
The .pet, in the first post, contains stand-alone ufraw, as well as the gimp plugin.
As the post says:
Run via Menu->Graphic->Ufraw
|
Back to top
|
|
 |
|