[Gimp-user] CMYK batch conversion

2012-09-21 Thread brinydeep
Is there a way to do batch process of converting .jpg or .tif images from
RGB to CMYK?


___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] remove dust problems

2012-09-21 Thread Nik Omul
David Holland wrote
 Hi All,
 
 I tried to remove a dust spot using resynthesize but I can still see where
 it was, although it looks a lot better.I was using this tutorial.
 http://dodonov.net/blog/2009/12/29/cleaning-dust-on-photos-or-in-gimp-we-trust/
 Any ideas?Here is the original
 http://www.flickr.com/photos/14586608@N08/8007061865/in/photostreamthe
 modifiedhttp://www.flickr.com/photos/14586608@N08/8007047321/in/photostream
 
 Thanks a lot in advance
 
 ___
 gimp-user-list mailing list

 gimp-user-list@

 https://mail.gnome.org/mailman/listinfo/gimp-user-list

Hi, David. 

Assuming you have Resynthesizer + Heal Selection plugin installed (if not,
find it in Plugin Registry), 
use the latter (FiltersEnhanceHeal Selection). You can see the difference
here 
http://i1249.photobucket.com/albums/hh513/nikomul1/testingHealSelection_zps3b856d5f.jpg

Heal Selection beats Resynthesize, Clone Tool and Healing Tool at removing
even much 
bigger than dust particles objects (for demonstration purposes I removed two
birds (pelicans?) as well ^)
;) 

Cheers, 





-
Nik O.
Никита Омуль
--
View this message in context: 
http://gimp.1065349.n5.nabble.com/remove-dust-problems-tp35707p35720.html
Sent from the Users mailing list archive at Nabble.com.
___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] CMYK batch conversion

2012-09-21 Thread Alexandre Prokoudine
On Fri, Sep 21, 2012 at 2:18 AM,  brinyd...@lavabit.com wrote:
 Is there a way to do batch process of converting .jpg or .tif images from
 RGB to CMYK?

Yes.

1) Write our own GIMP script that will make use of separate+ and run
it from console.
2) Use imageMagick's convert console utility.
3) Use CMYKTool and forget about console.

http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F05CMYKTool

Alexandre Prokoudine
http://libregraphicsworld.org
___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Xcf file Corrupt!? Please Help!

2012-09-21 Thread Oon-Ee Ng
On Fri, Sep 21, 2012 at 11:43 AM, Kfayejessee for...@gimpusers.com wrote:
On Thu, Sep 20, 2012 at 3:43 PM, Kfayejessee for...@gimpusers.com wrote:
 So I have been working on this painting for over a week…

Rule #1: Perform regular backups
Rule #2: See Rule #1

Sorry for the semi-snarky response, but it is a good set of rules and
will save you time and heartache when things really go wrong ;)

When I'm working on File-01.xcf, after an hour or two of work I do
Save As and name that File-02.xcf, and so on.  And there are
plug-ins in the registry that automatically make incremental backups.


My first guess as to the the cause of the corruption is hardware.  A
full or failing disk, corrupt RAM, etc.  Or I've had issues with
saving to flaky shared storage.  The prognosis is not good if it's any
of these.

What version of GIMP are you using (see Help-About)?  What
operating system?  Are you saving to an internal hard drive, or
external storage? Can you post a link to the XCF online somewhere?

Chris


 I did make a back up...but it still cuts out about five hours of my work...i 
 guess if there isn't any way to fix it then i will just work over night to 
 finish...lame!

You know, if you have that much time invested into the work, it would
make sense to back it up a bit more often. Perhaps however, having
been affected by this, you could file a bug report/feature request for
a safer saving mechanism?
___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Converting Screen Shots

2012-09-21 Thread maderios

On 09/21/2012 01:55 AM, crouching_ant wrote:

Hi list,
I'm a newbie and have the following problem: I have about 2500 screen shots in 
png-format. I need to convert them all into b/w-pictures. How could this be 
done easily? Furthermore (but I guess that will be the issue in another list), 
I will have to run all these screenshots through an OCR-program. So what would 
be the best output-format for these screen shots? (And yes: If someone has an 
idea how I could run these screenshots through an OCR-program, I'd be very 
happy)

Cheers

Paul


You can use Digikam
http://scribblesandsnaps.com/2011/03/02/batch-process-photos-in-digikam/

Greetings

--
Maderios

Art is meant to disturb. Science reassures.
L'art est fait pour troubler. La science rassure (Georges Braque)

___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


[Gimp-user] CMYK batch conversion

2012-09-21 Thread rich
On Fri, Sep 21, 2012 at 2:18 AM,  brinyd...@lavabit.com wrote:
 Is there a way to do batch process of converting .jpg or .tif images from
 RGB to CMYK?

Yes.

1) Write our own GIMP script that will make use of separate+ and run
it from console.
2) Use imageMagick's convert console utility.
3) Use CMYKTool and forget about console.

http://www.blackfiveimaging.co.uk/index.php?article=02Software%2F05CMYKTool

Alexandre Prokoudine
http://libregraphicsworld.org

If you go for CMYKTool, I compiled it (CMYKTool-016pre1) in linux but when it 
comes to windows and Gimp 2.8.x then there are some adjustments to make.

The bat launcher is set up for gimp-2.0/-2.2/-2.4 and will need to be updated 
to something like
PATH=%PROGRAMFILES%\gimp 2\bin;%PROGRAMFILES%\inkscape

A couple of file changes. 
Does not seem to find libcairo-2.dll so *copy* this from the ...\gimp 2\bin 
folder to the CMYK\bin folder
Requires libtiff3.dll which is now libtiff-3.dll so *copy* this from ...\gimp 
2\bin to CMYK\bin and rename it.

All being well it should work. 



-- 
rich (via gimpusers.com)
___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] Work with a MEDION graphic tray

2012-09-21 Thread tobias.lunte


Am 21.09.2012 16:19, schrieb Jernej Simončič:  

On Thu, 20 Sep 2012
13:03:28 +0200, Jakob Neumann wrote:

I have asked MEDION already, but
they said, I have to
ask the software producers.

Try this: uninstall
GIMP 2.8, then run the 2.8.2 installer with /32
parameter (to do this,
press the Windows key and R on keyboard, so that the
Run dialog opens;
then click Browse and find gimp-2.8.2-setup.exe; back in
the Run dialog
add a space and /32 at the end of Open field and click OK). 

This'll
install 32-bit version of GIMP instead of 64-bit one if you have
64-bit
Windows. If the tablet works now, you should contact the
manufacturer,
and request 64-bit drivers for the tablet.

 Thanks alot.
 I'm not the
OP of this thread, but at least my variant of this bug (reported in the
gimp-dev version of this thread and here
https://bugzilla.gnome.org/show_bug.cgi?id=674232 [1]) could be resolved
this way. I'll mark the bug-report solved.

Links:
--
[1]
https://bugzilla.gnome.org/show_bug.cgi?id=674232
___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] remove dust problems

2012-09-21 Thread David Holland
That looks amazing thanks a lot, I will try and let you know how I get on.(I am 
flying tonight so it might not be for some time).

--- On Fri, 21/9/12, Nik Omul nik-o...@yandex.ru wrote:

From: Nik Omul nik-o...@yandex.ru
Subject: Re: [Gimp-user] remove dust problems
To: gimp-user-list@gnome.org
Date: Friday, 21 September, 2012, 5:59

David Holland wrote
 Hi All,
 
 I tried to remove a dust spot using resynthesize but I can still see where
 it was, although it looks a lot better.I was using this tutorial.
 http://dodonov.net/blog/2009/12/29/cleaning-dust-on-photos-or-in-gimp-we-trust/
 Any ideas?Here is the original
 http://www.flickr.com/photos/14586608@N08/8007061865/in/photostreamthe
 modifiedhttp://www.flickr.com/photos/14586608@N08/8007047321/in/photostream
 
 Thanks a lot in advance
 
 ___
 gimp-user-list mailing list

 gimp-user-list@

 https://mail.gnome.org/mailman/listinfo/gimp-user-list

Hi, David. 

Assuming you have Resynthesizer + Heal Selection plugin installed (if not,
find it in Plugin Registry), 
use the latter (FiltersEnhanceHeal Selection). You can see the difference
here 
http://i1249.photobucket.com/albums/hh513/nikomul1/testingHealSelection_zps3b856d5f.jpg

Heal Selection beats Resynthesize, Clone Tool and Healing Tool at removing
even much 
bigger than dust particles objects (for demonstration purposes I removed two
birds (pelicans?) as well ^)
;) 

Cheers, 





-
Nik O.
Никита Омуль
--
View this message in context: 
http://gimp.1065349.n5.nabble.com/remove-dust-problems-tp35707p35720.html
Sent from the Users mailing list archive at Nabble.com.
___
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


Re: [Gimp-user] interface to ufraw -- save options

2012-09-21 Thread Gary Aitken
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



___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] interface to ufraw -- save options

2012-09-21 Thread Alexandre Prokoudine
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
___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] interface to ufraw -- save options

2012-09-21 Thread Gary Aitken
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 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.

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.



___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list


Re: [Gimp-user] remove dust problems

2012-09-21 Thread scl

On 21.09.12 at 07:17 am elmer 44m wrote:


On Thu, Sep 20, 2012 at 10:47 PM, scl scl.gp...@gmail.com wrote:

this is easy:
1. Create a new transparent layer above the image layer and activate
it.
2. Use the Clone tool, enable 'Sample merged' and use a soft brush
for cloning.
3. Select the source region. It should have the same or a very
similar color and structure as the destination region.
4. Clone the dust spot away. Use the Healing tool and layer opacity
to refine your work.
5. To make the outline softer, you can blur it with the Gaussian blur
filter. To undo some cloned parts and uncover the original image use
the Eraser tool on the upper layer.

All this is too complicated. Just use the Healing Tool.


Hi Elmer,

your right in the point that the Healing tool has just one step while 
the other way as five. It's a very easy and smart way, but doesn't offer 
a possibility to edit or revert the changes later at any arbitrary time.
Many roads lead to Rome and I described the nondestructive one. It has 
the benefit of being able to edit or revert the work later (see steps 4 
and 5), even after having gone a few steps further in the meantime.

As you stated correctly, it has more steps and thus looks more complicated.
So, David now knows three methods (the Healing tool, the nondestructive 
way and content-aware fill) and it's up to him to prefer one or to 
decide for each scenario.
Hopefully GIMP will combine the power of nondestructive editing with the 
ease of using just a single tool one day. With respect to the roadmap 
it's yet a future milestone, but the first steps are currently being 
gone with the GEGL port.


Kind regards,

Sven
___
gimp-user-list mailing list
gimp-user-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gimp-user-list