RSS/Atom feed Twitter
Site is read-only, email is disabled

Plug-in G'MIC for GIMP

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

9 of 11 messages available
Toggle history

Please log in to manage your subscriptions.

Plug-in G'MIC for GIMP dtschump 19 Jan 21:18
  Plug-in G'MIC for GIMP marysia 05 Mar 11:47
   Plug-in G'MIC for GIMP David Gowers 05 Mar 13:39
Plug-in G'MIC for GIMP Thomas Hart 05 Mar 13:08
mailman.236764.1232451736.1... 07 Oct 20:19
  Plug-in G'MIC for GIMP D.Jones (aka) Capnhud 21 Jan 13:07
   Plug-in G'MIC for GIMP Alec Burgess 21 Jan 14:41
    Plug-in G'MIC for GIMP photocomix 21 Jan 19:10
mailman.1.1232568005.23415.... 07 Oct 20:19
  Plug-in G'MIC for GIMP D.Jones (aka) Capnhud 22 Jan 10:58
   Plug-in G'MIC for GIMP photocomix 22 Jan 15:07
2009-01-19 21:18:21 UTC (about 16 years ago)
postings
2

Plug-in G'MIC for GIMP

Hi everyone,
I would like to make a short announcement here.

We have released a new plug-in for GIMP, named G'MIC which may be interesting for some users (at least, it is what we hope).

Here is the URL : http://gmic.sourceforge.net/gimp.shtml

This plug-in proposes a list of various effects that can be applied on images, including artistic filters, image denoising and enhancements, 3D rendering effects, and so on...

The main property of this plug-in is that it contains an interpreter of image processing macros, and all the available filters are written in fact in a very short form (usually in three of four lines of code), using a simple macro-based language (the "G'MIC" language). Consequently, any user can add his own filter definitions in the plug-in (written in "G'MIC" in a simple text file). The plug-in is also capable of updating itself, without reinstallation needed (it just download a G'MIC updated macro file and put it in your home directory).

So, this is a plug-in that is a little bit special since it is clearly intended to be open and extensible without having deep knowledges in C, script-fu or Python programming languages. Here is an example of how the current filters are defined, as a G'MIC macro file :

http://gmic.sourceforge.net/.gmic4gimp_def

Well, that's it. I hope this will interest you in some way.

Regards,

David.

D.Jones (aka) Capnhud
2009-01-21 13:07:46 UTC (almost 16 years ago)

Plug-in G'MIC for GIMP

David Tschumperle wrote:
Hi everyone,
I would like to make a short announcement here.

We have released a new plug-in for GIMP, named G'MIC which may be interesting
for some users (at least, it is what we hope).

Here is the URL : http://gmic.sourceforge.net/gimp.shtml

This plug-in proposes a list of various effects that can be applied on
images, including artistic filters, image denoising and enhancements, 3D
rendering effects, and so on...

The main property of this plug-in is that it contains an interpreter of image
processing macros, and all the available filters are written in fact in a very
short form (usually in three of four lines of code), using a simple
macro-based language (the "G'MIC" language). Consequently, any user can add
his own filter definitions in the plug-in (written in "G'MIC" in a simple text
file). The plug-in is also capable of updating itself, without reinstallation
needed (it just download a G'MIC updated macro file and put it in your home
directory).

So, this is a plug-in that is a little bit special since it is clearly
intended to be open and extensible without having deep knowledges in C,
script-fu or Python programming languages. Here is an example of how the current filters are defined, as a G'MIC macro
file :

http://gmic.sourceforge.net/.gmic4gimp_def

Well, that's it. I hope this will interest you in some way.

Regards,

David.

Alec Burgess
2009-01-21 14:41:58 UTC (almost 16 years ago)

Plug-in G'MIC for GIMP

D.Jones (aka) Capnhud (capnhud@yahoo.com) wrote (in part) (on 2009-01-21 at 07:07):

http://gmic.sourceforge.net/.gmic4gimp_def

In order to use this on Gimp Windows do you put all of the included files in the plugin directory?

Basically yes. I've put it in a sub-folder of Plug-ins and then added that folder as a separate entry in
Preferences-Folders-Plugins since with four items with "nondescript" names I want to be able to figure which bits belong to which plugins.

so on my system: D:\Data Files\Gimp-2.x_resources\plug-ins\gmic

fwiw: in D:\Data Files\Gimp-2.x_resources\ I have parallel folder structure to what would normally be in: C:\Documents and Settings\Alec\.gimp-2.6\{brushes etc} or ... these folders exist but I keep empty.
D:\Program Files\GIMP-2.6\share\gimp\2.0\{brushes etc} I *never* put anything here.

YMMV :-)

Question ... does anyone else do it like this or am I just being anal?

2009-01-21 19:10:54 UTC (almost 16 years ago)
postings
65

Plug-in G'MIC for GIMP

Basically yes. I've put it in a sub-folder of Plug-ins and then added that folder as a separate entry in
Preferences-Folders-Plugins since with four items with "nondescript" names I want to be able to figure which bits belong to which plugins.

Question ... does anyone else do it like this or am I just being anal?

I am doing as you, help when upgrading ,not also gimp but also the some plugin,and to keep in order and avoid orphan dll floating around.

But i use dedicated folder only for "non standard" plugin (as that with dll's), the others i have just sorted for categories (i.e distort,enhance, color,)a folder for each category

D.Jones (aka) Capnhud
2009-01-22 10:58:23 UTC (almost 16 years ago)

Plug-in G'MIC for GIMP

D.Jones (aka) Capnhud (capnhud@yahoo.com) wrote (in part)

(on
2009-01-21 at 07:07):

http://gmic.sourceforge.net/.gmic4gimp_def

In order to use this on Gimp Windows do you put all

of the included

files in the plugin directory?

Basically yes. I've put it in a sub-folder of Plug-ins

and then added
that folder as a separate entry in
Preferences-Folders-Plugins since with four items with "nondescript"
names I want to be able to figure which bits belong to which plugins.

so on my system: D:\Data
Files\Gimp-2.x_resources\plug-ins\gmic

fwiw: in D:\Data Files\Gimp-2.x_resources\ I have parallel folder
structure to what would normally be in: C:\Documents and
Settings\Alec\.gimp-2.6\{brushes etc} or ... these
folders exist but I keep empty.
D:\Program
Files\GIMP-2.6\share\gimp\2.0\{brushes etc} I *never* put
anything here.

YMMV :-)

Question ... does anyone else do it like this or am I just being anal?

2009-01-22 15:07:22 UTC (almost 16 years ago)
postings
65

Plug-in G'MIC for GIMP

BTW
a new version was just released with a improved , more friendly interface and a resizable preview

(resizable as usual, by resizing all the plugin interface dragging the lower and right edges )

2009-03-05 11:47:09 UTC (almost 16 years ago)
postings
1

Plug-in G'MIC for GIMP

Hi David,

Thanx for the great plug-in. Unfortunately I do not get it to work. I work with Gimp 2.2.13. The gmic4gimp is now in the gimp plug-ins directory, but I stil do not see the new filters.
Help!

Marysia

Thomas Hart
2009-03-05 13:08:00 UTC (almost 16 years ago)

Plug-in G'MIC for GIMP

I use it on 2.6.5 with few problems and get some great effects. Why do you not update your Gimp version ? Do you have a bandwidth limitation ? I installed in C:Program Files\Gimp-2.0\lib\gimp\2.0\plug-ins using WindowsXP.

Thomas J. Hart

From: Marysia P. 
To: gimp-user@lists.XCF.Berkeley.EDU
Sent: Thursday, March 5, 2009 5:47:09 AM
Subject: [Gimp-user] Plug-in G'MIC for GIMP

Hi David,

Thanx for the great plug-in. Unfortunately I do not get it to work. I work
with Gimp 2.2.13. The gmic4gimp is now in the gimp plug-ins directory, but I
stil do not see the new filters.
Help!

Marysia
David Gowers
2009-03-05 13:39:04 UTC (almost 16 years ago)

Plug-in G'MIC for GIMP

On Thu, Mar 5, 2009 at 9:17 PM, Marysia P. wrote:

Hi David,

Thanx for the great plug-in. Unfortunately I do not get it to work. I work with Gimp 2.2.13. The gmic4gimp is now in the gimp plug-ins directory, but I

"I work with Gimp 2.2.13".
This is your problem, you are using a very old version of GIMP. 2.6 is the currently supported stable version. G'MIC may also work on 2.4 (I haven't tried it). It certainly will not work with a version as old as 2.2. Consider upgrading.

David G.