ufraw2gimp

Paint programs, vector editors, 3d modelers, animation editors, etc.
Post Reply
Message
Author
User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

ufraw2gimp

#1 Post by dejan555 »

Here's a little script I made, I compiled ufraw-batch (cli only) for dpup and this is quick frontend to adjust some values and pass processed raw file to gimp.
Convenient for quick conversion when you don't want to deal with full raw gui editors.
I usually shoot in raw+jpeg so I guess values based on jpeg preview.

I know this could probably be improved a lot, suggestions and alternative edits welcome.
This is for canon's cr2 files but you can change to NEF or other
Attachments
ufraw.jpg
Screenie
(74.97 KiB) Downloaded 210 times
ufraw2gimp.gz
Remove fake gz, make executable
(11.76 KiB) Downloaded 244 times
Last edited by dejan555 on Thu 09 Oct 2014, 12:20, edited 2 times in total.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#2 Post by dejan555 »

New version, added spinbuttons, comboboxes, now you can save or load saved presets, also command line arguments added, you can make it use saved preset and not open dialog window, also you can choose to export only and not load in gimp. So now it can be used cli-only, convenient if you want to export a lot of raw files in loop with saved preset.

EDIT: Remove fake .gz, make executable
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#3 Post by dejan555 »

Updated new version in first post, added a lot more options since, curves can be used (look at fotogenetic site) , presets can be saved, etc... also added tab for additional image magick processing (you need image magick - mogrify command installed) for features ufraw doesn't support(sharpness, contrast, resize... note that resize is specified by longer side only)
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

jopervasco
Posts: 571
Joined: Fri 25 Mar 2011, 20:10
Location: France

#4 Post by jopervasco »

HI
i can't open this file

Code: Select all

UExtract v2.5 by SFR'2013; GNU GPL v2 applies

Please wait, checking available space...OK!

==============================================================================
Extracting: '/root/Téléchargements/ufraw2gimp.gz'
==============================================================================

gzip: /root/Téléchargements/ufraw2gimp.gz: not in gzip format

------------------------------------------------------------------------------
Extraction failed!

******************************************************************************
Please wait, syncing...

There was/were 1 error(s) with the following file(s):
> /root/Téléchargements/ufraw2gimp.gz

Finished (with errors)!
then I renamed

I rename without extension. made executable.
But I do not know how it works. (I have already installed gim)

Code: Select all

# ./ufraw2gimp
ls: cannot access /root/.u2g/presets/*.u2g: No such file or directory
Usage:
ufraw2gimp [filename] [options]
Options:
-p=PRESET :Load preset file
--quiet :Do not open gui window, process with defaults or loaded preset file if specified
--no-gimp :Do not edit in gimp, just export processed file

Code: Select all

# ./ufraw2gimp DSC_0051.NEF
ls: cannot access /root/.u2g/presets/*.u2g: No such file or directory

** ERROR **: gtkdialog: Error in line 86, near token '<variable>': syntax error

aborting...

Code: Select all

# ls -la /root/.u2g/presets/
total 8
drwxr-xr-x 2 root root 4096 2014-12-04 08:31 .
drwxr-xr-x 4 root root 4096 2014-12-04 08:31 ..
#
Thanks
Visitez mon site [url=http://joreveur.info]http://joreveur.info[/url]

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#5 Post by dejan555 »

jopervasco, I'll take a look at it and make a working version, thanks for reporting.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

Post Reply