GIMP Chat
http://gimpchat.com/

Is there script/plug-in for doing pressed text?
http://gimpchat.com/viewtopic.php?f=9&t=10687
Page 2 of 2

Author:  MrBiggz [ Tue Jul 08, 2014 7:27 am ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

@GnuTux very nice! Awesome sauce!

You wouldn't have happened to have kept those settings for a base line to work with?

Author:  GnuTux [ Tue Jul 08, 2014 1:46 pm ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

MrBiggz wrote:
You wouldn't have happened to have kept those settings for a base line to work with?

Black Inner shadow
Image

White Drop Shadow
Image

Attaching the XCF for reference.

Attachments:
File comment: Pressed Text using GC Shadow
gc-shadow-pressed.xcf [332.41 KiB]
Downloaded 123 times

Author:  MrBiggz [ Tue Jul 08, 2014 1:52 pm ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

@GnuTux you sir are BOSS! Thank you!

Author:  molly [ Tue Jul 08, 2014 2:33 pm ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

Very cool Tux, can't beat that one. Thanks for sharing settings.

Author:  molly [ Tue Jul 08, 2014 5:07 pm ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

@Tux, I applied exactly the same settings as you and used your XCF for reference and mine didn't turn out the same. [Graechan... be quiet]
Image


Attachments:
tux-shadow.xcf [221.7 KiB]
Downloaded 91 times

Author:  Graechan [ Tue Jul 08, 2014 6:27 pm ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

Molly I I I I'll say no more :scram

Author:  molly [ Tue Jul 08, 2014 6:28 pm ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

:rofl Lolol

Author:  GnuTux [ Tue Jul 08, 2014 7:21 pm ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

molly wrote:
@Tux, I applied exactly the same settings as you and used your XCF for reference and mine didn't turn out the same.

The baseline values posted were for my example. Shadow transparency, offsets & blur values will vary, depending on the font, font size and colors used.

The font you chose contains very narrow areas, which makes it difficult to create depth with an inner shadow. I suppose If you make that font size large enough, you might get better results. Also, you will need to adjust the brightness & saturation to get best effect for a given color/hue.

Author:  molly [ Tue Jul 08, 2014 7:28 pm ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

Thank you, I will try it on a thicker font.

Author:  molly [ Wed Jul 09, 2014 10:50 am ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

Okay, here is one on a thicker font. looks more believable, I think.
Image

Author:  Issabella [ Wed Jul 09, 2014 12:03 pm ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

Molly, you got it! :coolthup I think that if we make the inner text a little darker, not so much as me, it can get a more stronger effect.

Attachments:
GC-Shadow-cut text.jpg
GC-Shadow-cut text.jpg [ 130.47 KiB | Viewed 1456 times ]

Author:  GnuTux [ Wed Jul 09, 2014 1:36 pm ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

Those look good. :bigthup

Here's an attempt on a ding.

Image

Author:  molly [ Wed Jul 09, 2014 2:30 pm ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

Very nice Issabella, Love the Ding Tux... all you need now is the strings.

Author:  contrast_ [ Tue Apr 11, 2023 10:01 pm ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

REQUIRES
https://github.com/LinuxBeaver/GEGL-Cut ... ansparency

https://github.com/LinuxBeaver/GEGL-Eff ... bevel_here

I am lonely because no one else is taking up GEGL

invert-transparency
color-overlay value=#18ff00
crop
id=1
gimp:layer-mode layer-mode=multiply opacity=0.7 composite-mode=auto aux=[ ref=1  bevel bevel1=39 radius1=1  th=33  azimuth=904  radius2=4  ]
dropshadow opacity=0.99  x=-6 y=3 radius=5 grow-radius=1
dst-atop aux=[ color value=#ffe600 crop ]
crop


Attachment:
2023-04-11_22-57.png
2023-04-11_22-57.png [ 112.46 KiB | Viewed 403 times ]



I am working on a graph that can do this with image file overlays. It should be possible but the logic is tricky

Author:  contrast_ [ Tue Apr 11, 2023 10:14 pm ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

Graph with image (requires gegl:bevel and gegl:invert-transparency) from the post above me.

Attachment:
2023-04-11_23-12.png
2023-04-11_23-12.png [ 279.61 KiB | Viewed 403 times ]



Too use yourself paste this syntax inside GEGL Graph and provide your own images.

invert-transparency
color-overlay value=#ffffff
crop
id=1
gimp:layer-mode layer-mode=multiply opacity=1 composite-mode=auto aux=[ ref=1  bevel bevel1=39 radius1=1  th=33  azimuth=904  radius2=4  ]
id=0
gimp:layer-mode layer-mode=multiply composite-mode=auto  aux=[ ref=0 layer src=/home/contrast/Pictures/Magic/pattern_fills/pattern_plaid-pattern-2_1_2_0-0_0_1__ffec3d_ecc94b.png]
hue-chroma lightness=8
dropshadow opacity=1.19  x=-3 y=9 radius=15 grow-radius=0
dst-atop aux=[  layer src=/home/contrast/Pictures/Magic/pattern_fills/pattern_plaid-pattern-1_1_3_0-0_0_1__1499ff_fafdff00_82b8f3.png   ]

Author:  contrast_ [ Tue Apr 11, 2023 10:22 pm ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

If three people reply in favor I will turn this into a plugin with a GUI

Attachment:
carvein.png
carvein.png [ 231.97 KiB | Viewed 403 times ]


Image

I have frustration that no one else is making GEGL Plugins for Gimp and it is almost one year since my arrival.

Author:  gimper66 [ Thu Apr 13, 2023 5:20 am ]
Post subject:  Re: Is there script/plug-in for doing pressed text?

Image

Page 2 of 2 All times are UTC - 5 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/