It is currently Wed Jun 26, 2024 2:42 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Neon Sign on wall plugin with animation option update #1
PostPosted: Thu Dec 01, 2022 11:53 am  (#1) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
The plugin creates a brick wall and neon sign with an option of 3 frames shapes: Rounded square, Square and Rounded.
It also have an option to create small blinking animation.

This is an English and Non-English version

Image

Animation:
Image



1. Place an option for a solid Backwall.
2. The default frame rate is 1000ms but you can change it to you prefered frame rate (between parenthesis) Higher number slower animation. Lower number faster animation.

Image


Attachments:
pm_neon_sign_on_wall.zip [6.09 KiB]
Downloaded 81 times

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


Last edited by Pocholo on Sat Dec 03, 2022 9:36 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: Neon Sign on wall plugin with animation option
PostPosted: Thu Dec 01, 2022 3:08 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12700
Location: Spain, Aragón
Thank you Pocholo. it is very nice and it works well.


Attachments:
Thanks Pocholo.gif
Thanks Pocholo.gif [ 1.81 MiB | Viewed 1190 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: Neon Sign on wall plugin with animation option
PostPosted: Thu Dec 01, 2022 5:50 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
This makes the effect quick and easy.

Attachment:
neon.gif
neon.gif [ 572.04 KiB | Viewed 1174 times ]


Top
 Post subject: Re: Neon Sign on wall plugin with animation option
PostPosted: Fri Dec 02, 2022 1:39 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Dec 09, 2018
Posts: 656
Nice one, thanks Pocholo.

Attachment:
neonsign.gif
neonsign.gif [ 221.8 KiB | Viewed 1126 times ]


Top
 Post subject: Re: Neon Sign on wall plugin with animation option
PostPosted: Fri Dec 02, 2022 3:51 pm  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jan 06, 2020
Posts: 343
Location: The Netherlands
This one is great again Pocholo...


Top
 Post subject: Re: Neon Sign on wall plugin with animation option
PostPosted: Sat Dec 03, 2022 12:24 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Interesting. If i use black for both grout and wall it crashes. When i select white and white i get this.Which is more of a gray on black grout. But it does run the plugin through its entirety.


Attachment:
2022-12-03_122145.jpg
2022-12-03_122145.jpg [ 338.79 KiB | Viewed 1080 times ]



Here is the error traceback for black and black.

  File "C:\Program Files\GIMP 2\lib\gimp\2.0\python/gimpfu.py", line 743, in response
    dialog.res = run_script(params)
  File "C:\Program Files\GIMP 2\lib\gimp\2.0\python/gimpfu.py", line 361, in run_script
    return apply(function, params)
  File "C:\Users\Rod\AppData\Roaming\GIMP\2.10\plug-ins\pm_neon_sign_on_wall.py", line 149, in pm_neon_sign_on_wall
    pdb.gimp_image_select_item(img, 2, vectors)
RuntimeError: Procedure 'gimp-image-select-item' has been called with value '-1' for argument 'item' (#3, type GimpItemID). This value is out of range.

_________________
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: Neon Sign on wall plugin with animation option
PostPosted: Sat Dec 03, 2022 12:33 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Doesn't work with this color either.

Attachment:
2022-12-03_122855.jpg
2022-12-03_122855.jpg [ 265.56 KiB | Viewed 1080 times ]


Hoping to create a solid wall behind the neon effect. Doesn't seem to work with any color but white. And then that isn't really a solid color. More like a 3D grayish brick wall.

Hope that all helps for fixing the error. Great plugin though! :bigthup thx!

_________________
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: Neon Sign on wall plugin with animation option
PostPosted: Sat Dec 03, 2022 1:16 pm  (#8) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
That is because the Brick pattern that is created before for the wall have a transparency on the shape, and black at the edges of the shape.

P.s If you want a solid color then it will be a separate option in the script.

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


Top
 Post subject: Re: Neon Sign on wall plugin with animation option
PostPosted: Sat Dec 03, 2022 1:25 pm  (#9) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4750
Another problem is that the top left corner of round rectangle isn't correct, there is a slight angle:

Attachment:
ksnip_20221203-192237.png
ksnip_20221203-192237.png [ 130.04 KiB | Viewed 1070 times ]


A problem with sel2path but then such paths can be created directly.

_________________
Image


Top
 Post subject: Re: Neon Sign on wall plugin with animation option
PostPosted: Sat Dec 03, 2022 2:32 pm  (#10) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
ofnuts wrote:
Another problem is that the top left corner of round rectangle isn't correct, there is a slight angle:

Attachment:
ksnip_20221203-192237.png


A problem with sel2path but then such paths can be created directly.


That is an issue that I have to bring up with the Neon Sign Welder. :hehe
I guess "Rounded Rectangle" or the "Rectangle select tool" doesn't respod smoothly on corners.
When you Select to Path the selection the Path is deformed as you see in the image.
Image

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


Top
 Post subject: Re: Neon Sign on wall plugin with animation option
PostPosted: Sat Dec 03, 2022 2:36 pm  (#11) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
Rod wrote:
Doesn't work with this color either.

Attachment:
2022-12-03_122855.jpg


Hoping to create a solid wall behind the neon effect. Doesn't seem to work with any color but white. And then that isn't really a solid color. More like a 3D grayish brick wall.

Hope that all helps for fixing the error. Great plugin though! :bigthup thx!



Thank you for your input, Rod. :tyspin I edited the plugin and inserted an option for a solid wall color. I will posted in a few.

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


Top
 Post subject: Re: Neon Sign on wall plugin with animation option
PostPosted: Sat Dec 03, 2022 3:06 pm  (#12) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4750
Pocholo wrote:
ofnuts wrote:
Another problem is that the top left corner of round rectangle isn't correct, there is a slight angle:

Attachment:
ksnip_20221203-192237.png


A problem with sel2path but then such paths can be created directly.


That is an issue that I have to bring up with the Neon Sign Welder. :hehe
I guess "Rounded Rectangle" or the "Rectangle select tool" doesn't respod smoothly on corners.
When you Select to Path the selection the Path is deformed as you see in the image.
[ Image ]


On a text layer you should get the path using pdb.gimp_vectors_new_from_text_layer(image, layer).

_________________
Image


Top
 Post subject: Re: Neon Sign on wall plugin with animation option
PostPosted: Sat Dec 03, 2022 4:13 pm  (#13) 
Offline
GimpChat Member

Joined: Jul 28, 2018
Posts: 1196
ofnuts wrote:
Pocholo wrote:
ofnuts wrote:
Another problem is that the top left corner of round rectangle isn't correct, there is a slight angle:

Attachment:
ksnip_20221203-192237.png


A problem with sel2path but then such paths can be created directly.


That is an issue that I have to bring up with the Neon Sign Welder. :hehe
I guess "Rounded Rectangle" or the "Rectangle select tool" doesn't respod smoothly on corners.
When you Select to Path the selection the Path is deformed as you see in the image.
[ Image ]


On a text layer you should get the path using pdb.gimp_vectors_new_from_text_layer(image, layer).



Yes, you're right. Thank you for pointing that out. When I zoomed it, I notice the jaggety edges and distortion. :bigthup

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


Last edited by Pocholo on Mon Oct 09, 2023 12:30 pm, edited 1 time in total.

Top
 Post subject: Re: Neon Sign on wall plugin with animation option update #1
PostPosted: Sun Dec 04, 2022 4:19 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12700
Location: Spain, Aragón
Thank you Pocholo, it is a nice effect. I like it a lot. :coolthup


Attachments:
New-Neon.gif
New-Neon.gif [ 884.11 KiB | Viewed 892 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: Neon Sign on wall plugin with animation option update #1
PostPosted: Sun Dec 04, 2022 7:37 am  (#15) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
Probably better to use the plugin to create one image, then use the parts to create an animation. Then you can use whatever background you'd like.

Attachment:
neon2.gif
neon2.gif [ 339.75 KiB | Viewed 874 times ]


Top
 Post subject: Re: Neon Sign on wall plugin with animation option
PostPosted: Sun Dec 04, 2022 9:08 am  (#16) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Pocholo wrote:
Rod wrote:
Doesn't work with this color either.

Attachment:
2022-12-03_122855.jpg


Hoping to create a solid wall behind the neon effect. Doesn't seem to work with any color but white. And then that isn't really a solid color. More like a 3D grayish brick wall.

Hope that all helps for fixing the error. Great plugin though! :bigthup thx!



Thank you for your input, Rod. :tyspin I edited the plugin and inserted an option for a solid wall color. I will posted in a few.

Thank you Pocholo! Works excellent. :bigthup

_________________
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: Neon Sign on wall plugin with animation option update #1
PostPosted: Sun Dec 04, 2022 12:07 pm  (#17) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
I suppose a better example would be.......

Attachment:
neon3.gif
neon3.gif [ 294.21 KiB | Viewed 860 times ]


Top
 Post subject: Re: Neon Sign on wall plugin with animation option update #1
PostPosted: Mon Dec 05, 2022 3:09 am  (#18) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 12700
Location: Spain, Aragón
I like it, racer. :coolthup

_________________
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: Neon Sign on wall plugin with animation option update #1
PostPosted: Sun Oct 08, 2023 9:04 pm  (#19) 
Offline
GimpChat Member
User avatar

Joined: May 24, 2021
Posts: 787
Location: SEA - South East Asia
Rich Feldman wrote:
Thank you for sharing this exciting plugin update! The addition of a brick wall and neon sign with three frame shape options is fantastic. The versatility offered by rounded square, square, and rounded frames allows for creative customization. Moreover, the small blinking animation feature is a game-changer, adding dynamic charm to designs. Kudos to the developers for continually enhancing functionality. Can't wait to explore the possibilities this plugin brings to our projects!


Um... Are you human?
I start to see way too much AI texts everywhere, like on Youtube (for example)...
AI(s) have a very specific way of writing, and now I could say that I can smell those from 3 km away (even when re-written), but... I can be wrong! -> thus I wanted to check...
Attachment:
screenshot_20231009-095650.jpg
screenshot_20231009-095650.jpg [ 130.78 KiB | Viewed 627 times ]

_________________
Patrice


Top
 Post subject: Re: Neon Sign on wall plugin with animation option update #1
PostPosted: Mon Oct 09, 2023 11:03 am  (#20) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2019
Posts: 136
Location: Lake Havasu City, Arizona, USA
Nice one Patrice. AI is used to write books and articles now-a-days.

_________________
Charles


Top
Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Create Wall Photo Strips plugin

4

No new posts Attachment(s) Wrap effect plugin with color option

13

No new posts Attachment(s) White Christmas Card plugin update to version 2

29

No new posts Attachment(s) 2.99.19 GEGL plugin update here! - 39 plugins of mine crash GIMP 3

1

No new posts Attachment(s) Donut Text plugin yummy delicious! (Update for non-English users)

4



* Login  



Powered by phpBB3 © phpBB Group