It is currently Fri Jul 05, 2024 1:11 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 19 posts ] 
Author Message
 Post subject: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Sun Aug 09, 2020 9:25 pm  (#1) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
Hi, is been a few month since I share my plugins, well this one leave here for you. It creates a plastic like text with neon center. You have the option to create the text with a glow and you have another option to change the neon color inside the text and the glow. Please leave comments :)

Ps The font used in this plugin is, "Confortaa" and it's a free font found here: https://www.dafont.com/comfortaa.font or use a thin rounded font for better results.

*** Fixed the size issues = Now you can make the text longer


Attachments:
pm_lurid_text_logo_(2).zip [3.13 KiB]
Downloaded 313 times

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


Last edited by Pocholo on Fri Aug 14, 2020 7:05 pm, edited 3 times 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: Lurid text effect plugin from Conbagui's tutorial
PostPosted: Sun Aug 09, 2020 11:59 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Nov 04, 2015
Posts: 1365
Image


Text was escaping the canvas because I didn't d/load the Confortaa font :) so I modded the script. I made it 2400x1200px and left the layers un-merged.
Remaining layers can be merged-down with 'merge all layers'. I prefer to see the effect of each layer.
Script needs 'all layers to image size' and 'remove alpha channel' but not so important.


Attachments:
pm_lurid_text_logo2.zip [3.03 KiB]
Downloaded 318 times
Top
 Post subject: Re: Lurid text effect plugin from Conbagui's tutorial
PostPosted: Mon Aug 10, 2020 2:30 am  (#3) 
Offline
Global Moderator
User avatar

Joined: Oct 02, 2014
Posts: 4515
Location: Sydney Australia
Pocholo - thanks for the plug-in; however I seem to be having a problem similar to Tas_mania. I tried several times with different words but all were truncated in the output.

For example, the text I entered into the parameter form was 'lurid text'; it is truncated as per image below. Is there a limit on the number of characters that can be entered?


Attachments:
luridtext.png
luridtext.png [ 170.8 KiB | Viewed 9620 times ]

_________________
Image

Respect should be offered freely but hard earned
Top
 Post subject: Re: Lurid text effect plugin from Conbagui's tutorial
PostPosted: Mon Aug 10, 2020 4:30 pm  (#4) 
Offline
GimpChat Member

Joined: Apr 09, 2018
Posts: 1792
Location: France
Thank you Pocholo and MareroQ.
My preference goes to the second which allows to modify the layers. :)

Image

_________________
Les parfums, les couleurs et les sons se répondent.Baudelaire (Les fleurs du mal)
2.10.14 (Samj),2.10.21 (Samj) and 2.10.23(Samj) OS Windows 10 Home 64 bits


Top
 Post subject: Re: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Thu Aug 13, 2020 7:31 pm  (#5) 
Offline
GimpChat Member

Joined: Dec 19, 2018
Posts: 158
Hi guys, I liked the option provided by Tas_mania, where I can play with the layers.
But with the version of Tas_mania you cannot work with longer texts, as described by oldmangrumpy.

Version 2 of Pocholo allows for bigger texts but it does block the possibilities that the plug-in can offer,

Would it be possible to unify the plug-in by allowing long texts and editing the layers?

Thank you very much in advance.


Top
 Post subject: Re: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Fri Aug 14, 2020 1:29 am  (#6) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Can an old schemer give you python boys a hint, I heard that crack of thunder
width, height, ascent, descent = pdb.gimp_text_get_extents_fontname(text, size, size_type, fontname)
This will enable you to set your image size to fit the text, also a better way of creating a text layer is↓
text_layer = pdb.gimp_text_fontname(image, drawable, x, y, text, border, antialias, size, size_type, fontname)
as it allows for a border of extra pixels around the text.
then you can simply use width = pdb.gimp_drawable_width(text_layer) e.t.c.
Please forgive this old schemer for dabbling with snake talk. :roll:

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


Top
 Post subject: Re: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Fri Aug 14, 2020 5:50 pm  (#7) 
Offline
GimpChat Member

Joined: Dec 19, 2018
Posts: 158
ok, just I get it, did it alone :yes


Attachments:
Didit.png
Didit.png [ 43.81 KiB | Viewed 9389 times ]
Top
 Post subject: Re: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Fri Aug 14, 2020 9:04 pm  (#8) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
I can't wait to see the file

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


Top
 Post subject: Re: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Fri Aug 14, 2020 9:35 pm  (#9) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
Hi Graechan! Thanks for the pointers, you expertise it's always welcome. I managed to fix the script and I re-posted it on the first post (pm_lurid_text_logo_(2).zip)

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


Top
 Post subject: Re: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Sat Aug 15, 2020 12:59 am  (#10) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12709
Location: Spain, Aragón
You got it, Pocholo the Lurid Text plug-in works great in long texts!


Attachments:
Lurid_Long text_Pocholo.jpg
Lurid_Long text_Pocholo.jpg [ 302.16 KiB | Viewed 9362 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: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Sat Aug 15, 2020 1:54 am  (#11) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
I haven't done or seen the tutorial, so my result from file is unusual
Image
also it's best to create an image at the beginning rather than hope the user has

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


Top
 Post subject: Re: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Sat Aug 15, 2020 2:31 am  (#12) 
Offline
Global Moderator
User avatar

Joined: Oct 02, 2014
Posts: 4515
Location: Sydney Australia
Thanks for fixing the text length issue :)

Image

_________________
Image

Respect should be offered freely but hard earned


Top
 Post subject: Re: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Sat Aug 15, 2020 2:37 am  (#13) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12709
Location: Spain, Aragón
Graechan, I'm glad you being in the forum again. We need your talent, too. :yes
I like your text with waves, how? is it the font you used? :cool
Nice texts, Level, Krikor and OMG. :bigthup

_________________
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: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Sat Aug 15, 2020 7:12 am  (#14) 
Offline
GimpChat Member

Joined: Dec 19, 2018
Posts: 158
Graechan wrote:
I can't wait to see the file

Hi Graechan,
I just turned it into comments the plugin lines that unified the layers into one.

Issabella wrote:
Graechan, I'm glad you being in the forum again. We need your talent, too. :yes
I like your text with waves, how? is it the font you used? :cool
Nice texts, Level, Krikor and OMG. :bigthup

Hi Issabella,
With the available layers the options are extended.
Attachment:
luridlayers.png
luridlayers.png [ 179.33 KiB | Viewed 2686 times ]


Top
 Post subject: Re: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Sat Aug 15, 2020 9:05 am  (#15) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
Graechan wrote:
I haven't done or seen the tutorial, so my result from file is unusual
[ Image ]
also it's best to create an image at the beginning rather than hope the user has



I like your version Graechan. Your letters look like vehicle tires :yes It looks like you used Brush spacing or "dynamics brush spacing"?

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


Top
 Post subject: Re: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Sat Aug 15, 2020 3:37 pm  (#16) 
Offline
GimpChat Member

Joined: Dec 19, 2018
Posts: 158
Just another variation using just the plug-in


Attachments:
frozenbylurid.png
frozenbylurid.png [ 427.21 KiB | Viewed 2652 times ]
Top
 Post subject: Re: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Sun Aug 16, 2020 1:27 am  (#17) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12709
Location: Spain, Aragón
Krikor, nice look in your text. So, I think you have got the possibility to get the different layers in the process. That is a good idea. :yes
Mine is merged at the end.


Attachments:
Lurid_Text_Effect_Issa.jpg
Lurid_Text_Effect_Issa.jpg [ 288.02 KiB | Viewed 2633 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: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Wed Sep 16, 2020 9:47 am  (#18) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4050
My spin on the Pocholo Lurid effect:

Image

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


Top
 Post subject: Re: Lurid text effect plugin from Conbagui's tutorial (Edited)
PostPosted: Wed Sep 16, 2020 12:38 pm  (#19) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
Nice outcome, Mahvin. I like the rocky look. :coolthup

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


Top
Post new topic Reply to topic  [ 19 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Wired Text Effect plugin

6

No new posts Attachment(s) Honeycomb text effect plugin

9

No new posts Attachment(s) Paper Cutout text effect plugin (New)

11

No new posts Attachment(s) Shadow and Refletion text effect plugin

2

No new posts Attachment(s) Bubble wrap text effect plugin

2



* Login  



Powered by phpBB3 © phpBB Group