[Gimp-user] Re: Select by color-- available in version 1.2.3?

2004-12-08 Thread Justin Gombos
* Joao S. O. Bueno Calligaris <[EMAIL PROTECTED]> [2004-12-06 22:46]: > > Gah. no..you do not need to update for that..but this > stuff is __old__ :-) The select by color is in the "Tools" menu, or > in the "Selection" menu even. Thanks, it was there in the selection menu. However,

[Gimp-user] difference between modules and plugins

2004-12-08 Thread Gert Cuykens
what is the difference between a module and a plugin ? ___ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

[Gimp-user] cmyk on gimp

2004-12-08 Thread Ricardo Cappellano
Hello, I really need to know how do I work with cmyk on gimp, or changes my files from rgb to cmyk. All press here works only with cmyk. So, before I send my flyers to the press, I have to convert it. Is it possible? PS.: sorry about my english _

[Gimp-user] cmyk on gimp

2004-12-08 Thread Ricardo Cappellano
Hello, I really need to know how do I work with cmyk on gimp, or changes my files from rgb to cmyk. All press here works only with cmyk. So, before I send my flyers to the press, I have to convert it. Is it possible? PS.: sorry about my poor english

Re: [Gimp-user] difference between modules and plugins

2004-12-08 Thread Sven Neumann
Hi, Gert Cuykens <[EMAIL PROTECTED]> writes: > what is the difference between a module and a plugin ? A plug-in runs as it's own process and can use the full libgimp API. A module is some piece of code loaded at run-rime by the gimp process. It has to implement a certain set of methods and can o

Re: [Gimp-user] difference between modules and plugins

2004-12-08 Thread Gert Cuykens
On Wed, 08 Dec 2004 23:44:35 +0100, Sven Neumann <[EMAIL PROTECTED]> wrote: > Hi, > > > > Gert Cuykens <[EMAIL PROTECTED]> writes: > > > what is the difference between a module and a plugin ? > > A plug-in runs as it's own process and can use the full libgimp API. > A module is some piece of c

Re: [Gimp-user] difference between modules and plugins

2004-12-08 Thread Simon Budig
Gert Cuykens ([EMAIL PROTECTED]) wrote: > why does gimp have modules ? why not make only plugins ? Because modules have a tighter integration with the GIMP and can e.g. provide additional color selectors embedded in the Gimp-GUI or invoke actions. Their API is more limited but plugins *have* to b

Re: [Gimp-user] difference between modules and plugins

2004-12-08 Thread Sven Neumann
Hi, Gert Cuykens <[EMAIL PROTECTED]> writes: > why does gimp have modules ? why not make only plugins ? They serve completely different purposes. Modules are ways to add alternative implementations of core functionality. At the moment there are three kind of module interfaces that can be impleme

Re: [Gimp-user] Photoshop's "accented edge" effect?

2004-12-08 Thread Øyvind Kolås
On Mon, 06 Dec 2004 10:17:14 +0800, bear <[EMAIL PROTECTED]> wrote: > > The "accent edge" effect is at > http://learn.tsinghua.edu.cn/homepage/2003216147/edge.jpg > The original image is at > http://learn.tsinghua.edu.cn/homepage/2003216147/orig.jpg Would it be possible to get access to a PNG ver

Re: [Gimp-user] Photoshop's "accented edge" effect?

2004-12-08 Thread bear
hi, The PNG version is uploaded there: http://learn.tsinghua.edu.cn/homepage/2003216147/orig.png http://learn.tsinghua.edu.cn/homepage/2003216147/edge.png Thanks for your advice! bear ÔÚÄúµÄÀ´ÐÅÖÐÔø¾­Ìáµ½: >From: Øyvind Kolås <[EMAIL PROTECTED]>

Re: [Gimp-user] difference between modules and plugins

2004-12-08 Thread Gert Cuykens
On Thu, 09 Dec 2004 00:47:58 +0100, Sven Neumann <[EMAIL PROTECTED]> wrote: > Hi, > > Gert Cuykens <[EMAIL PROTECTED]> writes: > > > why does gimp have modules ? why not make only plugins ? > > They serve completely different purposes. Modules are ways to add > alternative implementations of cor