It is currently Thu Jul 04, 2024 5:05 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 32 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Turing-like pattern script
PostPosted: Tue Jun 30, 2020 3:09 am  (#21) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7745
Location: On the other side of this screen
Downloaded the script today and what mahvin posted I still cannot get this turing to work. I do add something to the background too.
I get these errors
Turing Pattern Warning
Error while executing script-fu-turing-pattern:

Error: ( : 1) eval: unbound variable: NORMAL-MODE Seems to be when create a new layer is checked


GIMP Warning
Plug-in 'Turing Pattern' left image undo in inconsistent state, closing open undo groups.

Turing Pattern Warning
Error while executing script-fu-turing-pattern:

Error: ( : 1) eval: unbound variable: GRAIN-EXTRACT-MODE seems to be when create a new layer is not checked


I also checked I have the gimp drawable feature - looks like that might be included with gimp anyway since it was created in 1997.

Had the different patterns of turing in another version of gimp but cannot remember which one.

_________________


Top
 Post subject: Re: Turing-like pattern script
PostPosted: Tue Jun 30, 2020 6:54 am  (#22) 
Offline
GimpChat Member

Joined: Jun 28, 2020
Posts: 8
sallyanne wrote:
Downloaded the script today and what mahvin posted I still cannot get this turing to work. I do add something to the background too.
I get these errors
Turing Pattern Warning
Error while executing script-fu-turing-pattern:

Error: ( : 1) eval: unbound variable: NORMAL-MODE Seems to be when create a new layer is checked


GIMP Warning
Plug-in 'Turing Pattern' left image undo in inconsistent state, closing open undo groups.

Turing Pattern Warning
Error while executing script-fu-turing-pattern:

Error: ( : 1) eval: unbound variable: GRAIN-EXTRACT-MODE seems to be when create a new layer is not checked


I also checked I have the gimp drawable feature - looks like that might be included with gimp anyway since it was created in 1997.

Had the different patterns of turing in another version of gimp but cannot remember which one.


Konstantin wrote:
May i suggest, adding the High Pass filter code to your Turing script ?!


As a possible solution to both sallyanne's and konstantin's problem, please find here-attached a standalone version of the turing pattern script, where the high-pass filter function has been embedded, and I replaced every enums (such as NORMAL-MODE or GRAIN-EXTRACT-MODE) by their integer counterpart. It works fine on my computer; I hope it will work on yours too. It is however strange that those enums are missing; what version of GIMP are you running?


Attachments:
turing-pattern-gimpchat.scm [9.59 KiB]
Downloaded 132 times
Top
 Post subject: Re: Turing-like pattern script
PostPosted: Tue Jun 30, 2020 7:29 am  (#23) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
If you don't have GIMP 2.10.20 it will give you the constant errors. This was fixed in the new version. What GIMP version you have sallyanne?

_________________
https://www.deviantart.com/pocholo17
Image


Top
 Post subject: Re: Turing-like pattern script
PostPosted: Tue Jun 30, 2020 7:39 am  (#24) 
Offline
GimpChat Member

Joined: Sep 20, 2016
Posts: 293
The turing-pattern-gimpchat.scm works for me without any errors.
Nice !


Top
 Post subject: Re: Turing-like pattern script
PostPosted: Tue Jun 30, 2020 8:15 am  (#25) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7745
Location: On the other side of this screen
Pocholo wrote:
If you don't have GIMP 2.10.20 it will give you the constant errors. This was fixed in the new version. What GIMP version you have sallyanne?

I have 2.10.20 Windows 64 bit

Stand alone works!
Image

_________________


Top
 Post subject: Re: Turing-like pattern script
PostPosted: Tue Jun 30, 2020 10:23 am  (#26) 
Offline
GimpChat Member
User avatar

Joined: Sep 27, 2016
Posts: 345
Location: Germany, BW
Quote:
Error: ( : 1) eval: unbound variable: NORMAL-MODE
Error: ( : 1) eval: unbound variable: GRAIN-EXTRACT-MODE


Those are names from GIMP 2.8.
LAYER-MODE-NORMAL-LEGACY and
LAYER-MODE-GRAIN-EXTRACT-LEGACY and so on should be used for GIMP 2.10
Proper Names can be retrieved from the pdb database via help > procedure browser

_________________
Regards
nelo

(Gimp 2.10 on Linux Mint MATE 20.1)


Top
 Post subject: Re: Turing-like pattern script
PostPosted: Thu Jul 02, 2020 8:53 am  (#27) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
I like the first version more because of the pattern applied to the image.
It's a bit strange what the author says - but versjon 1.2 it works for me even on a completely white background (gimp-2.10.20).


Attachments:
sample_cat.png
sample_cat.png [ 764.9 KiB | Viewed 2671 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: Turing-like pattern script
PostPosted: Sun Jul 12, 2020 6:49 pm  (#28) 
Offline
GimpChat Member

Joined: Jan 03, 2014
Posts: 97
There is a filter in G'MIC called Stencil (unless they removed/renamed it in later versions, mine is OLD), somewhere under Patterns. It produces very similar effects.
I've always wondered what it was for, well, now I know. :)


Top
 Post subject: Re: Turing-like pattern script
PostPosted: Wed Jul 15, 2020 10:47 pm  (#29) 
Offline
GimpChat Member
User avatar

Joined: Mar 16, 2015
Posts: 613
Location: On Earth,specifically Queensland,Australia
mahvin wrote:
holojello wrote:
I upgraded to the latest version of GIMP (2.10.20), and the script still runs fine whatever the input parameters on my computer. I also confirm that the high-pass script sent by Mahvin is perfectly identical to the one I use.

Mahvin, Pocholo, based on the video you sent, I think I understand the issue; you call the script from a totally white layer don't you? (is it what you do also, Mahvin?). Try to fill the layer with something (for example, solid noise, or even just that good old green pepper brush). Indeed, Turing patterns emerge from the fact that some matter (= pixels with non-zero value (ie non-white)) diffuses and reacts inside a medium (= the canvas), but if there is no matter in the first place, no pattern can be formed.


Amazing! Using certain pattern fills creates some very unique and bizarre Turing patterns.


I will have to try different pattern fills. I thought at first it was just doing the same pattern no matter what I had under it but the patterns were different but subtle. I love Turing patterns. I am using gimp 2.10.12.

_________________
Image


Top
 Post subject: Re: Turing-like pattern script
PostPosted: Wed Sep 02, 2020 2:19 am  (#30) 
Offline
New Member

Joined: Sep 02, 2020
Posts: 1
:tyspin Thank you so much! The Turing Pattern script works like a charm!

I uploaded my first render to imgur. I'm new and don't know how to post pictures here imgur: /a/ObMkb2E


Top
 Post subject: Re: Turing-like pattern script
PostPosted: Wed Sep 02, 2020 7:09 am  (#31) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7316
Location: Göteborg at last!
rodgersnigel wrote:
:tyspin Thank you so much! The Turing Pattern script works like a charm!

I uploaded my first render to imgur. I'm new and don't know how to post pictures here imgur: /a/ObMkb2E

If you open the full editor, to the right of the yellow speech bubble at the top is a button that enables you to upload a file. You can use that to upload images.


Top
 Post subject: Re: Turing-like pattern script
PostPosted: Thu Sep 03, 2020 1:31 am  (#32) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7745
Location: On the other side of this screen
Erisian wrote:
rodgersnigel wrote:
:tyspin Thank you so much! The Turing Pattern script works like a charm!

I uploaded my first render to imgur. I'm new and don't know how to post pictures here imgur: /a/ObMkb2E

If you open the full editor, to the right of the yellow speech bubble at the top is a button that enables you to upload a file. You can use that to upload images.


You can do exactly as Erisian said after you have made 5 posts. You may be able to upload a picture as an attachment (at the bottom of the comment box)

_________________


Top
Post new topic Reply to topic  [ 32 posts ]  Go to page Previous  1, 2

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Colorful Pattern from Text (Text Pattern) Plug-in

32

No new posts Attachment(s) Pattern Editor

1

No new posts Attachment(s) Photoshop pattern

6

No new posts Attachment(s) Seamless Pattern - Help please

3

No new posts Attachment(s) Fill with pattern seamless

13



* Login  



Powered by phpBB3 © phpBB Group