Re: [Gimp-user] batch script help

2010-09-14 Thread David Hodson

 anything on the gimp front?

Google gimp batch process. Five of the first six hits point to David's
Batch Processor plugin.

-- David


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] A sequence of actions

2010-03-31 Thread David Hodson
On Tue, 2010-03-30 at 14:07 -0400, Jay Smith wrote:

 Question: Has somebody written a generic large script or set of scripts
 or library of script components that would allow an ordinary user
 with only the most basic programming skills to grab the bits they need
 for their particular sequence of actions?  Something that a basic user
 could edit down to what they need or cut/paste out the bits they need?

Not quite what you were asking, but DBP is a plugin designed to provide
the most common operations for batch processing (without scripting).
It's limited in its operations (by design and lack of spare time), but
many people find it useful.

-- David


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] 8 bit png warning / enhancement

2010-01-19 Thread David Hodson
On Tue, 2010-01-19 at 10:34 +0100, M.W. wrote:

 I wanted to ask if it were possible to add some kind of warning to the
 png export settings that pngs are only saved as 8 bit png. It is not
 obvious that saving as (lossless) png causes loss when using Gimp,
 because the input was 16 bit greyscale and the output ends up with 8 bit
 greyscale.

This has nothing to do with exporting png files. The conversion happens
when you open the file - all images in Gimp are only 8 bits per channel.

-- David


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] JPG file size increases with saving

2010-01-15 Thread David Hodson
On Fri, 2010-01-15 at 13:32 -0600, Paul Hartman wrote:
 On Fri, Jan 15, 2010 at 12:27 PM, Philip Rhoades p...@pricom.com.au wrote:

  - when the JPG is uncompressed by GIMP into RAM, there is no loss of
  information (?)
 
 Since JPG is not lossless, there is always a loss of information. Or
 more specifically the same JPG can be interpreted differently by
 different software, so opening it in GIMP might look different than
 another program perhaps.

I'm fairly sure this is not true - there is only one way to uncompress a
JPG file, so all programs should create the same uncompressed version.

-- David


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] python script for rectangle selection

2010-01-02 Thread David Hodson
On Sat, 2010-01-02 at 18:50 +0100, Fab wrote:
 Hi,
 
 I am new to gimp's scripting and would like to automate the rectangle
 selection tool by defining the position and size using a script.
 Afterwards, I would like to extract the selection, 'paste as new image' and
 save the image as a png file without compression.

You should be able to do this using David's Batch Processor. It will let
you define a fixed region to crop from an image and save as png, then
apply that to multiple images. No scripting necessary. Google DBP.

-- David


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] How to despeckle?

2009-12-02 Thread David Hodson
On Wed, 2009-12-02 at 02:56 -0800, Jonathan Ryshpan wrote:
 Attached is a small fragment of a tiff file; it has a large number of
 speckles, which I'd like to remove.  The natural tool would seem to be
 Despeckle, but it doesn't seem to do the job.  In fact, as far as I can
 see, it doesn't do anything.  

Set image mode to RGB, Filter-despeckle-set Black level to -1 and
White level to 256. Set image mode back to indexed if you like. Works
fine.

-- David

attachment: Manhole.tif___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] batch mode in gimp, add alpha, change color

2009-07-27 Thread David Hodson
On Mon, 2009-07-27 at 16:30 +0200, Marc T. wrote:
 i am on a similar problem,
 i have to build a batch script that slices over 6000 images very big images
 into seven pieces.

David's Batch Processor should be able to do the job, not by slicing but
by cropping each slice out of the image one at a time. Not the most
efficient technique, but it should work.

-- David


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] lossless cropping?

2009-02-04 Thread David Hodson
On Tue, 2009-02-03 at 15:34 +0100, Claus Cyrny wrote:
 Gary Collins wrote:
 
  Hello. I read from an article which says jpeg images can be cropped
  losslessly. I searched lossless gimp crop on google without good
  findings. Can gimp do lossless cropping? If not, what software (better
  has an GUI because I am not commandline guru) on Linux can be used to do
  lossless cropping?
 
 For Linux, there's of course the command line based
 ImageMagick (http://www.imagemagick.org/). You can  do
 really amazing stuff with it (see at http://www.imagemagick.org/Usage/).

But it doesn't do lossless jpeg processing!

-- David


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Scaling image via the command line

2009-01-24 Thread David Hodson
On Sat, 2009-01-24 at 11:43 -0700, Sanjay Murthy wrote:

 I wish to scale the 6MP images from my camera to a smaller size say
 600x800 to be loaded into my phone. How can this be done via command
 line ? What are the switches (and arguments)  to be used ? I have
 hundreds of images to be scaled. doing this with the GUI is
 impractical.

No it isn't. Get David's Batch Processor plugin for GIMP at

http://members.ozemail.com.au/~hodsond/dbp.html

-- David



___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Windows 2.6.2 installer problem(s) - ATTN: Jernej(?)

2008-11-08 Thread David Hodson
On Sat, 2008-11-08 at 20:55 -0500, Alec Burgess wrote:

 However I'm still confused by: LibGimpBase-WARNING **: gimp-2.6.exe:
 gimp_wire_read(): error
 Does this indicate a real problem?

gimp_wire_read(): error is usually what you get when the plugin crashes
while talking to the main Gimp process. It's not a good thing.

-- David


___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] control clone tool?

2008-08-29 Thread David Hodson
Helen wrote:

 I have taken both these suggestions to heart, but I still find that
 the area I'm brushing over with the clone tool is not the same area
 that gets cloned.

Do you mean the area that gets cloned from, or the area that gets cloned 
to? The clone tool should be painting to exactly where your brush is, 
just the same as any other paint tool. The area that gets cloned from is 
set by holding the control key, clicking (and releasing) on the image, 
and then releasing the control key.

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Asking questions twice

2008-07-30 Thread David Hodson
George Fishman wrote:

 Is it considered proper to ask a question again if I've rec'd no  
 response after a week or so?

If no one responds, it's possible that no one has an answer. However, 
perhaps you would get a better response if you trimmed your reply ...

When replying, please edit your Subject line so it is more specific
than Re: Contents of Gimp-user digest...

... and followed instructions.

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Bizzare .png behavior

2008-07-11 Thread David Hodson
Elwin Estle wrote:

 Now for the weird part.  If I turn off use alpha in the Blender texture 
 file options, the entire, original image appears, it's as if the .png file 
 was saved out just like the original picture, without any renders cut from 
 it, etc.

As far as I know, the alpha channel in both Gimp and png files is 
non-premultiplying. (In other words, it's what many people would refer 
to as a matte channel rather than an alpha channel.) The colour channels 
are not affected by its presence. If you turn it off, the colour is 
still there.

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] cropping 16-bit (12-bit) png

2008-07-10 Thread David Hodson
de Almeida, Valmor F. wrote:

 I am trying to read and crop a 16-bit png image. The info I get from
 imagemagick's identify follows below. Once loaded into gimp, the image
 appears to be a 8-bit. After cropping and saving as png, it turns out to
 be 8-bit according to imagemagick;s identify (info below).
 
 Is there a way to use gimp to read, crop, and save the image with same
 bit depth?

Not with the current version, no.

 If not, is there an alternative package I could use?

Why not use ImageMagick?


-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] batch processing of images with gimp plugin

2008-05-07 Thread David Hodson
Owen wrote:

  peter kostov wrote:
I have a dozen of images that I will to edit with GIMP using the
Resynthezise plug-in (plug-in-resynthesizer - ). 

 Search Google for Dave's batch processor

DBP won't help - it does a bunch of common operations, but not Resynthesize.

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] file extensions and when to use them

2008-03-21 Thread David Hodson
Patrick Shanahan wrote:

 If ptlens is your *only* choice, you have no choice except to perform
 that operation as the last operation.  You will still have a minimum
 of two lossey saves.

ptlens is not the only choice. You could use Gimp.

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] chromatic aberration

2008-03-18 Thread David Hodson
norman wrote:
 I have been copying some old colour transparencies using my digital
 camera and most of the images produced suffer from chromatic aberration
 somewhere within them. I have tried to find some procedure to remove
 these blemishes but, so far, have not found anything I can get to work.
 All suggestions and how to get round the difficulty will be gratefully
 received.

Should be easy(-ish) :

Split image into red, green, blue channels.
Apply lens correction to red and blue channels to align with green.
Recombine channels.

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Automatize picture preprocessing...

2008-03-17 Thread David Hodson
[EMAIL PROTECTED] wrote:

 I unpack the DBP to the bin dir.
 
 I wanna start it, but there nothing happened. No application window showed.

It's a Gimp plugin - put it into the plugins directory, then start (or 
restart) Gimp and look in the Xtns menu.

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Automatize picture preprocessing...

2008-03-16 Thread David Hodson
Durumdara wrote:

  I wanna automatize the photo picture preprocessing.
  [...]
  I tried DBP (DPB?) but it isn't works for me in Windows XP.

DBP (David's Batch Processor).
Do you mean it was broken? Or it just didn't do what you wanted?

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Save all opened files with ONE click, or with script...

2007-11-22 Thread David Hodson
[EMAIL PROTECTED] wrote:

 I don't see any Windows downloads. Is it Linux platform dependent?

Bottom of the second section, Where do I get it?

http://www.ozemail.com.au/~hodsond/dbp-1.1.3.zip

The Windows version has problems with non-ascii file names, but 
otherwise should be OK.


-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] trace script-fu commands while using GUI

2007-11-07 Thread David Hodson
Juergen Weber wrote:

 As I understand the page, DBP offers a fixed set of processing option
 whereas a script recorder should apply any operation on a set of
 images, e.g. apply Converting Color Images to BW using Channel Mixer
 in The GIMP (http://www.gimpguru.org/Tutorials/ChannelMixer/) to lots
 of images.

Yes, that's right. However, you did specifically mention conversion to 
BW, sharpening, and resizing; and trying out the manipulations on a 
test image before applying them to the batch. DBP does all of those.

As Kevin pointed out, it's not currently possible to record an arbitrary 
set of commands given to Gimp. DBP tries to provide some of the most 
common operations.

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] trace script-fu commands while using GUI

2007-11-05 Thread David Hodson
Juergen Weber wrote:

 I always was missing to batch-(BW convert | sharpen | resize) images
 via the GUI.
[...]
 So you could try out your image manipulations on the GUI and then copy
 the commands from the trace it to scripts.
 
 Is that already possible? Or is there a better way to create batches?

Try David's Batch Processor:

http://members.ozemail.com.au/~hodsond/dbp.html

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Bit-depth Processing

2007-09-28 Thread David Hodson
Greg wrote:

 I guess what I really want to know is, am I going to see any noticeable
 loss if image quality from my 12-bit images?

Loss? Yes. Noticeable? Maybe, maybe not.

 Also asked but not answered, are imaged displayed in their original
 bit-depth or as 8-bit?

Everything in Gimp (currently) is 8 bits per channel.

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] How to Apply an operation to ALL OPENED FILE... or how to do it simply?

2007-08-13 Thread David Hodson
[EMAIL PROTECTED] wrote:

 If you install Dave Hodson's Batch Processor
 (http://members.ozemail.com.au/~hodsond/dbp.html), the AUTO LEVELS under
 the Colours tab will effectively perform an auto white balance.

Actually, it calls gimp_levels_stretch, which I think is the function 
under the menu item Stretch Contrast (but I'm not sure).

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] possibe to use few api calls in my application from GIMP?

2007-08-07 Thread David Hodson
Purusothaman A wrote:

 Just I want use some of image processing functionalities of GIMP in my 
 application.
 
 Is there any possibilities to use few api calls in my application from GIMP?

Not really, no. The Gimp API can only be used by Gimp plugins, not by a 
standalone program.

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] galen rowell filter?

2007-08-06 Thread David Hodson
David Gowers wrote:

 If you're using a digital camera: Maybe if you use RAW format.
 otherwise: no, by the time you have scanned in the film it is already
 too late (GR filter effects the perception of the camera)

True, but there are workarounds...

If the scene is relatively static (like a landscape), try taking a 
couple of shots at different exposures (one for the sky, one for the 
ground) and combine them in Gimp.


-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] tool: removing small isles from selection

2007-05-15 Thread David Hodson
[EMAIL PROTECTED] wrote:

 In short, I'm looking for a tool, plug-in etc. which
 collects all isles of a selection up to a certain size
 (specified by maximum diameter or number of pixels) and
 subtracts them from the selection.

It would probably be easier to clean up the image before making the 
selection. Have you experimented with the various non-linear filters? 
I'd try [Filters/Generic/]Erode followed by Dilate (or maybe the other 
way around), or [Filters/Enhance/]Despeckle or [Filters/Emhance/]NL Filter.


-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] batch script for record covers

2007-04-29 Thread David Hodson
[EMAIL PROTECTED] wrote:

  I guess that such a job could most probably be performed over hundreds
  of images by running a single batch script at the command line.
 
  Am I wrong?
  Is Gimp the right tool at all, or other tools would better fit?

Yes, Gimp is a good tool for this, and no, you don't need to write
a script - there is a Gimp plugin that lets you do it all using a
graphical interface. Try David's Batch Processor at:

http://members.ozemail.com.au/~hodsond/dbp.html


-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] batch script for record covers

2007-04-29 Thread David Hodson
Scott Bicknell wrote:

 On Sunday, April 29, 2007 4:25 pm, David Hodson wrote:
http://members.ozemail.com.au/~hodsond/dbp.html

 Have you considered adding this to the GIMP Plug-in repository?

Yes, I have tried many times. I have created an account there, but for 
some reason, I cannot log in, and it gives me no indication why not.

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] High Dynamic Range (HDR) Images

2007-03-02 Thread David Hodson
Richi Plana wrote:
 Hi,
 
 Is it currently possible to make HDR images 
 http://www.backingwinds.blogspot.com/2006/10/how-to-create-professional-hdr-images.html
  
 using The Gimp?

No, the Gimp currently only processes 8 bit/channel/pixel images.

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] plugins for photographers

2006-12-18 Thread David Hodson
Fabien3D wrote:
 I had forgotten this one : BIMP
 (http://www.dirfile.com/bimp_batch_image_processor.htm) under Window$. It's a 
 Batch Image Processor.

Since this is the Gimp Users list -
DBP is a Gimp batch processing plugin (for Linux and Windows, and
probably anything else that Gimp compiles on).

http://members.ozemail.com.au/~hodsond/dbp.html


-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Best online guide for photographers

2006-11-01 Thread David Hodson

Tim van der Leeuw wrote:

 I once wanted to do some bulk image-resizing and tried to work out 
how to do this with GIMP, however I didn't quite find out how I would 
have to do that...



David's Batch Processor, at:
http://members.ozemail.com.au/~hodsond/dbp.html

Unfortunately, I've just been told there's a bug in the
latest version. Hope to have it fixed soon.


--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Best online guide for photographers

2006-11-01 Thread David Hodson

David Hodson wrote:


David's Batch Processor, at:
http://members.ozemail.com.au/~hodsond/dbp.html

Unfortunately, I've just been told there's a bug in the
latest version. Hope to have it fixed soon.


OK, I think it's fixed. You'll want version 1.1.5.

--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Larger paintbrush size

2006-10-26 Thread David Hodson

Michael Clark wrote:

 Is there a way to make the paint brush size much larger than 20 pixels?

Open the brush dialog by clicking on the current brush indicator,
or by selecting Dialogues-Brushes, or by typing shift-control-B.
At the bottom of the dialog is a row of buttons - the second from
the left is the New Brush button, which opens the Brush Editor.
You can create and name your brush there.

--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] script/macro

2006-10-19 Thread David Hodson

Goldoni Guido wrote:
Is it possible with Gimp to apply a set of actions on a set of graphic 
files?


David's Batch Processor is a Gimp plugin to do many common operations:
http://members.ozemail.com.au/~hodsond/dbp.html

If you need more than that, you'll probably need to write a script.

--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] scripts that don't work

2006-08-27 Thread David Hodson

Alex Feldman wrote:

I'm running Gimp 2.2.12 on FC4.  Everything seems to work as it should, 
except, sometimes, scripts.  Recently I downloaded the Photokit Smart 
Sharpening script, and it always failed, but at different places in the 
script.  The net effect of the failure was that Gimp just crashed.


The API for the unsharp-mask function changed in 2.2.10. (One of the
parameters had the wrong type, and it was corrected.) If a script
uses unsharp mask, it will probably need to be fixed for versions
2.2.10 and later.

Don't know about your other problems, though.

--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Re: batch rotate scanned images

2006-08-16 Thread David Hodson

T F wrote:


I was hoping to use someone else's script or plugin that calculates the
angle on an image by image basis, and then does the rotation and crop.


To detect the rotation angle, try reading this paper:
www.leptonica.com/papers/docskew.pdf

-- David (of the Batch Processor...)

--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] automated scribble-pad / remote-controlling the gimp?

2006-08-11 Thread David Hodson

Felix Natter wrote:


I would like to know whether I can remote-control the gimp (via
scheme, perl or python, maybe also C) such that it serves as an
automated scribble-pad:


I've written a file sequencer plugin (in C) that does something
similar. If you are working with a numbered sequence of images,
it saves your current image, and loads the next file in the
sequence into the same display. It's here:

http://members.ozemail.com.au/~hodsond/fileSeq.html


--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] save image to jpeg format in batch mode

2006-06-20 Thread David Hodson

B.W.H. van Beest wrote:


The link you sent seems to be non-existent anymore.


This is why top posting is bad! I assume you are referring to:


Alan Horkan wrote:

You might want to consider Davids batch processor
http://members.ozemail.com.au/~hodsond/dbp.html


That link works OK for me (and I'd want to know if it was broken).
However, your original message implied that you wanted to do the
batch processing from the command line. DBP does batch processing
from the Gimp gui.

--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] History of operations

2006-05-14 Thread David Hodson

Jon Lapham wrote:

Does anyone know if it is possible to generate a list of image 
manipulation operations that have been performed during a session in

the Gimp?


No, as far as I know it's not possible.


PS: I would like to use this list of operations to create a way to
store a history of how an image was processed.


Do you just want to record the list of operations, or do you want
to apply the same list to a collection of images? DBP is a batch
processing plugin for the Gimp, which can do all the operations
you mentioned. It's at:

  http://members.ozemail.com.au/~hodsond/dbp.html


--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] David's Batch Processor

2006-04-11 Thread David Hodson

After a long break, I've put a new version of DBP up on my site at:
  http://members.ozemail.com.au/~hodsond/dbp.html
Source only at this stage, no Windows binary available.

DBP is a batch processing plugin for the Gimp, that performs a
number of common operations (rotate, blur, colour correct, resize,
crop, sharpen, rename, move, and save in new file format) on a
collection of images. It is all gui-driven, no scripting, and the
operations can be previewed on a single image before applying them
to the whole batch.

This version (1.1.2) fixes a few problems with the Sharpen control,
adds Saturation to the colour correction page, and might fix a bug
that appeared on 64 bit systems.

--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Subtracting from image

2005-08-26 Thread David Hodson

Rikard Johnels wrote:

I have two images taken with a few seconds difference, and i want to subtract 
the differences between them from one of them.
Its a crowded square, with people walking around, And i want to keep all the 
stationary object, as benches etc, and remove the things that have moved.


Try this:

Make the two exposures into two layers in a single image.
(Align them if necessary.)
Create an opaque layer mask on the top layer.

Now, painting on the mask should reveal the bottom layer. Just
paint over any moving objects on the top layer, to reveal the
fixed background on the bottom layer. (Making the top layer
slightly transparent will help you to predict what will be
exposed.)

When done, apply the layer mask to the top layer, and flatten
the result.

Does that do what you need?

--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Multiple file scaling

2005-06-24 Thread David Hodson

Jon Lapham wrote:

Is it possible to rescale multiple images (ie: hundreds) without having 
to open each one individually in the Gimp?  I guess this would be a sort 
of batch processing.


David's Batch Processor (DBP) is a Gimp plugin to do exactly this.
Look at http://members.ozemail.com.au/~hodsond/dbp.html


--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Multiple file scaling

2005-06-24 Thread David Hodson

nuno alexandre wrote:


I quote:

[...]

src: http://adrian.gimp.org/batch/batch-7.html


I quote http://adrian.gimp.org/batch/batch.html, the contents page
for that document:

NOTE: This doc is ancient. It it wrong. You really want to look at 
Basic_Batch instead.


That's http://gimp.org/tutorials/Basic_Batch/

Or you can use my plugin, which doesn't allow every image operation
(just the common ones), but is entirely interactive, so you don't
have to worry about writing a script.

--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] dbp plug-in problems installing

2005-05-27 Thread David Hodson

Kristin,


I was happy  to have come across the dbp plug-in, [...]


I'm getting the following error message: 
gtk_file_selection_get_filename_uft8 initial point of procedure not 
found in the library of dynamic connections, libgtk-win32-2.0-0.dll.


Someone else reported the same problem, and fixed it by installing
a newer version (2.6.7) of the GTK library. You could try that.

--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] recording of commands

2005-05-21 Thread David Hodson

[EMAIL PROTECTED] wrote:


[ ...David's Batch Processor ...]


any such plug-in for gimp win users? From what I can see the DBP plug-in 
is only for linux?


I've just updated the page.
(http://members.ozemail.com.au/~hodsond/dbp.html)
It now contains links to download the precompiled Win32 version(s).
(Thanks to Michael Schumacher for sending me those files.)
Let me know if there're any problems.

--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] incremental scaling

2005-02-20 Thread David Hodson
 David Hodson wrote:

 Alexander Rabtchevich wrote:

 It is known incremental scaling produces better results than one-step
 scaling.

 Only if your scaling algoroithm is not very good. Better would be
 to fix any problems in the scaling algorithm, and scale in a
 single pass.
(Sorry, I accidentally replied direct to Alexander first time...)
Alexander Rabtchevich wrote:
I've downsampled from 1562x1562 (crop) to 64x64 (avatar). And the
incremental scaling produced definetely better results. GIMP 2.2.3,
Windows, cubic scaling.
The problem with scaling down by a large factor is that you need
to average out a large number of pixels to get an accurate result.
As far as I know, the Gimp rescale function uses the same algorithm
for scaling either up or down, so if you're using cubic interpolation
it will only sample 16 pixels.
The simplest solution is to blur the image before scaling down.
I'd try with a radius about the same as the scaling factor, but
that's just a guess.
--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Batch-Resizing Photos, etc.

2004-12-13 Thread David Hodson
Lyle,
1) batch renaming
2) batch file-type conversion
3) batch rotations (righting vertical photos)
4) batch resizing
David's Batch Processor is a Gimp plugin which does most of these:
  http://members.ozemail.com.au/~hodsond/dbp.html
Give it a try, and let me know if you have any suggestions.
Also, are there any viewing options that allow for jumping from photo to 
photo by using Page Up  Page Down?
My File Sequencer lets you step through sequentially numbered
images, if that's helpful:
  http://members.ozemail.com.au/~hodsond/fileSeq.html
(It has a minor bug which should be fixed when Gimp 2.2 is
released.)
--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Judging the splash contest (mark 2)

2004-12-03 Thread David Hodson
I haven't even looked at the entries yet, but I would strongly
agree with both of these suggestions (no (living) people, and
substantial use of the GIMP to create the image).
--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Working on multiple files

2004-08-23 Thread David Hodson
khiraly wrote:
What is the simplest way, to do the following day to day job?:
Open 20-40 files at 2592x1944 resolution, and rescal to 1024*768 and
save in .jpg with specific options(progressiv, floating, etc). But all
the image with the same option.
You could try my Gimp batch processing plugin, which is designed
for exactly that. It's at:
http://members.ozemail.com.au/~hodsond/dbp.html
--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Plugin Question

2004-08-14 Thread David Hodson
Gail wrote:
I used gimptool-2.0 and got a lot of error messages when I tried to install, 
same as when I tried the first file.  Would it help you if I post the errors 
here?
That would help, but:
  gimptool --install Multitile.c
builds on my system with only two minor warnings, so if there are
lots of errors it's probably something to do with your setup.
Can you compile other plugins OK?
--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Plugin Question

2004-08-13 Thread David Hodson
Carol Spears wrote:
On Thu, Aug 12, 2004 at 06:23:16PM -0700, Gail wrote:

Has anyone had any luck installing a plugin called Multitile?

perhaps your recent interest in this plug-in will magically cause it to
be updated for gimp2, i dunno.
It could happen.
http://members.ozemail.com.au/~hodsond/Multitile.c
--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Plugin Question

2004-08-13 Thread David Hodson
Gail wrote:
This file linked above was the same as the original I grabbed off of the 
Plug-in Registry.
Not quite the same ...
You did notice that I fixed it to compile for 2.0, didn't you?
By the way - did you try to contact the original authors? If not,
would you like to do it now, and let them know about my changes?
--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] How to treat several pictures at once?

2004-02-06 Thread David Hodson
Dirk,

I took a series of pictures (measures) and I have to normalize and 
equalize them to see any result. [...]

Any help, tutorial or hint would be cool because it is quite urgent.
I've got a batch processing plugin at:

http://members.ozemail.com.au/~hodsond/dbp.html

It applies some common operations to a collection of images.

It doesn't do equalisation, but it has brightness and contrast, so
if the adjustment is the same for all images you might be able to
use it.
--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] David's Batch Processor release for Gimp 1.3

2003-12-05 Thread David Hodson
Hi,

  I finally got around to installing Gimp 1.3 and making the
necessary changes to DBP, a batch processing plugin for Gimp.
The 1.3-compatible version is now available from:
http://members.ozemail.com.au/~hodsond/dbp.html

  Let me know if there are any problems.

--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] David's Batch Processor release for Gimp 1.3

2003-12-05 Thread David Hodson
Sven Neumann wrote:

The problem is that your version for gimp-1.3 doesn't compile against
the latest gimp-1.3 release. Perhaps you want to update your plug-in
to work with 1.3.23?
Yeah, just spotted that. OK, that was the 1.3.22 and earlier
release, latest version coming soon.
--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Resizing *many* images?

2003-11-14 Thread David Hodson
Nick Wilson wrote:

 Does anyone know if there is a way to 'batch resize'? - I have about
 1000 images that all need to be 20% of the original size...
If you want to stay inside Gimp, try David's Batch Processor
(DBP) at http://members.ozemail.com.au/~hodsond/dbp.html
It provides the most common operations, lets you set up the
effect you want, then runs all your files through the same
processing. Linux only, I'm afraid, although I believe there's
a Windows version somewhere on the Web. Current version is for
Gimp 1.2, but I've got the Gimp 1.3 version nearly ready to go.
--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Noise reduction

2003-09-26 Thread David Hodson
Steve Crane wrote:

 Are there any built-in functions or scripts for the GIMP that can be
 used to remove or reduce noise in digital photographs?
Try http://members.ozemail.com.au/~hodsond/degrain.html

--
David Hodson  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] resizing a set of images

2002-11-21 Thread David Hodson
Malcolm Tredinnick wrote:
 On Thu, Nov 21, 2002 at 08:23:02AM +0100, Nasim Shamlou wrote:
 [...]

Is there a way to resize a set of images all at once, instead of editing
them one by one?

 Stock answer #317:
 	Use 'convert' from the ImageMagick set of utilities.

Alternative answer, for the command line impaired: try dbp.
   http://www.ozemail.com.au/~hodsond/dbp.html


--
David Hodson  --  this night wounds time


___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] Mass Conversion

2002-11-05 Thread David Hodson
Joseph A Nagy Jr wrote:


I'm on RH7.2 using Gimp 1.2.3 (waiting for that Gimp 1.3.x RPM to come 
out) and I want to convert every last jpg and bmp on my computer to and 
RGB png.

You could try my batch plugin at:
  http://members.ozemail.com.au/~hodsond/dbp.html



--
David Hodson  --  this night wounds time

___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] ImageMagick

2002-01-30 Thread David Hodson

Hago,

  I think I've fixed the problems with dbp. (They were due to
writing C++ style C, and using gcc 3.0.) The new (30Jan2002)
version is now at:

  http://members.ozemail.com.au/~hodsond/dbp.html

and should compile.

-- 
David Hodson  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user



Re: [Gimp-user] How to...

2001-06-13 Thread David Hodson

regis rampnoux wrote:
 
 How to do barrel or pincushion correction?

On Linux systems, http://www.ozemail.com.au/~hodsond/ has a link to
a plugin for this (wideangle lens correction).

-- 
David Hodson  --  [EMAIL PROTECTED]  --  this night wounds time
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user