Gimp-Forum.net
Old 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: Old text (/Thread-Old-text)

Pages: 1 2


Old text - meetdilip - 02-16-2023

Hi, wondering whether it is possible to create a text effect like this


[attachment=9380]

I don't know what they call this. I have seen this kind of text in Lord of the Rings, Harry Potter etc. Thanks.

I found a PS tutorial on Google related to the above image





RE: Old text - Ofnuts - 02-16-2023

Typically anything that adds a bevel to text...


RE: Old text - rich2005 - 02-16-2023

Try the attached script: An old one updated for Gimp 2.10

[attachment=9382]

Unzip and put in your scripts folder.
Make your text layer. Layer to image size. Filters -> Alpha to Logo -> Lord of the Rings.


RE: Old text - rich2005 - 02-16-2023

You can also get there using the GEGL bevel filter https://github.com/LinuxBeaver/GEGL-Custom-Bevel and https://github.com/LinuxBeaver/GEGL-Custom-Bevel/releases for the Win / linux binary files.

You do need to play with the sliders, something like this:

[attachment=9384]


RE: Old text - meetdilip - 02-16-2023

Thanks @Ofnuts @rich2005


RE: Old text - Krikor - 02-16-2023

(02-16-2023, 09:00 AM)meetdilip Wrote: Hi, wondering whether it is possible to create a text effect like this




I don't know what they call this. I have seen this kind of text in Lord of the Rings, Harry Potter etc. Thanks.

I found a PS tutorial on Google related to the above image
https://www.youtube.com/watch?v=ARwkZq0lAc0

From ➤ Filters - Decor - Chisel or Carve...
Default values.
[attachment=9386]


RE: Old text - Ofnuts - 02-16-2023

Not too hard to do manually
  • Create you text in gray
  • Get a selection on the text
  • Add a new layer, fill a selection with a Shaped (angular) gradient, white at center, black on edges if you want relief, and vice-versa if you want carved.
  • For texture Filters > Noise > HSV noise and add Value noise
  • Remove selection, select text layer (or a copy)
  • Filters > Map > Bump map and use the gradient-in-selection layer as the bump map 
[attachment=9387]



RE: Old text - meetdilip - 02-17-2023

@Krikor, I see this

[attachment=9388]

@Ofnuts , on it Smile


RE: Old text - Krikor - 02-17-2023

(02-17-2023, 12:52 AM)meetdilip Wrote: @Krikor, I see this



@Ofnuts , on it Smile

Here are the adjustments I used... all default



[attachment=9390]


RE: Old text - meetdilip - 02-17-2023

It was a GIF @Krikor, I do not see the option under Filters > Decor Sad

Thanks.