Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

Re: Is there script/plug-in for doing pressed text?

Tue Jul 08, 2014 7:27 am

@GnuTux very nice! Awesome sauce!

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

Re: Is there script/plug-in for doing pressed text?

Tue Jul 08, 2014 1:46 pm

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.

Re: Is there script/plug-in for doing pressed text?

Tue Jul 08, 2014 1:52 pm

@GnuTux you sir are BOSS! Thank you!

Re: Is there script/plug-in for doing pressed text?

Tue Jul 08, 2014 2:33 pm

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

Re: Is there script/plug-in for doing pressed text?

Tue Jul 08, 2014 5:07 pm

@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

Re: Is there script/plug-in for doing pressed text?

Tue Jul 08, 2014 6:27 pm

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

Re: Is there script/plug-in for doing pressed text?

Tue Jul 08, 2014 6:28 pm

:rofl Lolol

Re: Is there script/plug-in for doing pressed text?

Tue Jul 08, 2014 7:21 pm

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.

Re: Is there script/plug-in for doing pressed text?

Tue Jul 08, 2014 7:28 pm

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

Re: Is there script/plug-in for doing pressed text?

Wed Jul 09, 2014 10:50 am

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

Re: Is there script/plug-in for doing pressed text?

Wed Jul 09, 2014 12:03 pm

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.

Re: Is there script/plug-in for doing pressed text?

Wed Jul 09, 2014 1:36 pm

Those look good. :bigthup

Here's an attempt on a ding.

Image

Re: Is there script/plug-in for doing pressed text?

Wed Jul 09, 2014 2:30 pm

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

Re: Is there script/plug-in for doing pressed text?

Tue Apr 11, 2023 10:01 pm

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

Code:
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


2023-04-11_22-57.png
2023-04-11_22-57.png (112.46 KiB) Viewed 400 times



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

Re: Is there script/plug-in for doing pressed text?

Tue Apr 11, 2023 10:14 pm

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

2023-04-11_23-12.png
2023-04-11_23-12.png (279.61 KiB) Viewed 400 times



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

Code:
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   ]

Re: Is there script/plug-in for doing pressed text?

Tue Apr 11, 2023 10:22 pm

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

carvein.png
carvein.png (231.97 KiB) Viewed 400 times


Image

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

Re: Is there script/plug-in for doing pressed text?

Thu Apr 13, 2023 5:20 am

Image
Post a reply