Gimp-Forum.net
Text along path distorts text - Printable Version

+- Gimp-Forum.net (https://www.gimp-forum.net)
+-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP)
+--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions)
+--- Thread: Text along path distorts text (/Thread-Text-along-path-distorts-text)



Text along path distorts text - R3dm1i - 07-29-2022

When I use text along path on a circle the text gets distorted the closer it gets to the middle of the image, I'm using version 2.10.32 on Windows 10


RE: Text along path distorts text - Ofnuts - 07-29-2022

Yes, this is due to the algorithm used. A different implementation that doesn't distort letters (but can lead to overlaps) and has several useful options can be found here.


RE: Text along path distorts text - rich2005 - 07-29-2022

For regular text like that (one font / one size) try Ofnuts plugin ofn-text-along-path.py
see: https://www.gimp-forum.net/Thread-ofn-text-along-path

The usual place is http://sourceforge.net/projects/gimp-path-tools/files/scripts/  Look for ofn-text-along-path.zip dated 2021-03-17

Unzip, read the incuded help notes, the ofn-text-along-path.py plugin goes in (for Windows users)
C:\Users\"yourname"\AppData\Roaming\GIMP\2.10\plug-ins

Edit: Had to check that my version was up to date ;Wink

Looks like this, Super-imposed over your image.  Note in particular the N and the B

[attachment=8431]


RE: Text along path distorts text - R3dm1i - 07-30-2022

(07-29-2022, 07:31 PM)R3dm1i Wrote: When I use text along path on a circle the text gets distorted the closer it gets to the middle of the image, I'm using version 2.10.32 on Windows 10

Using ofnuts fixed the issue, thanks a lot to both of you