[Gimp-developer] stdout from lisp

2006-04-09 Thread saulgoode
Kovacs, Output from Script-fu can be sent to "stdout" by first performing a: (gimp-message-set-handler 1) and then sending your strings using something like (gimp-message "foobar") where "foobar" is the string to printed on "stdout". Perhaps this will be sufficient for your needs? __

[Gimp-developer] (no subject)

2006-04-19 Thread saulgoode
> Now I see that a little link could have saved me time (and disk space ;-)) > and maybe brought to GIMP some more beta testers. > I can't understand the rationale behind this decision to hide the binaries. I mean to cast no aspersion on Paolo here, I imagine he is correct that a few beta-testers

[Gimp-developer] Binary of Gimp devel branch for Win32

2006-04-19 Thread saulgoode
> Now I see that a little link could have saved me time (and disk space ;-)) > and maybe brought to GIMP some more beta testers. > I can't understand the rationale behind this decision to hide the binaries. Paolo may be correct that a few beta-testers are "put off" by the effort of compiling from

[Gimp-developer] One layer merges

2006-05-01 Thread saulgoode
Rather than have a merge of a single visible layer result in an error message, would it be preferable to have the operation apply the Opacity setting to the layer? ADVANTAGES: * Eliminates an error message pop-up. * More intuitive. Merging down first applies the Opacity and then combines the laye

Re: [Gimp-developer] Flatten image into image and alpha

2006-05-10 Thread saulgoode
well as create any miniaturized previews; the script is merely intended for demonstration of a technique. http://www.postbrickfilms.com/saulgoode/GIMP/Scripts/alpha-preview.scm ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU

Re: [Gimp-developer] Gimp certification

2006-05-13 Thread saulgoode
I may be out of line here but it would seem to me that an excellent way of bolstering one's resume and fattening one's portfolio would be to become an active participant in the GIMP documentation project. What better way to prove one's expertise and knowledge about the GIMP than to actually produce

[Gimp-developer] Suggestion: Make the 'New layer' command default to 'New layer with last values'

2006-05-17 Thread saulgoode
Martin, Have you considered assigning the "new layer" function to a key? I have assigned my apostrophe to do just that and, if the need arose, I am quite confident that I could request 100 new layers faster than my computer could generate them; all without even leaving the image window. _

[Gimp-developer] Possible Ideas and Suggestions

2006-05-23 Thread saulgoode
1. If this is to be a poll of user preferences, my vote is to keep things as they are. The first reason has to do with hidden functionality (as previously discussed) and the second is that this *is* an issue of "user preference" with, what I would guess is, about a 50/50 split; since half t

[Gimp-developer] Combine masks & UNDO history

2006-05-26 Thread saulgoode
I am not sure that this is a bug so I thought I would mention it here. The PDB function 'gimp-channel-combine-masks' does not appear to register with the UNDO history. Perhaps it is not supposed to since it does not modify the image but there are some other functions that don't modify the i

Re: [Gimp-developer] Combine masks & UNDO history

2006-05-26 Thread saulgoode
Quoting Michael Natterer <[EMAIL PROTECTED]>: The PDB function 'gimp-channel-combine-masks' does not appear to register with the UNDO history. Perhaps it is not supposed to since it does not modify the image Of course it modifies the image. The saved channel is part of the image. Thank you f

[Gimp-developer] mock ups for vanishing point

2006-05-31 Thread saulgoode
___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

[Gimp-developer] mock ups for vanishing point

2006-05-31 Thread saulgoode
Apologies for my previous (blank) post. Would it be possible to abstract this process so that the perspective is not limited to just a quadrilateral plane as the destination? If the transform definition could be a bezier path, could the transform use a more generic method (with spline mappi

Re: [Gimp-developer] gimp-python: checking if point is in selection

2006-06-02 Thread saulgoode
Quoting Sebastian Breuers <[EMAIL PROTECTED]>: i wondered if there is a possibility to check, if a point is in a given selection by using an internal gimp function. If it's not, could someone give me a hint, how to achieve this in creating an own function? I don't use Python-fu but the followin

[Gimp-developer] Tiny-Fu status and information

2006-06-03 Thread saulgoode
I fail to see why Tiny-fu can't be made backwards compatible with SIOD; at least sufficiently enough to justify a direct substitution. If compatibility is assumed as a premise (and the appropriate changes to Tiny-fu implemented), the differences that Kevin Cozens described all but disappear

Re: [Gimp-developer] Re: New microsoft image format

2006-06-03 Thread saulgoode
On Saturday 03 June 2006 11:49, Juhana Sadeharju wrote: In my software, I have already thought of using a license which forbids their use in Windows. I don't know the license details yet; perhaps GPL + restriction. You might wish to look at the licensing of the Xara Xtreme software. They have

Re: [Gimp-developer] Getting the GIMP to work well on a OLPC laptop

2006-06-06 Thread saulgoode
I find this idea intriguing and would be quite interested in participating. ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Script-Fu procedure blurb review

2006-06-22 Thread saulgoode
I would be willing to spend some time on this; although I am unfamiliar with what the previous work on other plugins was about. In particular, I do not know what "marked them for translation" means (if this is referring to some type of foreign language translation then I am most likely a po

Re: [Gimp-developer] Script-Fu procedure blurb review

2006-06-24 Thread saulgoode
I estimate that I am about 15% finished on this task and that it will take me another two weeks to complete. Would this be sufficient for your scheduling needs? At the end of this message is a sample change of the registration for the "3dTruchet.scm" script. I do not know if there is anothe

Re: [Gimp-developer] Script-Fu procedure blurb review

2006-06-27 Thread saulgoode
Sven Neumann stated: I am afraid that you misunderstood the task that I am asking you to do. For what it's worth, I did examine the plug-ins but they have two "blurb" strings available (one for the status line and one for the plugin's Help dialog) whereas Script-fus seem to only have the o

Re: [Gimp-developer] Script-Fu procedure blurb review

2006-06-28 Thread saulgoode
I agree that it would be desirable to have the help descriptions be more informative but I will focus on the one-line blurbs for now. I am working on the "g"s now. After I have finished the one-liners, I will look into having Script-fu parse the help text into a 1-line "text" and a multi-li

Re: [Gimp-developer] Is there a way to update the cursor position from within a tool?

2006-07-28 Thread saulgoode
Quoting Karl Günter Wünsch <[EMAIL PROTECTED]>: That's why I would like to update the cursor position after all of the calculations are through to reflect the results. Are you saying that you wish the pointer to be forced to the calculated corner of a (aspect ratio) constrained mouse moveme

Re: [Gimp-developer] Script-Fu procedure blurb review

2006-08-02 Thread saulgoode
Quoting Sven Neumann <[EMAIL PROTECTED]>: a while ago we went over all plug-ins, reviewed the procedure blurbs and marked them for translation. The blurbs are shown in the image status bar and as menu tooltips. This hasn't happened for Script-Fu yet, even though the script procedure blurbs are s

Re: [Gimp-developer] Script-Fu procedure blurb review

2006-08-02 Thread saulgoode
My apologies for my preceding post which merely quoted Michael Natterer; I was using a new mail editor and it apparently expects me to only TAB between header fields. Quoting Michael Natterer <[EMAIL PROTECTED]>: Unfortunatel not. You apparently diffed between modified scripts from 2.3 and

Re: [Gimp-developer] rectangle select tool specification

2006-08-12 Thread saulgoode
First off, fantastic job on the new tool. I think it is great and have no great complaints about its implementation. FWIW, I would mildly desire integer-only aspect ratios and I would greatly desire having the "make square" and "expand from center" options be available as key modifiers. O

Re: [Gimp-developer] Re: rectangle select tool specification

2006-08-15 Thread saulgoode
Quoting Sven Neumann <[EMAIL PROTECTED]>: Hi, On Mon, 2006-08-14 at 22:29 -0500, Tim Jedlicka wrote: Why make only the handles grabbable? I don't understand the harm in having all edges grabbable. I think the idea is that different actions are assigned to different handles. If you grab a ha

[Gimp-developer] Parasites and Tattoos: some questions

2006-08-23 Thread saulgoode
Parasites: Is there a philosophical reason that parasite changes are not UNDOable? If not, could someone provide a nudge on how "non-tile" information is saved to the UNDO history (for example, layer name changes)? Also, the "*-parasite-find" PDB functions return a list containing a sin

Re: [Gimp-developer] new GIMP releases ahead

2006-08-24 Thread saulgoode
I would very much like to see the old "wire-frame" icon theme available in the next release. I do not find the new theme to be an improvement and should like to have the option of restoring the original. Quoting Sven Neumann <[EMAIL PROTECTED]>: just a quick note to tell everyone that I a

Re: [Gimp-developer] Parasites and Tattoos: some questions

2006-08-24 Thread saulgoode
Quoting David Gowers: There is a flag for making a parasite undoable (GIMP_PARASITE_UNDOABLE?) Are you saying that this flag doesn't work? It does for me in PyGimp -- I use it most of the time. I don't think that flag's name is exposed in Script-fu but it does appear to work fine when flag

Re: [Gimp-developer] Script-Fu procedure blurb review

2006-09-13 Thread saulgoode
er I could provide a tested patch within even a week's time (I have other things occupying my time this week). > Hi, > > we still need the Script-Fu blurbs reviewed for GIMP 2.4. > > http://bugzilla.gnome.org/show_bug.cgi?id=351283 > > Come on, guys, this is almost d

Re: [Gimp-developer] Script-Fu procedure blurb review

2006-09-13 Thread saulgoode
er I could provide a tested patch within even a week's time (I have other things occupying my time this week). > Hi, > > we still need the Script-Fu blurbs reviewed for GIMP 2.4. > > http://bugzilla.gnome.org/show_bug.cgi?id=351283 > > Come on, guys, this is almost d

Re: [Gimp-developer] Script-Fu procedure blurb review

2006-09-13 Thread saulgoode
er I could provide a tested patch within even a week's time (I have other things occupying my time this week). > Hi, > > we still need the Script-Fu blurbs reviewed for GIMP 2.4. > > http://bugzilla.gnome.org/show_bug.cgi?id=351283 > > Come on, guys, this is almost d

Re: [Gimp-developer] easier way to convert image into selection

2006-09-17 Thread saulgoode
> From: Alexander Rabtchevich <[EMAIL PROTECTED]> > > >Some plug-ins (edge detection for example) provide images as a result. > >If their result is required as a selection, I new only one way to make > >it: create layer mask, copy the image into the mask and convert the mask > >into selection. Is t

Re: [Gimp-developer] easier way to convert image into selection

2006-09-17 Thread saulgoode
It would probably help if I provided a link to the script. :-) http://flashingtwelve.brickfilms.com/GIMP/Scripts/layer-select.scm Also, the file includes another function (which selects the boundaries of the active layer). ___ Gimp-developer mailing lis

Re: [Gimp-developer] requesting a change in the defaults

2006-09-20 Thread saulgoode
Logitech, Microsoft, and Kensington together supply mice for over 50% of the market. With only a few exceptions (the 2-button ValuMouse by Kensington and a 1-button replacement for the Macintosh), all of their models include a scroll wheel (in some cases, a "scroll sensor" or trackball). The remain

Re: [Gimp-developer] Moving selection contents with the move tool?

2006-09-28 Thread saulgoode
While "moves" might not be considered to be within the category of Transformations, they are commonly associated with them. A google of "CAD translations and transformations" will readily display how the two operations are commonly paired. Perhaps a better question to ask would be what graphics pro

Re: [Gimp-developer] how to get the code of feather function?

2007-02-28 Thread saulgoode
Quoting zhang chi <[EMAIL PROTECTED]>: > I hope to know the feather algorithm for my research,so how to get the > feather funcion code? > > thank you! 'Feathering' involves performing a Gaussian blur with the specified amount being used as the 'radius'.

Re: [Gimp-developer] what algorithm is used in Ctrl-K?

2007-03-02 Thread saulgoode
Quoting zhang chi <[EMAIL PROTECTED]>: > http://www.gimptalk.com/forum/topic/My-First-Tutorial-Blending-Images-In-Gimp-106-1.html > > in this tut, after feather,C-i,and C-K is used, but what algorithm is used > when using Ctrl-k ? > > thank you If the layer has an alpha channel then the value o

Re: [Gimp-developer] what algorithm is used in Ctrl-K?

2007-03-03 Thread saulgoode
Quoting David Gowers <[EMAIL PROTECTED]>: > On 3/3/07, [EMAIL PROTECTED] < > [EMAIL PROTECTED]> wrote: >> >> Quoting zhang chi <[EMAIL PROTECTED]>: >> >>> >> http://www.gimptalk.com/forum/topic/My-First-Tutorial-Blending-Images-In-Gimp-106-1.html >> >>> >>> in this tut, after feather,C-i,and C-K

Re: [Gimp-developer] how to realize these operations by using computer program language?

2007-03-03 Thread saulgoode
Quoting zhang chi <[EMAIL PROTECTED]>: > I want to realize these operations by using computer program language: > http://www.gimptalk.com/forum/topic/My-First-Tutorial-Blending-Images-In-Gimp-106-1.html > > I select gimp software,because I think gimp is open source code,but I found > there are too

Re: [Gimp-developer] Enhancement Proposal: Add a temporary magnifier

2007-03-04 Thread saulgoode
I was unable to locate any discussion covering a "tracking view window" and was hoping someone could either explain it or provide a link to an explanation. It would seem to me that, depending upon how it were implemented, a view window with tracking capabilities might be sufficient to meet t

Re: [Gimp-developer] preview window does not work

2007-03-08 Thread saulgoode
Quoting "Luis A. Florit" <[EMAIL PROTECTED]>: > > http://w3.impa.br/~luis/fotos/lixo/grid_blurred.jpg > > You can see three problems: > 1) The old 1-pixel-down shift. > 2) The two dark bands (20 lines each) at top and bottom of the image. > 3) Even much intriguing is the grey band right below the

Re: [Gimp-developer] "Error: unmatched parentheses: 1" in a Scheme Script that looks fine

2007-03-10 Thread saulgoode
Quoting Shlomi Fish <[EMAIL PROTECTED]>: > Hi all! > > I'm trying to load the following script using gimp-2.3.14-2mdv2007.1: > > http://www.shlomifish.org/Files/files/code/gimp/fierysteel.scm > > ...snipped... > > 1. Tell me what's wrong with the script. > > 2. Fix script-fu or tiny-fu so it will

Re: [Gimp-developer] Enhancement Proposal: Add a temporary magnifier

2007-03-21 Thread saulgoode
WARNING TO DIALUP USERS! The GIF file linked to in this post weighs in at 2.2Mb. Quoting peter sikking <[EMAIL PROTECTED]>: > "saul" on the irc made this film (thanks): > > > > I could imagine here some dust spotting going on, on a

Re: [Gimp-developer] gimp_drawable_get_image fails?

2007-04-13 Thread saulgoode
Quoting coolhand <[EMAIL PROTECTED]>: > The problem is that when i open the first image, then close it and then i > open the second, gimp_drawable_get_image returns me -1. ¿Why this? > Ok, sorry. I have to read a new format of image. This images have X layers. > > 1) I create one image: imag

Re: [Gimp-developer] gimp_drawable_get_image fails?

2007-04-16 Thread saulgoode
Quoting coolhand <[EMAIL PROTECTED]>: > and the get_band_data code: > >band->layer_id = gimp_layer_new (image, band->colorspace_name, > band->width, band->height, GIMP_GRAY_IMAGE, 100.0, GIMP_NORMAL_MODE); >drawable = gimp_drawable_get (band->layer_id); I don't understand your call to gimp

Re: [Gimp-developer] Copy layer betwen images

2007-04-29 Thread saulgoode
Quoting David Hodson <[EMAIL PROTECTED]>: > What is the correct way to copy a layer from one image to another, using > the API? I am not certain of its correctness, but I would use the PDB function 'gimp-layer-new-from-drawable'. In Script-fu: (define new-layer (car (gimp-layer-new-from-drawa

Re: [Gimp-developer] Plug-in-convmatrix and INT32ARRAY

2007-05-21 Thread saulgoode
Quoting "Dommett, David W CTR USAF AFRL/HEC" <[EMAIL PROTECTED]>: > Is it possible to call plug-in-convmatrix from a Scheme script? The > 10th parameter needs to be an INT32ARRAY however I don't know how to > create one of these in Scheme. If I try something like a float array I > just get an er

Re: [Gimp-developer] lgm 07, top?10 GIMP user requests...

2007-05-23 Thread saulgoode
Quoting peter sikking's weblog: (http://www.mmiworks.net/eng/publications/2007/05/lgm-gimp-project-overview.html) "ALSO NOT PAINTER the focus for GIMP is to work with ‘found’ images;" I do not understand the reason for this restriction. Myself, I am not a painter. I do not use the GIMP for

Re: [Gimp-developer] error on roundcorners

2007-06-03 Thread saulgoode
Quoting "Luis A. Florit" <[EMAIL PROTECTED]>: > I am getting an error on the script round-corners.scm (gimp 2.3.17). > A pop-up window opens with the following error: > > "Procedural database execution of gimp-image-undo-group-end failed:" > > and just that... Line 66 contains a spurious

Re: [Gimp-developer] index colour images: interp

2007-06-22 Thread saulgoode
Quoting [EMAIL PROTECTED]: > > Once 2.4 is out and there is a review of the interp naming strategy w.r.t. > downscaling the use of NONE should be probably be changed as well. (A > scaled up image with no interpolation has holes in it.) > > Even though rather simplistic, N.N _is_ interpolation. >

Re: [Gimp-developer] Doing an action for each color in an indexed color-palette

2007-06-27 Thread saulgoode
Quoting Roberto Uhlig <[EMAIL PROTECTED]>: > Hello, > has/knows anyone a script/plugin (an idea) to go color by color > through an indexed color-palette and doing an action for each color? > I'd like to create from a picture with an optimized color-palette > with ca. 5-10 (may be 1-256) colo

Re: [Gimp-developer] Doing an action for each color in an indexed color-palette

2007-06-27 Thread saulgoode
I have updated the script (http://flashingtwelve.brickfilms.com/GIMP/Scripts/Temp/save-as-tiff-masks.scm). It now saves as a LZW-compressed TIFF. ;; Saves a 1-bpp TIFF file for each color of an Indexed image where that ;; color is replaced by white and the rest of the image is black. ;; The T

Re: [Gimp-developer] jpeg quality factor

2007-07-09 Thread saulgoode
Quoting Sven Neumann <[EMAIL PROTECTED]>: > ... The happy user is > silent. If we would do a change every time a user asks for a change, > then GIMP would be a lot more inconsistent and probably also more buggy. > For that reason it is important to

Re: [Gimp-developer] jpeg quality factor

2007-07-10 Thread saulgoode
Quoting [EMAIL PROTECTED]: > On Tue, 10 Jul 2007 01:24:40 +0200, > <[EMAIL PROTECTED]> wrote: > >> If I have >> a Quality setting of 95 and I load an image that was saved with a >> Q=50, I should be very disappointed if the GIMP degraded to that level >> when I have specified that I expect less lo

Re: [Gimp-developer] jpeg quality factor

2007-07-10 Thread saulgoode
Quoting [EMAIL PROTECTED]: > On Tue, 10 Jul 2007 01:24:40 +0200, > <[EMAIL PROTECTED]> wrote: > >> If I have >> a Quality setting of 95 and I load an image that was saved with a >> Q=50, I should be very disappointed if the GIMP degraded to that level >> when I have specified that I expect less lo

Re: [Gimp-developer] jpeg quality factor

2007-07-13 Thread saulgoode
Quoting [EMAIL PROTECTED]: > On Tue, 10 Jul 2007 19:21:33 +0200, > <[EMAIL PROTECTED]> wrote: > >> No. If you want to specify something other than a user-specified >> default for an acceptable level of quality while editing in the GIMP >> (for example, overriding it with an image-specific value),

Re: [Gimp-developer] Script-Fu/tinyscheme: using scheme_call?

2007-07-18 Thread saulgoode
I have made some progress with calling Scheme functions from C but do not really understand the details and am uncertain if I am doing things correctly. I modified the 'scheme_call()' routine to the following: void scheme_call(scheme *sc, pointer func, pointer args) { pointer stack

Re: [Gimp-developer] Script-Fu/tinyscheme: using scheme_call?

2007-07-19 Thread saulgoode
There is a flaw in my approach (I suspected there would be). Once my 'test-call' function is evaluated, a subsequent error (of any kind) will quit TinyScheme. I hope this doesn't mean it is necessary to replicate the environment -- that would seem a pretty heavy penalty just to call a funct

Re: [Gimp-developer] GAP

2007-08-04 Thread saulgoode
Sven Neumann wrote: > I have fixed that in gimp-gap, both in trunk and gap-2-2. Would be cool > if someone could do some more testing in the gap-2-2 branch before I do > the release... So far I have not encountered any problems with the changes. I did notice that the file 'gap/sel-to-anim-img.sc

Re: [Gimp-developer] GAP

2007-08-05 Thread saulgoode
> Hi, > > On Sat, 2007-08-04 at 03:44 -0400, > >> I did notice that the file 'gap/sel-to-anim-img.scm' does not run under >> the TinyScheme-based Script-fu > > Did you also check the other Script-Fu script in the gap subdirectory? Yes. It appears to be fine. ___

Re: [Gimp-developer] GAP

2007-08-05 Thread saulgoode
> Hi, > > On Sat, 2007-08-04 at 01:58 -0300, Joao S. O. Bueno Calligaris wrote: > >> I am getting an error linking gimp-gap svn in a 64bit enviromment, in >> both trunk and gap-2-2 branch: > > That's a problem with the copy of libavcodec that is included with GAP. > You better disable support for l

Re: [Gimp-developer] New option "Use custom quality settings" for JPEG files

2007-08-15 Thread saulgoode
Quoting Robert L Krawitz <[EMAIL PROTECTED]>: > The problem is that "custom tables" seems very confusing -- it sounds > like the user's going to be asked to input something she knows nothing > about. One could argue that "Use existing image quality settings" > means the same thing as "Use quality

Re: [Gimp-developer] Missing button to confirm some tool actions (usability)

2007-08-20 Thread saulgoode
Quoting David Marrs <[EMAIL PROTECTED]>: > Yes, I suspected I was over-simplifying. Nevertheless, the ability > to hide the > handles is very useful, maybe less so for selections but definitely > for crops. > Is the ability to do this implemented in some other way. If it isn't, can we > consid

[Gimp-developer] any plans to repack RC1 or release RC2

2007-08-27 Thread saulgoode
Michael Natterer wrote on Mon, 27 Aug 2007 04:31:00 -0700 > On Mon, 2007-08-27 at 13:28 +0300, Alexander Rabtchevich wrote: >> Sorry for posting here, but RC1 is really unusable - it can crash >> on every image. As it was said, the bug had been fixed in SVN. Are >> there plans to release RC2 o

Re: [Gimp-developer] Gap documentation

2007-09-12 Thread saulgoode
Quoting "Alchemie foto\\grafiche" <[EMAIL PROTECTED]>: > i will like to know where, i the Gap source code (or elsewhere ) i > can find the doc listing the specifics needed to a plugin to be > compatible with GAP > (with this i mean that, as example, could be used by "Filter all > layers"

Re: [Gimp-developer] add a polygonal selection tool

2007-09-12 Thread saulgoode
Quoting Liam R E Quin <[EMAIL PROTECTED]>: > It's not entirely true to say you had to have used paths from the start, > since you can save the first selection to a channel, make the new one > with paths, including an approximate, much larger outer rectangle, > and then convert to selection and int

Re: [Gimp-developer] add a polygonal selection tool

2007-09-12 Thread saulgoode
Quoting The Peach <[EMAIL PROTECTED]>: > maybe the polygonal selection tool is just syntactic sugar. > a sort of "one click less than" using the path tool. > So, if this is the way to think about polygonal selection tool, then > add a default keybind for "make it a selection", ... Try hitting t

Re: [Gimp-developer] other things we need for the 2.4 release (again)

2007-10-03 Thread saulgoode
Quoting Sven Neumann <[EMAIL PROTECTED]>: > Here's a list of things that would be nice to have for the 2.4.0 > release, in addition to the actual release tarball. Help with these > tasks would be very much appreciated. Please volunteer. > ... > [snipped] > ... > - script-fu migration howto > A d

Re: [Gimp-developer] Help needed for the gimp web site

2007-10-13 Thread saulgoode
I have written the following short blurb on the Sample Points feature and provided a corresponding screenshot (http://flashingtwelve.brickfilms.com/GIMP/Images/samplepoints.png). --- SAMPLE POINTS The ability to display information about sample points of an image has be

Re: [Gimp-developer] discussing the roadmap for 2.6

2007-10-26 Thread saulgoode
Regarding the process of developing a roadmap, I think this mailing list should be where proposals are made and commented upon (there has already been some nice commentary in this thread). The "main" GIMP developers should fairly rapidly be able to come to a decision about the roadmap (thro

Re: [Gimp-developer] discussing the roadmap for 2.6

2007-10-26 Thread saulgoode
time for a new format to be decided upon (not an insignificant task in itself). Quoting Alexandre Prokoudine <[EMAIL PROTECTED]>: > On 10/26/07, saulgoode wrote: > >> Finally, there should be an effort to maintain integrity of the XCF >> file format by converting between th

Re: [Gimp-developer] Message error in gimp 2.4

2007-10-27 Thread saulgoode
Quoting Daniel Pinheiro Lima <[EMAIL PROTECTED]>: > ... But, in the new > version of Gimp, the gap tool are sending a Message error: > > The image convert aren't working. > The duplicate continue, the navigation resources (next frame, > previous...last...) works, but send the same error message.

Re: [Gimp-developer] 2.6 roadmapping, the UI part of it...

2007-10-29 Thread saulgoode
What Mitch is referring to is that tabs are raised when doing drag-n-drops. I wish to thank Mitch for his brilliant implementation of this at the last minute of the 2.4 release. This functionality is already extremely useful for d-n-d'ing colors, channels, and layers between tabs and would

Re: [Gimp-developer] 2.6 roadmapping, the UI part of it...

2007-10-31 Thread saulgoode
Quoting Robert Krawitz <[EMAIL PROTECTED]>: >From: Sven Neumann <[EMAIL PROTECTED]> > >For the rare cases where you need more than one Layers dialog, you >can open a second (or even a third one). At least currently GIMP >doesn't keep you from doing that. > > Using 2.4.0, I tried op

Re: [Gimp-developer] Resizing GIF animation: BUG/Feature request (repost)

2007-11-12 Thread saulgoode
> Usually the GIMP does a good job resizing images, but not with the > following GIF animation: > http://pixloads.com/public/pview/45183/halloween31.gif > > When I scale it down using Image->Scale some ugly black dots get visible. > This happens with GIMP 2.4 windows binary. Also on GIMP 2.2.13 und

Re: [Gimp-developer] using the GIMP donations

2007-11-22 Thread saulgoode
> Martin Nordholts wrote: > > But I still can't see why it would be a bad thing to allow donors to > donate money to specific features and what legal problems that would > then arise. > > The administrative overhead would fall on me to the extent possible, and > as long as patches are GPL and taxes

Re: [Gimp-developer] OpenPalette Implementation.

2007-11-22 Thread saulgoode
> Hi, I would like to ask for the development team's consideration for > implementing the OpenPalette format for their palettes. > > OpenPalette is really hoping for a medium with interoperability and > flexibility. The file format is XML-based; there's a DTD and XSD already > written and ready for

Re: [Gimp-developer] changing the shape of a text layer

2007-12-01 Thread saulgoode
I like the idea of having this functionality available. I have tried the patch and it seems very capable. There appears to be bug which presented itself when I did the following: Create a "blue" text layer. Create a "red" text layer positioned above the blue layer. Resize the red text layer. Activ

Re: [Gimp-developer] proposal for usability enhancements for Stroke dialog

2007-12-08 Thread saulgoode
I agree with all of your suggestions. I would assume that changes made in the dialog would update the stroke interactively and, hopefully, that the path could be reshaped while the dialog remained open. This would be very useful. > I find myself doing Edit->Stroke pretty often, and there are a few

Re: [Gimp-developer] proposal for usability enhancements for Stroke dialog

2007-12-08 Thread saulgoode
>> I agree with all of your suggestions. I would assume that changes made >> in the dialog would update the stroke interactively and, hopefully, that >> the path could be reshaped while the dialog remained open. This would be >> very useful. > > Those are both feasible, but they go beyond the scope

Re: [Gimp-developer] GAP Export?

2008-01-16 Thread saulgoode
The information about layer offsets in a frame sequence is not made readily available and a plug-in would need to be written (and, IMO, it would be simpler to write a Script run in batch mode). Also, once an object has been added to a frame sequence, GIMP only knows the offsets and extents

Re: [Gimp-developer] no image open spec...

2008-02-04 Thread saulgoode
The "no image window" should have a status line, as this provides useful feedback with regard to the hover-over hints of the menu commands. ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mai

Re: [Gimp-developer] ‘no image’ window: pro gress...

2008-03-17 Thread saulgoode
Quoting peter sikking <[EMAIL PROTECTED]>: > some good news on this front, I have spent a couple of man-days > rethinking and re-specifying the ‘no image’ window situation. > It is now roughly complete: > > > > If wrinkles need to be iron

Re: [Gimp-developer] Enhancement idea: Snapshot tool for quick comparisons

2008-06-27 Thread saulgoode
Quoting vabijou2 <[EMAIL PROTECTED]>: > What I'm after is a fast-rendering, easy to use method of flipping through > "snapshots" of my workflow. Shift-clicking on the eye-ball by each layer > comes close, but it is slowed by the processing required during rendering. > My proposal is a way to get

Re: [Gimp-developer] Script proposed for inclusion in gimp 2.6

2008-08-05 Thread saulgoode
In my opinion, a better solution to the "copy visible to new layer" functionality would be to add an option to Merge Visible Layers which would retain the original visible layers. This approach would seem more intuitive and would not entail an additional menu command. It would also be more

Re: [Gimp-developer] Should we replace the 'Zoom when resizing image window'-button?

2008-08-12 Thread saulgoode
Quoting Martin Nordholts <[EMAIL PROTECTED]>: > One adjustment to the behaviour was also agreed upon: > When the toggle is turned on and the (scaled) image is smaller than and > within the viewport, implicitly do a View -> Fit Image in Image Window. Would it also not be reasonable to perform a Fi

Re: [Gimp-developer] translation related - who's right ?

2008-09-26 Thread saulgoode
Sample points are covered in chapter 5.5 of the online GIMP Users Manual[1]. The text strings will appear as messages in the status bar of the image window. The "Add Sample Point" message appears when you hold down the CTRL key and click on either the horizontal or vertical ruler, and then d

Re: [Gimp-developer] script-fu error.

2008-10-01 Thread saulgoode
Quoting Kevin Cozens <[EMAIL PROTECTED]>: > Giovanni Rizzardi wrote: >> I'm trying to update an old script (stegano.scm) that uses the functions >> bit-or and bit-and. Both these function should be >> ported from SIOD to TinyScheme but the interpreter raises an exception >> complaining about an "u

Re: [Gimp-developer] Automatically save curves file

2008-10-03 Thread saulgoode
Quoting Kent Tenney <[EMAIL PROTECTED]>: > will there be provisions to apply a saved curve to an image without the gui? > If you have the GIMP Animation Package installed, you will find a plug-in named 'plug-in-wr-curves' which permits application of a curves file. plug-in-wr-curves GIMP

[Gimp-developer] SHIFT+bracket versus brace

2008-10-08 Thread saulgoode
I am running GIMP-2.6 on Slackware 12.1 and encountered a problem with the default shortcut key assignments for "Decrease Value 2 more" and "Increase Value 2 more". The preferences dialog says that those to functions are assigned to "shift + [" and "shift + ]" respectively but with my setup

Re: [Gimp-developer] Script-fu primitive wishlist: islands, integrals/sums, and data files

2008-10-31 Thread saulgoode
Quoting Kevin Cozens <[EMAIL PROTECTED]>: >>> Finally, opening and storing data files. > > See section 6.6 of the R5RS. Working with external files is handled via the > use of pipes. > A problem which I encountered with TinyScheme's character I/O is that the 'read-char' and 'write-char' functio

Re: [Gimp-developer] Script-fu primitive wishlist: islands, integrals/sums, and data files

2008-11-01 Thread saulgoode
Quoting Adam C Powell IV <[EMAIL PROTECTED]>: > I don't suppose there's a script-fu interface to the file browser for > setting the file name... The registration parameters (SF-FILE) get evaluated when Script-fu is loaded (or scripts are "Refreshed") and dialog boxes for file browsing otherwi

[Gimp-developer] Freehand paths

2008-11-12 Thread saulgoode
The enhancements made to the Free Select tool in version 2.6 are quite phenomenal. The implementation is powerful yet intuitive and I congratulate those involved in its development (from the Changelog I am led to believe that Martin Nordholts handled the brunt of the coding effort). I was

Re: [Gimp-developer] Using GIMP from my own program

2008-12-14 Thread saulgoode
Quoting Pablo Yaggi : > So ..., I think a couple of things are not clear to me about gimp, > if plugins communicate with the core of gimp thought a pipe, I > should be able to create a plugin to do what i want, even > call other plugins, but could that plugin be executed from outside > the core ?,

Re: [Gimp-developer] Using GIMP from my own program

2008-12-16 Thread saulgoode
Quoting Pablo Yaggi : > Ok, I made it work, I just replaced newlayer for newimage in the > gimp-edit-paste call and it worked. > But pasting into the image should work, shouldn't ?, do I have > to set up a current layer or something ? There is no "paste-as-new-layer" function provided as such by

Re: [Gimp-developer] script-fu problem in 2.6

2008-12-16 Thread saulgoode
Quoting Sven Neumann : > Perhaps we need to add gimp-layear-has-mask then. Until then you could > use gimp-plugin-set-pdb-error-handler to take over the error handling in > order to suppress the warning. I haven't been following this discussion that closely; however, I would point out that the

Re: [Gimp-developer] SF-TOGGLE type?

2008-12-17 Thread saulgoode
You have been using TRUE and FALSE correctly. The problem with Pablo's script is that he passing the 'image' variable to 'gimp-drawable-is-rgb'. Presumably his script does not generate an error because he is executing his script on the first image he opened thus the imageID is "1" -- which

Re: [Gimp-developer] script-fu problem in 2.6

2008-12-18 Thread saulgoode
Quoting "Luis A. Florit" : >> I haven't been following this discussion that closely; however, I >> would point out that the PDB function 'gimp-layer-get-mask' will >> return "-1" if the layer does not have a mask. > > Yes. I manage to use that in 2.4 (because some strange reason), but > the method

Re: [Gimp-developer] Run-Mode & Enums

2008-12-18 Thread saulgoode
Quoting Pablo Yaggi : > But I try to call my own script with the RUN-NONINTERACTIVE > argument and it complains about the argument list, if i remove it, > it works just fine, then when i use my script with the parameters > i declared in the define everything goes perfect but adding > the parameter

Re: [Gimp-developer] Gimp license

2009-01-09 Thread saulgoode
Quoting C Wang : > All: > Gimp has bundled babl and gegl since 2.5.0 release, and these two > modules are under LGPLv3 license. According to this diagram > > , the Gimp license has already been converted to GPLv3. I disagree.

  1   2   >