It is currently Mon Jul 01, 2024 6:36 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 76 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Tue Dec 10, 2019 5:36 pm  (#41) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
Very creative use of paths MareroQ. One can always edit the created paths to tweak it the way they want.


Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 1:55 am  (#42) 
Offline
GimpChat Member

Joined: Aug 26, 2019
Posts: 49
Attachment:
fishing.jpg
fishing.jpg [ 99.61 KiB | Viewed 1631 times ]

Thank you MareroQ. Have just installed Rel 0.4.
I like being able to add bits and pieces to the design.
Lots of fun.


Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 2:16 am  (#43) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
@P1937
I like your result.
Have you used LayerFX?

@racer-x
racer-x wrote:
... One can always edit the created paths to tweak it the way they want.


Touchdown! - I will no longer add new styles - because probably 256 is enough for "quick" fun (unless someone asks for some other that if I can add).

Ver.0.5 experimental.

I'm still testing the interactive call (* .py -> * .py).
As another attempt I used the LayerFX.py call.
I know that you can use Fx as a postprocess and that for Gimp 2.10.14 it doesn't work without a patch (there are other threads in this case).
If you have a working LayerFX.py plugin, please let me know if the interactive call:
Stroke: "FX Inner Glow", "FX Outer Glow" also works for you as expected?


Attachments:
File comment: Excuse me - Fixed layer name error for FX Inner Glow.
Text-Logo_to_ofn_bend_path V_0.5.zip [4.37 KiB]
Downloaded 71 times
FX interactive.png
FX interactive.png [ 164.41 KiB | Viewed 1625 times ]

_________________
Image

Slava
Ukraini!


Last edited by MareroQ on Wed Dec 11, 2019 9:01 am, edited 1 time in total.
Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 6:02 am  (#44) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
Tested v05. The FXinner glow reports error, but the FXouter glow works and looks great.

Attachment:
mq.jpg
mq.jpg [ 174.55 KiB | Viewed 1604 times ]


Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 6:13 am  (#45) 
Offline
GimpChat Member

Joined: Sep 20, 2016
Posts: 293
MareroQ wrote:
Rel 0.4.

Thank you for including a minimal version !


Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 9:02 am  (#46) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
@Konstantin.
I know you would do it yourself - but it probably would require a bit more lost time (if you know exactly where - then copy / paste took less than a minute in this case).
I am also curious which version will be chosen more often by users...


@Racer-X
Thank you for the test.
I made a mistake in FX Inner Glow - can you try again?

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 9:20 am  (#47) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
Yes, FX Inner Glow works perfectly now. Thanks!


Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 1:18 pm  (#48) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
@Racer-X

Thank you for repeating the test.
Now I have 3 cases to figure out:
- Ofn-bend-path.py cannot be invoked interactively,
- Custom_Font_Metallic_Effects_003.py can be invoked interactively but with a cut gui,
- LayerFX.py can be invoked correctly interactively.
(...but I'm starting to doubt if I can decipher it myself...)

@Konstantin

Regarding:
- Repeat (Ctr + F)
- Re-Show (Shift + Ctr + F)
as I thought - running with an existing image allows you to activate these functions.

After adding PF_IMAGE, PF_DRAWABLE, image type (any - because it will still create a new one) you can move the location in the menu - and so I did (now: Filters/Path/Bend path by style ...)
This version is attached.

Information for anyone interested - it is easy to change it as you like by editing:
menu location - line 224
plugin name in the menu - line 172.


Attachments:
Text-Logo_to_ofn_bend_path-Mini2-V.0.5.zip [2.9 KiB]
Downloaded 62 times

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 1:53 pm  (#49) 
Offline
GimpChat Member

Joined: Sep 20, 2016
Posts: 293
MareroQ wrote:
@Konstantin

Regarding:
- Repeat (Ctr + F)
- Re-Show (Shift + Ctr + F)
as I thought - running with an existing image allows you to activate these functions.

Great job !! :clap

Is it possible to make another small edit to the minimal plug-in version, please ?
I like that it generates a textlayer, but it would be even better if that texlayer is turned off by default, so its not in the way.


Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 2:29 pm  (#50) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
If the text layers are to be invisible in line 25 add:
   pdb.gimp_item_set_visible(text_layer, 0)

If you want to automatically delete it on the line 158 add:
   pdb.gimp_image_remove_layer(image, text_layer)


or I can add an option:
Text layer: No Changes / Invisible / Delete


Decide yourself :hehe


Attachments:
Text-Logo_to_ofn_bend_path-Mini2 V 0.5+.zip [2.97 KiB]
Downloaded 60 times
Mini2 V-0.5+.png
Mini2 V-0.5+.png [ 18.85 KiB | Viewed 1549 times ]

_________________
Image

Slava
Ukraini!


Last edited by MareroQ on Wed Dec 11, 2019 3:09 pm, edited 1 time in total.
Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 2:58 pm  (#51) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
Tried downloading and installing the mini version and I get nothing when I run gimp:
Image
Image
Image

It also shows up in the procedure browser


Last edited by mackenzieh on Wed Dec 11, 2019 3:10 pm, edited 1 time in total.

Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 3:09 pm  (#52) 
Offline
GimpChat Member

Joined: Apr 09, 2018
Posts: 1792
Location: France
mackenzie :wvy

I see that you have filters from Alpha to logo.
I deleted them a while ago because I finally noticed that they were the cause of my problems with the Bevel Reflect logo

_________________
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: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 3:15 pm  (#53) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
@mackenzieh

Zbyt częste zmiany? :mrgreen:
In post 48 - (now: Filters/Path/Bend path by style ...)

The latest mini version post 50.

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 3:16 pm  (#54) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
level_0 wrote:
mackenzie :wvy

I see that you have filters from Alpha to logo.
I deleted them a while ago because I finally noticed that they were the cause of my problems with the Bevel Reflect logo


:wvy
The Alpha to Logo isn't the problem.. it's the mini version of the Text-Logo Bend plugin. The others are fine. I'm just wondering why this one doesn't show up like its supposed to.


Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 3:23 pm  (#55) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
MareroQ wrote:
If the text layers are to be invisible in line 25 add:
   pdb.gimp_item_set_visible(text_layer, 0)

If you want to automatically delete it on the line 158 add:
   pdb.gimp_image_remove_layer(image, text_layer)


or I can add an option:
Text layer: No Changes / Invisible / Delete


Decide yourself :hehe


I installed the plug in but it still doesn't show up in gimp:
Image

Another thing that happens is, the plugin kicks out my other plugins that I had which means I have to go into preferences and set the paths so GIMP will recognize them. It's just weird.


Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 3:53 pm  (#56) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Because the mini version does not create a typical Logo but only the path - I changed the location (as I wrote)
Filters-> Path-> Bend path by style ...

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 7:05 pm  (#57) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
MareroQ wrote:
Because the mini version does not create a typical Logo but only the path - I changed the location (as I wrote)
Filters-> Path-> Bend path by style ...


Okay, so where is the plug in?


Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Wed Dec 11, 2019 11:02 pm  (#58) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Look at the screenshots :hi5


Attachments:
Text-Logo_to_ofn_bend_path-Mini2.png
Text-Logo_to_ofn_bend_path-Mini2.png [ 23.71 KiB | Viewed 2600 times ]
Text-Logo_to_ofn_bend_path.png
Text-Logo_to_ofn_bend_path.png [ 18.92 KiB | Viewed 2600 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Thu Dec 12, 2019 1:26 am  (#59) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
MareroQ wrote:
Look at the screenshots :hi5


I have it. :)


Last edited by mackenzieh on Thu Dec 12, 2019 2:38 am, edited 1 time in total.

Top
 Post subject: Re: Bend Text-Logo as helper Ofn-bend-path
PostPosted: Thu Dec 12, 2019 1:39 am  (#60) 
Offline
GimpChat Member

Joined: Aug 26, 2019
Posts: 49
Ref Post 43
No I had not used Layer FX at that stage.
Have now installed version 5.
Layer FX working well.
I have one request if it is possible - adding a shadow. It is quite easy to do manually, however would be nice in the process if possible.


Top
Post new topic Reply to topic  [ 76 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) No scrollomg interface for text logo bend path

7

No new posts Attachment(s) [solved] plugin bend path

14

No new posts Attachment(s) Curve Bend (warping text)

6

No new posts Plugin or Script to bend/curve text

17

No new posts Script-fu Curve Bend

4



* Login  



Powered by phpBB3 © phpBB Group