interface to ufraw -- save options
This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.
This is a read-only list on gimpusers.com so this discussion thread is read-only, too.
interface to ufraw -- save options | Gary Aitken | 21 Sep 04:37 |
interface to ufraw -- save options | Liam R E Quin | 21 Sep 04:54 |
interface to ufraw -- save options | Gary Aitken | 21 Sep 22:02 |
interface to ufraw -- save options | Gerald | 21 Sep 22:17 |
interface to ufraw -- save options | Ofnuts | 21 Sep 22:32 |
interface to ufraw -- save options | Partha Bagchi | 21 Sep 22:35 |
interface to ufraw -- save options | Alexandre Prokoudine | 21 Sep 22:48 |
interface to ufraw -- save options | Gary Aitken | 22 Sep 05:01 |
interface to ufraw -- save options | Liam R E Quin | 22 Sep 00:03 |
interface to ufraw -- save options | Patrick Shanahan | 22 Sep 00:51 |
interface to ufraw -- save options
Hi all,
I've got a script for processing a bunch of files which starts by bringing up ufraw. I would like to have ufraw save the list of modifications made before returning to gimp. (.ufraw file)
However, when gimp starts ufraw, it passes some option to ufraw which causes ufraw to not display the save tab which allows setting what to save.
Is there a way to tell gimp to bring up ufraw differently, or is the problem in ufraw?
Thanks for any insights,
Gary
interface to ufraw -- save options
On Thu, 2012-09-20 at 22:37 -0600, Gary Aitken wrote:
Is there a way to tell gimp to bring up ufraw differently,
You can run ufraw outside of gimp, not as a plugin.
There are also other raw camera image processing tools, including for example darktable, although that has a really confusing user interface and I always end up using google to search for how to save files! But it's still useful if you don't mind its weirdness.
Liam
interface to ufraw -- save options
On 09/20/12 22:54, Liam R E Quin wrote:
On Thu, 2012-09-20 at 22:37 -0600, Gary Aitken wrote:
Is there a way to tell gimp to bring up ufraw differently,
You can run ufraw outside of gimp, not as a plugin.
I'm trying to automate a process, and don't want to have to manually start ufraw. I could start ufraw and use its "gimp" button to transfer control to gimp, but that doesn't do what I want either -- if you tell ufraw to "save" to get the .ufraw file saved, it quits; so then you can't transfer control to gimp.
Fundamentally, I want to do the following:
specify a set of raw file names to process
specify a destination directory
for each raw file:
a. process in ufraw
a1. manual crop, etc., if desired
a2. save a .ufraw file in the source directory
b. process in gimp
b1. manual manipulation if desired
b2. automatic resizing and sharpening, etc
b3. automatically generate a .jpeg file in the destination directory
With the exception of the input file names and the output directory,
(and a1 and b1)
I want everything else done automatically.
I tried using a shell script and having ufraw write a .tif intermediary; however, that has the following problem:
In step b3, I need to get the destination directory name, and I can't figure out how to do that automatically.
A command line arg like "-DDEST_DIR foo" would be great,
but I don't see anything in the man page for defining an arbitrary
input arg which a script could have access to.
An arg in a script can have a fixed default value,
but that's not what I need.
One could get really gross and dynamically generate a script
with the proper default for the arg before starting gimp,
but that's sick :-).
I'm all ears for any suggestions.
Gary
interface to ufraw -- save options
I'm all ears for any solutions !!!
Le 2012-09-21 18:02, Gary Aitken a crit :
I'm all ears for any suggestions.
-- La Photo Du Jour http://gb-photodujour.com Sur internet depuis juin 1998 _______________________________________________ gimp-user-list mailing list gimp-user-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-user-list
interface to ufraw -- save options
On 09/22/2012 12:17 AM, Gerald wrote:
I'm all ears for any solutions !!!
Le 2012-09-21 18:02, Gary Aitken a crit :
I'm all ears for any suggestions.
As far as I know, UFRaw is mostly a graphical front-end for the command-line utility DCRaw.
gimp-user-list mailing list gimp-user-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-user-list
interface to ufraw -- save options
It is a modified version and so not as up to date as DCRaw which has all the options you need. :)
On Fri, Sep 21, 2012 at 6:32 PM, Ofnuts wrote:
On 09/22/2012 12:17 AM, Gerald wrote:
I'm all ears for any solutions !!!
Le 2012-09-21 18:02, Gary Aitken a crit :
I'm all ears for any suggestions.
As far as I know, UFRaw is mostly a graphical front-end for the command-line utility DCRaw.
_______________________________________________ gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list
gimp-user-list mailing list gimp-user-list@gnome.org https://mail.gnome.org/mailman/listinfo/gimp-user-list
interface to ufraw -- save options
On Sat, Sep 22, 2012 at 2:02 AM, Gary Aitken wrote:
I'm trying to automate a process, and don't want to have to manually start ufraw. I could start ufraw and use its "gimp" button to transfer control to gimp, but that doesn't do what I want either -- if you tell ufraw to "save" to get the .ufraw file saved, it quits; so then you can't transfer control to gimp.
Fundamentally, I want to do the following:
specify a set of raw file names to process specify a destination directory
for each raw file:a. process in ufraw a1. manual crop, etc., if desired a2. save a .ufraw file in the source directory b. process in gimp
b1. manual manipulation if desired b2. automatic resizing and sharpening, etc b3. automatically generate a .jpeg file in the destination directory
Is there a reason you can't save .ufraw for each file, then run ufraw in batch mode to create TIFF files for further editing with GIMP?
I'm wondering, because it's something I used to do a lot some 4 or 5 years ago, before darktable was conceived.
Alexandre Prokoudine http://libregraphicsworld.org
interface to ufraw -- save options
On Fri, 2012-09-21 at 16:02 -0600, Gary Aitken wrote:
Fundamentally, I want to do the following:
specify a set of raw file names to process specify a destination directory
for each raw file:a. process in ufraw a1. manual crop, etc., if desired a2. save a .ufraw file in the source directory
Sounds to me like you could do this in darktable just as easily.
b. process in gimp
b1. manual manipulation if desired b2. automatic resizing and sharpening, etc b3. automatically generate a .jpeg file in the destination directoryWith the exception of the input file names and the output directory, (and a1 and b1)
I want everything else done automatically.
You could use one of the gimp batch processors to do b2 and b3 if you save as xcf or xcf.gz at the end of b2.
In step b3, I need to get the destination directory name, and I can't figure out how to do that automatically.
Or just copy all the files from one to the other, which is a single command.
Liam
interface to ufraw -- save options
* Gary Aitken [09-21-12 18:05]:
I'm trying to automate a process, and don't want to have to manually start ufraw.
have you looked at "ufraw-batch" ??
interface to ufraw -- save options
On 09/21/12 16:48, Alexandre Prokoudine wrote:
On Sat, Sep 22, 2012 at 2:02 AM, Gary Aitken wrote:
I'm trying to automate a process, and don't want to have to manually start ufraw. I could start ufraw and use its "gimp" button to transfer control to gimp, but that doesn't do what I want either -- if you tell ufraw to "save" to get the .ufraw file saved, it quits; so then you can't transfer control to gimp.
Fundamentally, I want to do the following:
specify a set of raw file names to process specify a destination directory
for each raw file:a. process in ufraw a1. manual crop, etc., if desired a2. save a .ufraw file in the source directory b. process in gimp
b1. manual manipulation if desired b2. automatic resizing and sharpening, etc b3. automatically generate a .jpeg file in the destination directoryIs there a reason you can't save .ufraw for each file, then run ufraw in batch mode to create TIFF files for further editing with GIMP?
I'm wondering, because it's something I used to do a lot some 4 or 5 years ago, before darktable was conceived.
Thanks for the suggestion; a variant of that idea may work.
On 09/22/2012 12:17 AM, Gerald wrote: As far as I know, UFRaw is mostly a graphical front-end for the command-line utility DCRaw.
On 09/21/12 16:35, Partha Bagchi wrote:
It is a modified version and so not as up to date as DCRaw which has all the options you need. :)
Unfortunately, I need the gui interface to determine what the parameters should be -- crops and exposure mods, for example.