It is currently Mon Aug 31, 2026 7:35 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: pm_wood_pattern_seamless_and_text.py
PostPosted: Fri Sep 04, 2020 8:15 am  (#1) 
This plugin will create 2 different images: it create a "Wood pattern seamless" first then it will create a "Wooden text effect" on a separate image. Inspired by Conbagui's tutorial.

I used a free font "Blackhawk", feel free to download it from: https://www.dafont.com/blackhawk.font

**Please make sure you have the "layerfx.py" plugin installed before running the script**.

Results

Image

Image


Attachments:
pm_wood_pattern_seamless_and_text_revised.zip [2.53 KiB]
Downloaded 113 times


Last edited by Pocholo on Fri Sep 04, 2020 4:10 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: pm_wood_pattern_seamless_and_text.py
PostPosted: Fri Sep 04, 2020 9:03 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7388
Location: Göteborg at last!
I used a different font and it produced a problem.

Image


Top
 Post subject: Re: pm_wood_pattern_seamless_and_text.py
PostPosted: Fri Sep 04, 2020 2:40 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 14162
Location: Spain, Aragón
I have problems with the plugin.
I get these images.


Attachments:
pattern.jpg
pattern.jpg [ 61.28 KiB | Viewed 2448 times ]
No a good text.jpg
No a good text.jpg [ 129.43 KiB | Viewed 2448 times ]

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
 Post subject: Re: pm_wood_pattern_seamless_and_text.py
PostPosted: Fri Sep 04, 2020 4:11 pm  (#4) 
Erisian wrote:
I used a different font and it produced a problem.

[ Image ]


Sorry, Not all the fonts are the same size. Erisian, go ahead and download the revised version. Let me know how it works.


Top
 Post subject: Re: pm_wood_pattern_seamless_and_text.py
PostPosted: Fri Sep 04, 2020 4:14 pm  (#5) 
Issabella wrote:
I have problems with the plugin.
I get these images.


Sorry to see that is happening to you, Issabella. Please do this: Go back a few steps by clicking the undo button 11 times and post the xcf file to see what is wrong with the Wood pattern process.


Top
 Post subject: Re: pm_wood_pattern_seamless_and_text.py
PostPosted: Fri Sep 04, 2020 4:35 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: Mar 23, 2012
Posts: 7388
Location: Göteborg at last!
Thank you.

Image


Top
 Post subject: Re: pm_wood_pattern_seamless_and_text.py
PostPosted: Fri Sep 04, 2020 5:17 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2648
Location: Poland
Hi Pocholo.

You are using "Clipboard Image" - this only works in the English version of Gimp.
You need to add internationalization (4 lines):

import gettext
gettext.install ("gimp20", gimp.locale_directory, unicode = True)
_ ("Clipboard Image")
domain = ("gimp20", gimp.locale_directory))
An example in your plugin:
viewtopic.php?f=9&t=18697&start=20#p255174

_________________
Image


Top
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group