Re: [Gimp-developer] [wish] provide transparent color

2008-09-25 Thread Daniel Hornung
On Wednesday 24 September 2008, Chris Moller wrote: > Maciej Pilichowski wrote: > > So there is obstacle, indeed. And till now I have no idea how to solve > > this. > > Might be a bit of a wild branch on this topic, but I'm wondering if all > the effects described here could be implemented as a /su

Re: [Gimp-developer] [wish] provide transparent color

2008-09-25 Thread Chris Moller
Daniel Hornung wrote: > On Wednesday 24 September 2008, Chris Moller wrote: > >> Maciej Pilichowski wrote: >> >>> So there is obstacle, indeed. And till now I have no idea how to solve >>> this. >>> >> Might be a bit of a wild branch on this topic, but I'm wondering if all >> the eff

[Gimp-developer] R: Gimp-developer Digest, Vol 72, Issue 26

2008-09-25 Thread Alchemie foto\grafiche
May be that this long discussion suffers  a lack of communication? 2 languages were used both like English but one is the English of the developers the other that of artists/users...similar  words are used but seem  used with quite different meanings to summarize  "use transparency as a colors

Re: [Gimp-developer] [wish] provide transparent color

2008-09-25 Thread Daniel Hornung
On Thursday 25 September 2008, Chris Moller wrote: > Yeah, I expect it's the same function, but adding a transparent layer, > painting it, switching to subtract mode, and merging down, is more > cumbersome than just painting in subtract mode would be. The documentation site only refers to those mo

[Gimp-developer] /Filters/Render/Stroke to SVG...

2008-09-25 Thread paul taney
> > When it doesn't register, is there any console output > from GIMP? > > Chris I"ve got things working now and use numpy to convert bluelines to SVG lines or a python tuple that gets written out. It could be of general interest for vectorizing if it treated a selection. But I am conver

Re: [Gimp-developer] [wish] provide transparent color

2008-09-25 Thread Alchemie foto\grafiche
Excuse the double post  in the first the subject went somehow lost and the rest reformatted in a weird way with question marks filling blank spaces -- May be that this long discussion suffers a lack of communicatio

Re: [Gimp-developer] [wish] provide transparent color

2008-09-25 Thread Sven Neumann
Hi, sorry, but your mail is still so badly formatted that I simply refuse to even attempt to read it. Could you please stick to the rules of the mailing-list and send text-only mails instead of this HTML crap with tables? Thank you very much. Sven __

Re: [Gimp-developer] [wish] provide transparent color

2008-09-25 Thread Patrick Horgan
Sven Neumann wrote: > Hi, > > sorry, but your mail is still so badly formatted that I simply refuse to > even attempt to read it. Could you please stick to the rules of the > mailing-list and send text-only mails instead of this HTML crap with > tables? Thank you very much. > Please don't think

Re: [Gimp-developer] [wish] provide transparent color

2008-09-25 Thread Salvatore De Paolis
On Thu, 25 Sep 2008 12:59:55 -0700 Patrick Horgan <[EMAIL PROTECTED]> wrote: Hi, > Please don't think I'm advocating for HTML mail for the list I'm not, > just had a brain fart. Does anyone else find it ironic that a mailing > list having to do with high quality graphics is text only? > > Pa

Re: [Gimp-developer] /Filters/Render/Stroke to SVG...

2008-09-25 Thread David Gowers
Hi Paul, On Fri, Sep 26, 2008 at 2:19 AM, paul taney <[EMAIL PROTECTED]> wrote: > > >> >> When it doesn't register, is there any console output >> from GIMP? >> >> Chris > > > I"ve got things working now and use numpy to convert bluelines to SVG lines > or a python tuple that gets written out. >

Re: [Gimp-developer] /Filters/Render/Stroke to SVG...

2008-09-25 Thread paul taney
--- On Thu, 9/25/08, David Gowers <[EMAIL PROTECTED]> wrote: > From: David Gowers <[EMAIL PROTECTED]> > Hi Paul, > > On Fri, Sep 26, 2008 at 2:19 AM, paul taney > <[EMAIL PROTECTED]> wrote: > > > > > >> > >> When it doesn't register, is there any console > output > >> from GIMP? > >> > >> Chris

[Gimp-developer] Transparency in transform tools

2008-09-25 Thread Guillermo Espertino
I'm testing Gimp 2.5.4 and it's amazing. I know it's late for a feature request, but I think it's worth to discuss about the current behavior of the new feature present in the transform tools: the ability to set the transparency of the layer or selection being transformed. I think it would make mor

Re: [Gimp-developer] /Filters/Render/Stroke to SVG...

2008-09-25 Thread David Gowers
Hi Paul. On Fri, Sep 26, 2008 at 8:56 AM, paul taney <[EMAIL PROTECTED]> wrote: > Why does he multiply the image by 256 and elsewhere divide image/256? He's expecting an image with values ranging 0..1. If the values you are providing are 0..255, you'll need to remove both of those. > >> >> Which a