It is currently Sat Apr 27, 2024 4:11 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: pm_lace_text_effect.py
PostPosted: Thu Oct 01, 2020 11:33 pm  (#1) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
This is another plugin inspired by conbagui's tutorial "Lace text effect"
It will create a brush for the lace and beautiful Lace text effect. Pattern and font "Chopin script" are included.
Chopin script free font: https://www.dafont.com/chopin-script.font

Image


Image


Attachments:
pm_lace_text_effect.zip [5.21 MiB]
Downloaded 277 times

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


Last edited by Pocholo on Fri Oct 02, 2020 7:13 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_lace_text_effect.py
PostPosted: Fri Oct 02, 2020 8:23 am  (#2) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4048
I grabbed your file from above to add to the plugin site. It seems there is a file size limit on the form. I had no idea, until now.

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


Top
 Post subject: Re: pm_lace_text_effect.py
PostPosted: Fri Oct 02, 2020 8:32 am  (#3) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
Good to know, Mahvin. Thank you, my friend!

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


Top
 Post subject: Re: pm_lace_text_effect.py
PostPosted: Fri Oct 02, 2020 8:38 am  (#4) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
You're right the folder is 5.33 MB and is because the .pat file. I should it converted the .pat to jpeg, so it would be smaller size file.

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


Top
 Post subject: Re: pm_lace_text_effect.py
PostPosted: Fri Oct 02, 2020 8:16 pm  (#5) 
Offline
GimpChat Member

Joined: Nov 14, 2018
Posts: 45
I love it! Can't wait to use it in some of my scrapbooking projects.


Top
 Post subject: Re: pm_lace_text_effect.py
PostPosted: Fri Oct 02, 2020 9:21 pm  (#6) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4048
Pocholo, what I did was take your existing pattern, and cropped out a repeatable, tileable portion and made it seamless. This would drastically reduce the file size and yet give the user a workable pattern.

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


Top
 Post subject: Re: pm_lace_text_effect.py
PostPosted: Fri Oct 02, 2020 10:29 pm  (#7) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
Or what you did... Yeah, that would it have been the other option :hi5 . Thanks buddy!

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


Top
 Post subject: Re: pm_lace_text_effect.py
PostPosted: Sat Oct 03, 2020 1:11 am  (#8) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Thank goodness you have written this to keep alive an excellent tutorial, I wrote a scheme script for 2.6 and have no wish to attempt to upgrade it to 2.10

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: pm_lace_text_effect.py
PostPosted: Sat Oct 03, 2020 7:30 am  (#9) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
I dearly Thank you Graechan. Yes, it is a beautiful tutorial and effect. :tyspin

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


Top
 Post subject: Re: pm_lace_text_effect.py
PostPosted: Sat Oct 03, 2020 10:28 am  (#10) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12658
Location: Spain, Aragón
Thank you Pocholo to do this new script to be working again. :gimp
Mahvin's idea is really a very nice option to reduce weight. (i post it in small size if someone likes it)
:coolthup


Attachments:
Thanks-Pocholo.jpg
Thanks-Pocholo.jpg [ 607.71 KiB | Viewed 3858 times ]
Rose pattern fabric.zip [83.96 KiB]
Downloaded 112 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_lace_text_effect.py
PostPosted: Sat Oct 03, 2020 11:02 am  (#11) 
Offline
GimpChat Member
User avatar

Joined: May 10, 2013
Posts: 1389
Location: FInland
This is so beautiful, not just the effect but also the pressed look and the frame. I'm using the layerfx-2.10.py btw.
Thank you.

Attachment:
Lovelace.png
Lovelace.png [ 1.17 MiB | Viewed 2335 times ]


Top
 Post subject: Re: pm_lace_text_effect.py
PostPosted: Thu Oct 15, 2020 2:36 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: Sep 27, 2016
Posts: 345
Location: Germany, BW
Hi pocholo,

I had a problem with your script.
While it worked fine with GIMP 2.10.20 i didn't produce the brush for the first image at correct size in GIMP 2.10.22.
It was tiny.
So I added a line for the brushsize like so:
        angle_out = pdb.gimp_brush_set_angle("Lace brush", 0)
   pdb.gimp_brush_set_spacing("Lace brush", 49)
   pdb.gimp_context_set_brush_size(350)


The first two lines were already there the last one is what I added.
I'm not sure why I had to give the size a 350 when the image is only 250 :puzzled
But it's working properly now.

_________________
Regards
nelo

(Gimp 2.10 on Linux Mint MATE 20.1)


Top
 Post subject: Re: pm_lace_text_effect.py
PostPosted: Thu Oct 15, 2020 3:24 pm  (#13) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
nelo wrote:
Hi pocholo,

I had a problem with your script.
While it worked fine with GIMP 2.10.20 i didn't produce the brush for the first image at correct size in GIMP 2.10.22.
It was tiny.
So I added a line for the brushsize like so:
        angle_out = pdb.gimp_brush_set_angle("Lace brush", 0)
   pdb.gimp_brush_set_spacing("Lace brush", 49)
   pdb.gimp_context_set_brush_size(350)


The first two lines were already there the last one is what I added.
I'm not sure why I had to give the size a 350 when the image is only 250 :puzzled
But it's working properly now.


I'm still have GIMP 2.10.20 and I haven't tested on the newer version.

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


Top
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts a 3d lines text effect

1

No new posts Attachment(s) GEGL Text cut out effect

25

No new posts Attachment(s) Honeycomb text effect plugin

9

No new posts Attachment(s) Wired Text Effect plugin

6

No new posts Attachment(s) Denim Patch text effect plugin

9



* Login  



Powered by phpBB3 © phpBB Group