Re: [Gimp-user] 262K color palette for TFT

2007-09-11 Thread David Gowers
I made a plugin to do this myself; it's fairly simple to script. This is what is involved in optimizing for 18bit: First, make a 64color palette; this will be a gray gradient from black to white, matching the intensities displayable on the TFT. The easiest way to do this is to reset FG/BG colors

Re: [Gimp-user] color info

2007-09-04 Thread David Gowers
') option, and Shift should then turn the info window OFF when you hold it down, it would appear at all other times. I found your question confusing. If neither of the above is what you want, perhaps you could reword your question and I'll try to answer it better. David

[Gimp-user] Fuzzy Select data

2007-09-03 Thread David Rainwater
I'd like to get my hands on the coordinate data of the outline that Fuzzy Select draws. It would be a shortcut step to making image maps, when for example you fuzzy-select something in an image. Anybody know how to do this? Or modify the source code to get at it? dave

Re: [Gimp-user] pdb.gimp_by_color_select malfunction .. workaround

2007-08-29 Thread David Gowers
On 8/30/07, Stephen Moss [EMAIL PROTECTED] wrote: Fellow python users, After some more work on the problem I discovered that: - small files opened in the GUI are select - none but - larger files are opened select - all I find this extremely difficult to believe. I think it's

Re: [Gimp-user] Gimp 2.3.18 and script-fu errors

2007-08-23 Thread David Woodfall
On (22:49 22/08/07), Pere Pujal i Carabantes [EMAIL PROTECTED] put forth the proposition: El dc 22 de 08 del 2007 a les 12:43 +0100, en/na David Woodfall va escriure: I have just downloaded and tested two scripts and get the same error with each: Error: Set!: Unbound variable: new

[Gimp-user] Gimp 2.3.18 and script-fu errors

2007-08-22 Thread David Woodfall
I have just downloaded and tested two scripts and get the same error with each: Error: Set!: Unbound variable: new The scripts are gm-invert and gm-solarize. Is there some incompatability with newer versions of Gimp and these scripts? Is there an easy way to perhaps edit the scripts to get them

Re: [Gimp-user] wacom: line quality

2007-08-21 Thread David Gowers
On 8/21/07, Konstantin Svist [EMAIL PROTECTED] wrote: Thanks everyone for advice! I'll definitely try playing with the pressure curves. And yes, 'p1' was apparently a modified brush (the original artist confirmed it :). But that aside, p2 and o1 look a lot better than g1... I've heard

Re: [Gimp-user] wacom: line quality

2007-08-21 Thread David Gowers
On 8/21/07, Jozef Legeny [EMAIL PROTECTED] wrote: the way these two tools work is too different, for the adaptation to be possible to quote Sven : The paintbrush stamps the brush repeatedly on the canvase to create a brush stroke. The ink tool however calculates the outline of the brush

Re: [Gimp-user] Font quality in GIF files

2007-08-21 Thread David Gowers
On 8/22/07, Amit Ramon [EMAIL PROTECTED] wrote: Hello, I'm trying to create a logo that consists of some text over transparent background. I want it to be in GIF format. I create the text with the text tool. Now in gimp, it looks great. However, when I go and export it to a GIF, the fonts

Re: [Gimp-user] wacom: line quality

2007-08-20 Thread David Gowers
On 8/21/07, Konstantin Svist [EMAIL PROTECTED] wrote: Hi, I wanted to ask why the lines drawn with a Wacom tablet look so different when drawn in gimp vs. when they're drawn in Photoshop or OpenCanvas. Attached is an example of lines drawn in Photoshop CS2, CS3, OpenCanvas (sorry, can't

Re: [Gimp-user] Blur and Transparency

2007-08-14 Thread David Gowers
On 8/14/07, Jürgen Hubert [EMAIL PROTECTED] wrote: A minor annoyance I had to deal with is when I am attempting to use blur effects on layers with transparent areas - instead of assuming that the transparent areas have no color worth blurring at all, GIMP seems to assume that they are black

[Gimp-user] Font size in Gimp

2007-08-14 Thread David Arnold
Hi, I've successfully installed Macports gimp on my mac os x 10.4.10. In the preferences I've discovered themes, a Default and a Small. Howeer, my old eyes need a Medium or a Large. Is there a simple way to change add a them with a larger font size?

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

2007-08-13 Thread David Hodson
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] I need to know how much was cropped with autocrop

2007-08-08 Thread David Gowers
On 8/1/07, David Feinzeig [EMAIL PROTECTED] wrote: I am writing a plugin that, among other things, autocrops an image. But, I need to know how much was cropped from all four sides, to deal with alignment issues. Any idea how I can do this? Thanks! Dave If you create a rectangular

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

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

Re: [Gimp-user] galen rowell filter?

2007-08-05 Thread David Gowers
On 8/6/07, Rei Shinozuka [EMAIL PROTECTED] wrote: is there a (relatively) simple way to add a galen rowell filter. that's the late national geographic photographer to made great use out of graduated color filters to bring out the colors in sunset, etc. If you're using a digital camera: Maybe

Re: [Gimp-user] Rounding those corners

2007-07-30 Thread David Gowers
On 7/30/07, DJ [EMAIL PROTECTED] wrote: Hi, This gives me a solid 1 pixel left, right, bottom and an anti-aliased lower left and right corner. I probably created 5 more steps than necessary :-). Is there a better way? 1. File-New Specify the required height and width and fill with the

[Gimp-user] Writing values to a file from within GIMP

2007-07-27 Thread David Feinzeig
Hi, I'm writing a script-fu GIMP plugin and I need to be able to write some decimal values to a file during the execution of the script. I've seen some people suggesting that use of fprintf, etc., but can't figure out how to get this to work. Can someone please provide some guidance? Thanks!

Re: [Gimp-user] Writing values to a file from within GIMP

2007-07-27 Thread David Gowers
On 7/28/07, David Feinzeig [EMAIL PROTECTED] wrote: Hi, I'm writing a script-fu GIMP plugin and I need to be able to write some decimal values to a file during the execution of the script. I've seen some people suggesting that use of fprintf, etc., but can't figure out how to get

Re: [Gimp-user] Getting Screenshots directly into GIMP on different, operating systems

2007-07-26 Thread David Gowers
On 7/27/07, Mark Szymanski [EMAIL PROTECTED] wrote: Actually, no. On Linux/X11/DWM, for example, it does.. precisely nothing. Gnome includes that keybinding you mention, so it will work if you are running Gnome, but not KDE. Also-- does a Mac keyboard even HAVE a PrintScreen key? Google

[Gimp-user] New MathMap Plugin?

2007-07-25 Thread David Arnold
to proceed. Can anyone help? Thanks. David. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

[Gimp-user] returning values to command line with script-fu

2007-07-21 Thread David Feinzeig
Hi, I'm using script-fu to do some GIMP scripting and I am successfully calling it from a batch file. However, I would like to be able to return some values back to the command line as the script quits. Is there any kind of RETURN() function? How can I do this? Thanks! Dave

Re: [Gimp-user] GIMP Question

2007-07-20 Thread David Marrs
Noel Burke wrote: My question is this: Yesterday when I installed the program and used it I had many tools and options in the windows. When I logged back into my computer today some of it was missing and I cannot figure out how to get it back. Do you have a go back to default settings

Re: [Gimp-user] Getting Screenshots directly into GIMP on different operationg systems

2007-07-18 Thread David Gowers
On 7/18/07, Victor Domingos [EMAIL PROTECTED] wrote: Em 2007/07/17, às 16:52, David Gowers escreveu: Also-- does a Mac keyboard even HAVE a PrintScreen key? Google saith: no, it doesn't :) As I said in a previous post, in MacOS X, we don't have a PrintScreen key, we have a complete

Re: [Gimp-user] Getting Screenshots directly into GIMP on different operationg systems

2007-07-18 Thread David Gowers
Hi, On 7/18/07, Sven Neumann [EMAIL PROTECTED] wrote: Hi, should have a Printscreen key (less keys are better, not more). Anyway such a function should be kept out of an OS (and it's terrible that both Mac and Windows implement it as part of the OS.) -- the user should be able to use the

Re: [Gimp-user] bizarre behavior of tracing tools with GIMP 2.3

2007-07-14 Thread David Gowers
On 7/15/07, Olivier Lecarme [EMAIL PROTECTED] wrote: David Gowers [EMAIL PROTECTED] wrote: The version of Xorg is irrelevant -- that comparison only makes sense if you have the same *video card* in both systems. This bug has been reported several times, and it's directly related to X's

Re: [Gimp-user] Gimp - gimpshop - newbie

2007-07-11 Thread David Marrs
Perhaps I'm in danger of starting an argument here but some of your points surprise me a little. Manish Singh wrote: Maybe the creator of GimpShop should have respected the GIMP community instead of rejecting it. He did not consult anyone on any of the GIMP lists at all as to proper

Re: [Gimp-user] 16 Bit files

2007-07-11 Thread David Marrs
David Southwell wrote: Anyone... Finally does anyone have a handle on the timeframe for 2.4?? Not really. I think you'll just have to be patient. Incidentally, unless you've got a pro camera and lens, a high quality, properly calibrated monitor and a very good printer, I really don't think

Re: [Gimp-user] Gimp - gimpshop - newbie

2007-07-09 Thread David Southwell
and therefore stronger. Gimp needs to mature. It suffers from feature starvation in many crucial areas (one of which gimpshop has begun to solve) and anyone willing to work on or test such extensions should not IMHO be discouraged. my two pennorth David Southwell

Re: [Gimp-user] Gimp - gimpshop - newbie

2007-07-09 Thread David Southwell
On Sunday 08 July 2007 14:37:01 Manish Singh wrote: On Sun, Jul 08, 2007 at 02:42:22PM -0700, David Southwell wrote: I rather gather there are those who disparage gimpshop and wish it to fail and those who wish it to succeed but are afraid of offending some members of the former group

Re: [Gimp-user] Gimp - gimpshop - newbie

2007-07-09 Thread David Southwell
On Monday 09 July 2007 02:05:43 Karine Delvare wrote: On Mon, 9 Jul 2007 02:11:09 -0700 David Southwell [EMAIL PROTECTED] wrote: It seems to me there are two issues which seem to be confused and rolled into one seeminly illogical construct. 1. Whether some contributors to this list

Re: [Gimp-user] Gimp - gimpshop - newbie

2007-07-09 Thread David Southwell
On Monday 09 July 2007 02:06:53 Simon Budig wrote: David Southwell ([EMAIL PROTECTED]) wrote: On the first point my reaction to those adopting an authoritarian position is come on guys loosen up. It gives the impression that a few people with an axe to grind want to freeze out gimpshop

Re: [Gimp-user] Gimp - gimpshop - newbie

2007-07-09 Thread David Southwell
On Sunday 08 July 2007 14:37:01 Manish Singh wrote: On Sun, Jul 08, 2007 at 02:42:22PM -0700, David Southwell wrote: I rather gather there are those who disparage gimpshop and wish it to fail and those who wish it to succeed but are afraid of offending some members of the former group

Re: [Gimp-user] Gimp - gimpshop - newbie

2007-07-09 Thread David Southwell
single individual should feel obliged to contribute to those discussion. Let us be mature, open and flexible rather than driven by hostility. IMHO Developers have their struggles.. users are only interested in functionality rather than the politics of past struggles. David Southwell Davd

Re: [Gimp-user] Gimp - gimpshop - newbie

2007-07-09 Thread David Southwell
On Sunday 08 July 2007 14:37:01 Manish Singh wrote: On Sun, Jul 08, 2007 at 02:42:22PM -0700, David Southwell wrote: I rather gather there are those who disparage gimpshop and wish it to fail and those who wish it to succeed but are afraid of offending some members of the former group

Re: [Gimp-user] Gimp - gimpshop - newbie

2007-07-09 Thread David Southwell
On Monday 09 July 2007 05:18:23 Raphaël Quinet wrote: On Mon, 9 Jul 2007 05:02:19 -0700, David Southwell [EMAIL PROTECTED] wrote: That would mean more developers, features and a bigger and better community of users. IMHO gimpshop is a great idea. According to some its developers have

Re: [Gimp-user] Gimp - gimpshop - newbie

2007-07-08 Thread David Southwell
On Sunday 08 July 2007 02:41:26 you wrote: Hi, On Sat, 2007-07-07 at 02:34 -0700, David Southwell wrote: I have installed ports/gimpshop on my fFreebsd 6.1 system. I want to compare its functionality with photoshop with which I am extremely familar and use extensively on my Win XP system

Re: [Gimp-user] Gimp - gimpshop - newbie

2007-07-08 Thread David Southwell
On Sunday 08 July 2007 07:42:04 Patrick Shanahan wrote: * David Southwell [EMAIL PROTECTED] [07-08-07 10:36]: On Sunday 08 July 2007 02:41:26 you wrote: Please ask on the gimpshop user list then. You might find that there is no such list. But we can't help you with gimpshop questions here

Re: [Gimp-user] 16 Bit files

2007-07-08 Thread David Southwell
On Sunday 08 July 2007 08:05:45 Kim Johansson wrote: Then it seems like it will come some day. ;) http://wiki.gimp.org/gimp/UserFaq#head-455dd92a98eee71c3c35de7fd48065e75d3c 92ca 2007/7/8, Patrick Shanahan [EMAIL PROTECTED]: * David Southwell [EMAIL PROTECTED] [07-08-07 10:33

Re: [Gimp-user] Gimp - gimpshop - newbie

2007-07-08 Thread David Southwell
On Sunday 08 July 2007 12:07:55 Sven Neumann wrote: Hi, On Sun, 2007-07-08 at 07:48 -0700, David Southwell wrote: I just want to make clear that people who are accustomed to be positively helpful deserve encouragement and others, not of that disposition, IMHO contribute more

[Gimp-user] Gimp - gimpshop - newbie

2007-07-07 Thread David Southwell
gimpshop-2.2.11_5 GIMP fork resembling Adobe Photoshop # uname -a FreeBSD --- 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:15:57 UTC 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP amd64 Thanks in advance david ___ Gimp-user mailing list Gimp

Re: [Gimp-user] GIMP - appalling name?

2007-06-25 Thread David Gowers
On 6/25/07, Brendan [EMAIL PROTECTED] wrote: On Sunday 24 June 2007, John Meyer wrote: somebody actually puts together some numbers we're going to continue to scratch our heads as to why the GIMP is not as well accepted as we think it should be. I won't be scratching my head and

Re: [Gimp-user] 2.3.18 Gimp closes when closing image

2007-06-19 Thread David Woodfall
On (08:03 18/06/07), Sven Neumann [EMAIL PROTECTED] put forth the proposition: Hi, On Sun, 2007-06-17 at 18:51 +0100, David Woodfall wrote: The program 'gimp' received an X Window System error. This probably reflects a bug in the program. The error was 'RenderBadPicture (invalid

Re: [Gimp-user] 2.3.18 Gimp closes when closing image

2007-06-18 Thread David Woodfall
On (08:03 18/06/07), Sven Neumann [EMAIL PROTECTED] put forth the proposition: Hi, On Sun, 2007-06-17 at 18:51 +0100, David Woodfall wrote: The program 'gimp' received an X Window System error. This probably reflects a bug in the program. The error was 'RenderBadPicture (invalid

Re: [Gimp-user] 2.3.18 Gimp closes when closing image

2007-06-17 Thread David Woodfall
On (18:51 17/06/07), David Woodfall [EMAIL PROTECTED] put forth the proposition: When closing an image the whole program will close. Console output if it helps: ### (gimp:22197): LibGimpBase-WARNING **: gimp: wire_read(): error /usr/lib/python2.5/site-packages/gtk-2.0/gobject/__init__.py

Re: [Gimp-user] Compile problems with 2.3.18

2007-06-15 Thread David Woodfall
On (12:21 15/06/07), Simon Budig [EMAIL PROTECTED] put forth the proposition: David Woodfall ([EMAIL PROTECTED]) wrote: I'm getting errors on make: controller_linux_input.c:76: error: 'BTN_TASK' undeclared here (not in a function) What version of the linux kernel are you using? Does

Re: [Gimp-user] Compile problems with 2.3.18

2007-06-15 Thread David Woodfall
On (14:04 15/06/07), David Woodfall [EMAIL PROTECTED] put forth the proposition: On (12:21 15/06/07), Simon Budig [EMAIL PROTECTED] put forth the proposition: David Woodfall ([EMAIL PROTECTED]) wrote: I'm getting errors on make: controller_linux_input.c:76: error: 'BTN_TASK

Re: [Gimp-user] Searching for python scripting tutorial

2007-06-15 Thread David Gowers
On 6/15/07, Milos Prudek [EMAIL PROTECTED] wrote: Hi, I would like to script two simple actions: 1) - Add frame 20 white pixels, - Add frame 2 black pixels, - Add frame 80 white pixels, - Job finished 2) - add white blurred frame 110 pixels - blur the border, grain 9, no added shadow

Re: [Gimp-user] Move/Grab tool?

2007-06-13 Thread David Woodfall
On (21:08 13/06/07), Sven Neumann [EMAIL PROTECTED] put forth the proposition: Hi, On Wed, 2007-06-13 at 17:31 +0100, David Woodfall wrote: Is it possible to make a tool that just moves an image when zoomed in? I'm thinking something similar to pressing spacebar in Photoshop

Re: [Gimp-user] Numeric black (darkest) and white (lightest) points, and mass setting

2007-06-10 Thread David Gowers
On 6/10/07, DJ [EMAIL PROTECTED] wrote: Hi Gimp-user, How do I know the numeric black (darkest) and white (lightest) points of an image? What is the easiest way to change the black and white points of a group of images? If I look at Levels it shows 0 and 255, as the range. The histogram is,

Re: [Gimp-user] Dodge or Burn layer but only to specific parts

2007-06-05 Thread David Gowers
On 6/5/07, DJ [EMAIL PROTECTED] wrote: Why is the quick-mask in the un-do's? It doesn't actually modify the image. I turn the quick-mask on and off a lot, and it pops up a lot in the undo's. It does modify the image. The selection is considered part of the image. Compare it with paths -- you

Re: [Gimp-user] gimp-comment in batch file

2007-06-04 Thread David Woodfall
On (20:46 03/06/07), [EMAIL PROTECTED] [EMAIL PROTECTED] put forth the proposition: OOPS! The 'if' statement should be (if (null? errobj). I had my logic backwards. Quoting [EMAIL PROTECTED]: ;;-- ;; 'add-comment' attaches

[Gimp-user] No batch interpreter specified,...

2007-06-04 Thread David Woodfall
I get this error when I run a batch command. How do I specify the interpreter? No batch interpreter specified, using the default 'plug_in_script_fu_eval' -- Nothing astonishes men so much as common sense and plain dealing. ___ Gimp-user mailing list

Re: [Gimp-user] gimp-comment in batch file

2007-06-04 Thread David Woodfall
On (19:51 04/06/07), David Woodfall [EMAIL PROTECTED] put forth the proposition: On (20:46 03/06/07), [EMAIL PROTECTED] [EMAIL PROTECTED] put forth the proposition: OOPS! The 'if' statement should be (if (null? errobj). I had my logic backwards. Quoting [EMAIL PROTECTED

Re: [Gimp-user] No batch interpreter specified,...

2007-06-04 Thread David Woodfall
On (20:17 04/06/07), David Woodfall [EMAIL PROTECTED] put forth the proposition: I get this error when I run a batch command. How do I specify the interpreter? No batch interpreter specified, using the default 'plug_in_script_fu_eval' Ok I just RTFM or at least gimp -h and found I can do

[Gimp-user] gimp-comment in batch file

2007-06-03 Thread David Woodfall
Hi, I'm trying to write a batch scm to insert a comment into a tiff. Here is the test code. It appears to function correctly but does not seem to add the comment: (define (batch-test pattern) (let* ( (filelist (cadr (file-glob pattern 1))) (filename2) (filename)

Re: [Gimp-user] Another GIMPTOOL question: If it's not in the GIMP development libraries, where is it?

2007-06-01 Thread David Gowers
Hi Patrick, On 6/2/07, Patrick Shanahan [EMAIL PROTECTED] wrote: The README.txt said to copy a file, GREYCstoration_gimp_pc_linux to GIMP's plug-ins directory. Tried it on a couple of images and it appears to be working. That too, but I do not have access to the plugin :^( 23:40 wahoo:~

Re: [Gimp-user] How do you select the inside of a circle?

2007-05-22 Thread David Gowers
On 5/22/07, Claus Cyrny [EMAIL PROTECTED] wrote: DJ wrote: Hi, How do I get a selection of the entire inside of an outline of a circle? For example, I have a transparent background, and I draw a circle in black (it looks like this O , minus the quotes) How do you draw the circle in the

Re: [Gimp-user] How to manage lots of brushes in the Brush Dialog

2007-05-19 Thread David Gowers
On 5/20/07, DJ [EMAIL PROTECTED] wrote: Hi, I have started to add some palettes, brushes, and scripts in GIMP. There are a lot of useful brushes that will come in handy for specific purposes, but won't be used often. Performance: If all the brushes are added at startup how does GIMP perform?

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

2007-05-15 Thread David Hodson
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] Covering up

2007-05-03 Thread David Holland
I am a novice gimp user. I want to change some photos so a swimming costume is more decent. Is there any information anywhere on how to do this ? First

Re: [Gimp-user] Covering up

2007-05-03 Thread David Holland
The bikini was slightly damaged so instead of all the breasts being covered it shows about 70%. However the person in question wants to a) keep the picture and b) show it to other people. John Meyer [EMAIL PROTECTED] wrote: David Holland wrote: I am a novice gimp user. I want to change

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

2007-04-29 Thread David Hodson
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

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

Re: [Gimp-user] RAW format from digital camera.

2007-04-22 Thread david
On Sun, 2007-04-22 at 20:03 -0400, John R. Culleton wrote: My digital camera will take pictures and store them in jpg mode but also in RAW mode. RAW mode takes up more room. I hve a couple of questions. 1. Will Gimp handle this RAW mode? If so what suffix should I use on the file? 2.2

Re: [Gimp-user] RAW format from digital camera.

2007-04-22 Thread david
On Sun, 2007-04-22 at 23:44 -0400, John R. Culleton wrote: On Sunday 22 April 2007 20:16, Renan Birck wrote: Em Dom, 2007-04-22 às 20:03 -0400, John R. Culleton escreveu: 1. Will Gimp handle this RAW mode? If so what suffix should I use on the file? Not directly, but you can use tools

Re: [Gimp-user] KPT for the Gimp?

2007-04-16 Thread David Gowers
filters-warp-iwarp On 4/17/07, Renan Birck Pinheiro [EMAIL PROTECTED] wrote: Em Seg, 2007-04-16 às 15:10 +0200, Claus Cyrny escreveu: Hi, does anyone know if there is a Script-Fu available somewhere which emulates Kai's Power Tools (KPT)? I once had KPT v 3 under Corel PHOTO-PAINT, and

Re: [Gimp-user] how to close an open window

2007-04-04 Thread David Gowers
Hi, On 4/4/07, Steven Howe [EMAIL PROTECTED] wrote: OK. So far I've kept my opinions about the documentation and odd naming of features, but ... Can't close a window? This is simply hyperbole. It's perfectly sensible not to allow you (the plugin) to destroy something which others may still

Re: [Gimp-user] Synchronize tools among input devices

2007-03-31 Thread David Gowers
On 4/1/07, Dave M G [EMAIL PROTECTED] wrote: GIMP Users, Is the request I describe below impossible in GIMP? Dave, As far as I know it is indeed impossible. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU

Re: [Gimp-user] Unable to use 'system' command for script-fu

2007-03-10 Thread David Gowers
On 3/11/07, Joao S. O. Bueno Calligaris [EMAIL PROTECTED] wrote: On Sunday 11 March 2007 01:25, Tony Freeman wrote: OK, I found this site ... I'll be studying this for a while :-) http://developer.gimp.org/plug-in-template.html You really be better trying out pythhon scripts first. Only if

Re: [Gimp-user] straight line selection (arbitrary angle)

2007-03-07 Thread David Gowers
I suggest entering QuickMask mode, then drawing (with the pencil tool and white color, using shift+click to draw lines from one point to the next, then floodfill tool to fill the polygons.) On 3/8/07, James Lockie [EMAIL PROTECTED] wrote: I want to select an area that has one straight edge.

[Gimp-user] image resolution

2007-03-04 Thread David Heino
the assumption that it is the highest resolution needed for display on the computer screen. Will this soon change? And, if so, what sort of resolutions will be needed? How will this change the production of images for web content? Thank-you, David

Re: [Gimp-user] [Gimp-web] FAQ Overhaul

2007-03-04 Thread David Marrs
Sven Neumann wrote: Thanks for your help. But it would probably help if you could give a pointer, or even a link, to which FAQ you are talking about. Sven oh yeah.. http://wiki.gimp.org/gimp/UserFaq ___ Gimp-user mailing list

[Gimp-user] [Gimp-web] FAQ Overhaul

2007-03-03 Thread David Marrs
that should be removed. Finally, it would be nice if a link to the FAQ could be added to the message footers and/or to an auto-generated list etiquette monthly periodical. Regards, David ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https

Re: [Gimp-user] Pan Tool keyboard shortcut

2007-03-02 Thread David Marrs
David Gowers wrote: 2.3.12 (the latest release is 2.3.15) ... I don't usually remember that some people seriously use software with less features in preference to using development releases. Well that's cos they're encouraged to. 2.2 is stable whereas 2.3 is unstable. Speaks for itself

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

Re: [Gimp-user] Pan Tool keyboard shortcut

2007-03-01 Thread David Gowers
Hi, On 3/1/07, Dave M G [EMAIL PROTECTED] wrote: Matthias, Thank you for responding. Here (Gimp 2.2.0, Windows) I can pan using the cursor buttons. Cursor pans in small increments (pixels) and shift + cursor pans in large increments (window width/height). Doesn't it do the same on

Re: [Gimp-user] Pan Tool keyboard shortcut

2007-03-01 Thread David Gowers
Hi, On 3/2/07, Dave M G [EMAIL PROTECTED] wrote: Is it not possible that you're using a pre-release version of 2.4 or something else? (I've got GIMP 2.2.11) Oh. Yes. I'm using the latest version from the subversion repository. The feature I'm talking about was added in GIMP 2.3.12 (the

Re: [Gimp-user] Automated sequence of actions with keyboard shortcuts? [SOLVED]

2007-02-27 Thread David Gowers
Hi, On 2/28/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: (define (script-fu-path-fill-aliased image layer) (let* ((path (car (gimp-path-get-current image (gimp-image-undo-group-start image) (gimp-path-to-selection image path CHANNEL-OP-REPLACE FALSE FALSE 0 0)

Re: [Gimp-user] X11

2007-02-21 Thread david
I would hate anyone to think that you can't use GIMP on Mac/X11... I do it every day without significant problems. It's a linux-like environment so it feels slightly different. That's all. No sweat. On Wed, 2007-02-21 at 11:52 +0100, Axel Wernicke wrote: Hi Orlando, please don't get me

Re: [Gimp-user] Color of pencil and eraser (rubber gum)

2007-02-19 Thread David Gowers
On 2/19/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Dear List, I'd like to have my eraser and my pencil to be white. At present my eraser is sometimes white, sometimes gray, my pencil is black, and after I select color chooser to white it turns white. How to set them permanently to a

Re: [Gimp-user] 16-bit support/color management

2007-02-12 Thread David Gowers
On 2/13/07, Claus Cyrny [EMAIL PROTECTED] wrote: Hi, after reading through a number of old posts to the devel-list, I subscribed to this list again (after some time of absence), because I'm not a programmer/developer, but a user. With the advent of new bitmap editors like CinePaint (ok,

Re: [Gimp-user] Smoothing lines

2007-02-05 Thread David Gowers
On 2/6/07, Dave M G [EMAIL PROTECTED] wrote: GIMP Users, I've been finding it difficult to draw smooth freehand curves in GIMP. I thought this might be an issue with my Wacom driver (LinuxWacom, from Sourceforge), but the members of that list are suggesting this might be a GIMP issue. First

Re: [Gimp-user] pop-up dialog windows

2007-01-27 Thread David Gowers
On 1/28/07, Alex Feldman [EMAIL PROTECTED] wrote: Hi, This is a very minor issue, just something for the devteam to think about if they happen to be doing something related with the code. I like to have the focus follow my mouse, and not to have to click to raise a window. That preference

Re: [Gimp-user] acting on several layers

2007-01-26 Thread David Gowers
On 1/27/07, Scott Bicknell [EMAIL PROTECTED] wrote: On Friday 26 January 2007 11:45 am, Geoffrey wrote: What if you created a separate transparent layer on top of the layers you want to paint. Paint on this layer then merge it with the layers you want to have it applied? You can do that if

Re: [Gimp-user] Is it possible to have a gradient brush?

2007-01-21 Thread David Gowers
There is a way to find out how long a path is; You can find that number, enable 'use gradient' in the paint tool, and set the length of the gradient to match that number. Then stroking the path should give the result you want. That is if you want a gradient ALONG the path. If you want a

Re: [Gimp-user] Why can't I clone

2007-01-16 Thread David Gowers
Your window manager is exceptionally uncooperative. Reconfigure it or use a different one. I've NEVER heard of a window manager that's as rude as to block CTRL+click from application use. On 1/17/07, Michael Satterwhite [EMAIL PROTECTED] wrote: I have an image currently stored / loaded as an

Re: [Gimp-user] Comic patterns for the Gimp?

2007-01-15 Thread David Gowers
On 1/15/07, Rachael H. [EMAIL PROTECTED] wrote: Hello! I'm a long time lurker here on the list. I created a webcomic that I use the Gimp to create the bubbles and any other editing. I'm curious if anyone has created their own patterns for word bubbles? If so any one out there who is willing

Re: [Gimp-user] saving colors with color picker

2006-12-26 Thread David Gowers
On 12/27/06, Jozef Legeny [EMAIL PROTECTED] wrote: On 12/9/06, Anthony Ettinger [EMAIL PROTECTED] wrote: I can't figure out how to do this when I click the color picker tool, it just sets fg and bg. How do I save it so I can change color, and then re-use again later? -- Anthony

Re: [Gimp-user] Faking Miniature environments in GIMP from existing photographs?

2006-12-24 Thread David Gowers
On 12/25/06, Jon Grant [EMAIL PROTECTED] wrote: Hi, Saw this on Digg last night: http://forums.livingwithstyle.com/showthread.php?t=342065 Anyone know how to do a gradient selection in GIMP? I've seen various mentions of it, but I cant find it in the docs:

Re: [Gimp-user] Gimp vs. Photoshop

2006-12-22 Thread David Marrs
Trapper wrote: Most English speakers generally relate gimp to the slang variant, most of us are familiar with it and most of us consider it to be something negative. Can I just change that to most American English speakers? I learnt the meaning of the slang word gimp while reading a

Re: [Gimp-user] Gimp vs. Photoshop

2006-12-18 Thread David Gowers
On 12/18/06, Anthony Ettinger [EMAIL PROTECTED] wrote: Bring out The Gimp How many people do you really think have seen that movie? For example, English is my native language, and I've never heard this movie reference until it was brought up repeatedly on this mailing list -- this is the

Re: [Gimp-user] plugins for photographers

2006-12-18 Thread David Hodson
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] Gimp vs. Photoshop

2006-12-17 Thread David Gowers
On 12/18/06, Leon Brooks [EMAIL PROTECTED] wrote: Anthony Ettinger [EMAIL PROTECTED] wrote: You may have a point given 2 software boxes on a shelf, Photoshop is more descriptive than Gimp - But that isn't how people acquire Gimp. Today. What about in 3 years' time? I like the proposed

Re: [Gimp-user] Slowing things down

2006-12-16 Thread David Marrs
order. I filter on [To or CC = [EMAIL PROTECTED] Regards, David ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Re: [Gimp-user] Gimp vs. Photoshop

2006-12-16 Thread David Marrs
their roadmap is. He may find it useful to look at in the future (as well as Gimp) if he's in this predicament again. Anyway, Digg, Slashdot et al should provide you with enough comparisons to make you wish you'd never started this thread. :p Regards, David (1) http://seashore.sourceforge.net

Re: [Gimp-user] Bug 119646 – add polygonal selecti on tool

2006-12-13 Thread David Marrs
fine by me. Regards, David ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Re: [Gimp-user] suggested behaviour change of layer masks

2006-12-13 Thread David Marrs
Sven Neumann wrote: You need to create a layer mask first, then paste into the layer mask. Thanks, I'll try that. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

[Gimp-user] Bug 119646 – add polygonal selecti on tool

2006-12-12 Thread David Marrs
that isn't quite free select and isn't quite bezier path. Regards, David Appendix --- (1) http://bugzilla.gnome.org/show_bug.cgi?id=119646 (2) http://code.google.com/soc/gimp/appinfo.html?csaid=26F82BA0B5805CD9 ___ Gimp-user mailing list Gimp

<    1   2   3   4   5   6   7   >