It is currently Mon Jul 22, 2024 2:38 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 149 posts ]  Go to page 1, 2, 3, 4, 5 ... 8  Next
Author Message
 Post subject: G'MIC 1.5.0.3- Latest Stable Version
PostPosted: Mon Nov 08, 2010 7:18 pm  (#1) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
Latest stable version available now - download all platforms here
http://gmic.sourceforge.net/gimp.shtml

Quote:
Hi folks,

I'm happy to announce the release of the 1.4.7.1 version of G'MIC.
I've made the following changes (compared to previous 1.4.7.0)

- Mechanism to manage named variables have been optimized a lot. This includes better memory handling and faster lookup of the variable content. Do not hesitate then to define and use variables in G'MIC codes.

- Global variables have been introduced. This allows a custom command to set a variable defined before the command has been invoked. This can be useful to define multiple return values. Global variables are defined by variable names starting by the underscore character '_'. As in :


titi : _x=1 y=1
toto : _x=0 y=0 -titi -echo $_x,$y


gmic -toto will display '1,0' since '_x' is a global variable while 'y' stays local to each custom command.

- I've improved the image selection mechanism. I've done lot of experimental works on this, for instance, to allow multiple duplicates in a single selection (as in '-blur[0,0,1]'), or to allow inverse orders (as in '-blur[1,0]'). Both ideas have been implemented, *but* finally not kept. There are several reasons not to allow this kind of 'exotic' selections). First, as it becomes more generic, I have to be extremely careful about memory management, which means most images must be copied instead of just transfered, when invoking functions. This creates a large memory overload for all operations. It isn't worth the features we gain, as you can easily apply the same command multiple times on an image (with a '-repeat'..'-done' loop), or invert the image order if required (with '-mv' or '-reverse' commands). These solutions are faster to use.

- I've updated the filters for the plug-in, by PhotoComiX and Tom Keil. As their code uses different writting conventions, I'm usually forced to make them more clear before integrating them in the default filter list. So, to make this more clean, I suggest the followings :

1. Please, starts all your GIMP specific filter name by the prefix 'gimp_', as it is done for all other filters. The commands you are introducing may be called also from the command line version of G'MIC, and they do not respect the rules for this (no default parameters for instance). We can be more tolerant for GIMP plug-in entries, but still, I suppose the more clear it is at the beginning, the better it is.

2. Please, make the first character of the argument names as a CAPITAL letters.

3. Please, add the following line at the end of the argument list. So, you can credit yourself for this filter, and tells about the last update you've made :


#@gimp : sep = separator(), note = note("Author : Tom Keil / Last update : 2010/11/24")


(there are additionnal tags in the string above, but the HTML parser of the Flickr group has removed them. Please copy/paste one of the existing ones in the latest "gmic_def.gmic" file. I personally added this
string to all existing filter in the plug-in.

Well, that's it for the moment. I'm quite happy with the changes, managing variables is easiest and fastest than ever.

Linux packages are being built, Windows version should follow today.

Happy new year 2011 !


http://gmic.sourceforge.net/gimp.shtml

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Last edited by PhotoComix on Fri Dec 31, 2010 1:34 pm, edited 1 time in total.

Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Mon Nov 08, 2010 7:20 pm  (#2) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
last addition a new sketch filter, more simple and quick

http://www.flickr.com/groups/gmic/discu ... 338708940/

amd i am glad to see my wish implemented .."do nothing" a filter that do nothing, it just recreate a identical image
and so may be used as example to duplicate or export as new images 1, or all, or all visible, or all invisible layers with a single click

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Mon Nov 08, 2010 7:45 pm  (#3) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Wow. Cool! :jumpclap :clap :wh

Will a link to the new one be supplied when it's ready to download?

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Mon Nov 08, 2010 7:50 pm  (#4) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
It's available now, O.

http://sourceforge.net/projects/gmic/files/

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Mon Nov 08, 2010 7:59 pm  (#5) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Thanks. Got it. :paint

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Tue Nov 09, 2010 8:46 am  (#6) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Played with the B&W Hard Sketch filter. I need to play with the settings more but it's a very cool filter. I desaturated the image using the luminocity setting. Then did brightness-contrast to get more contrast. Set the treated, desaturated layer to Grain Merge.

Scaled stock image.
Image

I like the way the filter makes it look like water color.
Image

I love this filter.
Image

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Tue Nov 09, 2010 9:56 am  (#7) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
nice result, very delicate
i

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Tue Nov 09, 2010 3:08 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14715
Location: USA
Thanks PC! =)
I saw the announcement on the registry, went to the grey-c site and downloaded there...got the wrong version exe...lol
Installed it and turned out it was 1.3.9.0 =P
Boy did i feel like an idiot.

But someone should let David know the wrong version is still attached to his windows 32 exe link.

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Sat Nov 13, 2010 10:13 pm  (#9) 
Offline
GimpChat Member

Joined: Jul 11, 2010
Posts: 349
Oregonian wrote:
Played with the B&W Hard Sketch filter. I need to play with the settings more but it's a very cool filter. I desaturated the image using the luminocity setting. Then did brightness-contrast to get more contrast. Set the treated, desaturated layer to Grain Merge.


I like what you have done! I tried your instructions, but couldn't come close. Could you please expand on the process?


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Sun Nov 14, 2010 8:15 am  (#10) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
This is pretty much what I did step-by-step. Keep in mind that the GMIC settings need to be adjusted differently for each image ... a set list of settings just won't work.

It's good to have a subject that contrasts with the background some.

Original image here

Open the image, duplicate the layers twice (so you have a backup one on hand), I turned off the visibility of the bottom layer. Why? Don't know. Doesn't make a difference in the results.

Top layer: Colors > Desaturate, use Luminosity setting.

If there isn't a lot of contrast, go to Colors > Brightness and Contrast and adjust so that you have more contrast. Don't get too bright. Be sparing with the settings. I increased the contrast to about 30, decreased the brightness close to the same.

I scaled the image to 50% in these to save room.

Image

Filters > G'MIC > Artistic > B&W Hard Sketch.

Play with the settings in there for your image. Every image will have different settings. Try a few.

Image

Set that layer to Grain Merge mode.

If you don't like your results, do Undo to restore and start again.

This image didn't come out as nicely but I don't think it's the filter's fault. Hopefully this will get you started using the filter and you will feel more at home with it.

You may even want to try the filter on the original image. Just be sure to duplicate the original layer first.

Image

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Sun Nov 14, 2010 8:25 am  (#11) 
Offline
GimpChat Member

Joined: Sep 18, 2010
Posts: 13
What exactly is G'MIC :oops:

_________________
Use Gimp for what ever you would like. Creativity has no borders.


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Sun Nov 14, 2010 8:31 am  (#12) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
It is a Plug-in that has multiple filters in it to process images. It's hard to say what all it does, but here is a link that shows some of the filters in action. Be sure to explore the other tabs in the website.

http://gmic.sourceforge.net/gallery.shtml

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Tue Nov 16, 2010 10:06 pm  (#13) 
Offline
GimpChat Founder
User avatar

Joined: May 22, 2008
Posts: 5242
Location: Gimpville
Looks like it's up to G'MIC Version 1.4.5.1

http://gmic.sourceforge.net/gimp.shtml

_________________
“If you reach for the stars, you just might land on a decently sized hill.” - Stuart Hill


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Wed Nov 17, 2010 12:07 am  (#14) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
That was fast! Got it! Thanks!

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Wed Nov 17, 2010 11:46 am  (#15) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
Oregonian wrote:
That was fast! Got it! Thanks!


Even faster then that !
1.4.5.2 is out

main changes
more accuracy in the sliders
now is more easy create and add custom filters

for custom filters see
http://www.flickr.com/groups/gmic/discu ... 361830708/

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Wed Nov 17, 2010 12:05 pm  (#16) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12535
lol; someone give poor Dave a cup of Joe. Still definitely greatful for his work on G'MIC. I just downloaded 1.4.5.1 yesterday; thanks for the heads up PC. Now I have 1.4.5.2. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Wed Nov 17, 2010 12:14 pm  (#17) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Yanno, it would make life so much easier if they'd put a link to the new ones in the discussion. Grrrrrrr! Found it, but it's sure annoying.

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Wed Nov 17, 2010 1:00 pm  (#18) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
O
the link is always http://sourceforge.net/projects/gmic/files/
you may use something as http://www.watchthatpage.com/ to be adviced of changes

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Wed Nov 17, 2010 2:17 pm  (#19) 
Offline
Retired Staff
User avatar

Joined: May 22, 2008
Posts: 6947
Location: Somewhere in GIMP
Thanks PhotoComix. I have a watch on the link now. :yes

_________________
Image
World War IV will be fought with sticks and stones. - Albert Einstein


Top
 Post subject: Re: G'MIC 1.4.5.0 Released
PostPosted: Wed Nov 17, 2010 3:28 pm  (#20) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14715
Location: USA
Me too O! =)

Thanks PC for sharing the link.

Has anyone talked to David about refreshing the greyc's website downloads?

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
Post new topic Reply to topic  [ 149 posts ]  Go to page 1, 2, 3, 4, 5 ... 8  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Thanks David and G'MIC - My latest collage

6

No new posts Latest info on Gimp 3

4

No new posts Attachment(s) My latest contribution for a friend

18

No new posts Attachment(s) G'MIC latest update many map projections and gores

5

No new posts Attachment(s) My latest Luminosity Masks script

1



* Login  



Powered by phpBB3 © phpBB Group