Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hi- New user 2.10.36
#5
(12-08-2023, 01:28 PM)theycallmejayne Wrote: I am trying to achieve this

https://i.ytimg.com/vi/_Wq_A-jkWQE/maxresdefault.jpg

but only achieve this

https://i.pinimg.com/originals/6e/75/71/...7a1cdf.png


I appreciate that the problem is something that i am doing, but so far I ca't see what.

So, as far as I can see,  typical two problems:

Path origin:


Gimp's native text-to-path function lays the text along a path, starting from the path beginning. But if you do a circle selection and Select > To path, the beginning of the path is a bit at random. The two solutions:
  • if you know where the circle center is, rotate the result text path (around the center of course)
  • cut the path open and close it again where you want the path to start. This may require several tries or some side measurement/computations if you want the text centered.
Text direction:

The text is laid out along the path and the path direction is clockwise so at the bottom of the circle the path goes right to left. The usual solution is to make a copy of the path and flip it with the flip tool, so the result path is now counter-clockwise and runs left to right at the bottom. But of course since you have two elements of text in opposite directions you have to call the text-to-path function twice for two different text elements.

Since you spotted my script

The "path origin" problem is alleviated because the script can center things in the path, so instead of figuring out where the path start, you just need to make sure that start and end are symmetrical (typically, by cutting the path along a horizontal line).

The "path direction" problem is just a flag in the script to tell it to reverse the path. In your case the script will however still require two be called twice, and you will have to cut the whole circle path in two halves (not necessarily equal), one for the top and one for the bottom.
Reply


Messages In This Thread
Hi- New user 2.10.36 - by theycallmejayne - 12-07-2023, 09:29 PM
RE: Hi- New user 2.10.36 - by Ofnuts - 12-08-2023, 12:09 AM
RE: Hi- New user 2.10.36 - by theycallmejayne - 12-08-2023, 01:28 PM
RE: Hi- New user 2.10.36 - by Ofnuts - 12-08-2023, 06:20 PM
RE: Hi- New user 2.10.36 - by theycallmejayne - 12-09-2023, 09:35 AM
RE: Hi- New user 2.10.36 - by PixLab - 12-08-2023, 06:11 PM

Forum Jump: