It is currently Wed Sep 09, 2026 4:32 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 132 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next
Author Message
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Sat Jul 09, 2016 4:25 pm  (#81) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2016
Posts: 580
Location: Sheffield UK
Image
beautiful script Graechan, thank you, I think this will make lovely jewelry. Am I missing a trick or does the image always resize double the size after running the script ? - in Peace RJKD

_________________
Image


Top
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Sun Jul 10, 2016 3:09 am  (#82) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 14174
Location: Spain, Aragón
RJKD, nice result. I only get the results in chrome, too. Please, could you check if it works in another metal type? and if added a 3D effect, it does it? and another thing more, if click on keep selection size, it duplicate always the size ? I have problems with these settings and I don't know if it's only me. Thank you so much.


Attachments:
Decoration-metal alpha1.png
Decoration-metal alpha1.png [ 611.55 KiB | Viewed 3572 times ]

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Sun Jul 10, 2016 7:22 am  (#83) 
Offline
GimpChat Member
User avatar

Joined: Apr 09, 2016
Posts: 580
Location: Sheffield UK
Image

Very pleasing text results - in Peace RJKD

_________________
Image


Top
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Tue Jul 12, 2016 3:04 am  (#84) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
Issabella & RJKD the 'metal finish type' setting in rel6 definitely works for me in both Scripts

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Tue Jul 12, 2016 3:59 am  (#85) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 14174
Location: Spain, Aragón
Graechan, thank you so much for your indication. I may have something wrong as it continues producing the results in chrome. What can it be?


Attachments:
Captura-Metal Alpha.JPG
Captura-Metal Alpha.JPG [ 183.3 KiB | Viewed 3532 times ]

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Tue Jul 12, 2016 4:38 am  (#86) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
Issabella could you post a copy of your script so I could look it over

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Tue Jul 12, 2016 4:53 am  (#87) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 14174
Location: Spain, Aragón
Thank you Graechan. This is my copy


Attachments:
Script-Metal Text-Issa.zip [51.22 KiB]
Downloaded 73 times

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Fri Jul 15, 2016 1:31 am  (#88) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
Oh dear, oh dear there is no way the colors should fail, below↓ is the relevant part or the script

Note!a selection is in place either yours or created by the script
(if (= metal 1) (gimp-context-set-foreground '(255 215 0)));gold
(if (= metal 2) (gimp-context-set-foreground '(192 192 192)));silver
(if (= metal 3) (gimp-context-set-foreground '(250 180 150)));copper
(if (= metal 4) (gimp-context-set-foreground '(166 125 61)));bronze
(if (= metal 5) (gimp-context-set-foreground tint-color));colored tint
(if (> metal 0)
(begin
(set! tint-layer (car (gimp-layer-new image width height RGBA-IMAGE "Tint" 100 MULTIPLY-MODE)))
(gimp-image-add-layer image tint-layer (car (gimp-image-get-layer-position image image-layer)))
(gimp-edit-fill tint-layer FOREGROUND-FILL)
(gimp-selection-invert image)
(gimp-edit-clear tint-layer)
(set! image-layer (car (gimp-image-merge-down image tint-layer 0)))


I usualy do things simply ;)

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Fri Jul 15, 2016 1:51 am  (#89) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 14174
Location: Spain, Aragón
Thanks Graechan, but I don't understand what you say. What must I do? or Am I doing something wrong? Thank you so much.

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.


Top
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Fri Jul 15, 2016 2:14 am  (#90) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 8470
Location: On the other side of your screen
Mine didn't even finish. Was supposed to be bronze with a brown grunge background.
Image

_________________
Image
Free Fun Photo Editing & resources
Poems from the Lord
Gimp Newby
Gimp version 3.2.4 and GMIC-Qt 4.0.2 OS :- Windows 10 Home 64


Top
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Fri Jul 15, 2016 2:44 am  (#91) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14834
Location: roma, italy
Graechan,
I suggest you post HERE the version you work with, there is certainly something different with the one used by other Gimp-chatters

_________________
"Where am I ?"


Top
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Fri Jul 15, 2016 3:35 am  (#92) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2648
Location: Poland
Hi Issabella.

Graechan made an amendment in line 169:

It was(old):
    (gimp-image-add-layer image tint-layer -1)

It is to be(new):
    (gimp-image-add-layer image tint-layer (car (gimp-image-get-layer-position image image-layer)))


Now there is no problem.

Thank Graechan.

Edit (17-07-2016):
WARNING:
This is not the latest version.
Read the post # 97


Attachments:
metal-text v6 OK.zip [7.72 KiB]
Downloaded 562 times

_________________
Image


Last edited by MareroQ on Sat Jul 16, 2016 11:37 pm, edited 1 time in total.
Top
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Fri Jul 15, 2016 3:39 am  (#93) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 14174
Location: Spain, Aragón
Thank you so much MareroQ. I didn't understand what Graechan said as I don't understand about codes. :tyspin :)
Thanks Graechan for solving the problem. :tyspin

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.


Top
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Fri Jul 15, 2016 4:16 am  (#94) 
Offline
GimpChat Member
User avatar

Joined: Mar 01, 2014
Posts: 14174
Location: Spain, Aragón
It works great! Thank you Graechan and MareroQ. :hi5 :tyspin


Attachments:
Gracias-Graechan.png
Gracias-Graechan.png [ 314.85 KiB | Viewed 3675 times ]

_________________
Image

Gimp 2.10.30(samj) portable _ OS Windows 10 Home_ 64bits
Don’t be afraid to start over. It’s a new chance to rebuild what you want.
Top
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Fri Jul 15, 2016 4:52 am  (#95) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
All's well that ends well, I'll have a release 7 finished soon

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Metal-Text release 6 [now with Alpha to Logo]
PostPosted: Fri Jul 15, 2016 8:44 pm  (#96) 
Offline
GimpChat Member

Joined: May 12, 2015
Posts: 4693
Thank you, Graechan! Metal Alpha works beautifully now.
Attachment:
Copper Metal Alpha.JPG
Copper Metal Alpha.JPG [ 201.37 KiB | Viewed 3640 times ]


Top
 Post subject: Re: Metal-Text release 7 [additional menu settings]
PostPosted: Sat Jul 16, 2016 10:59 pm  (#97) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4826
Location: Bendigo Vic. Australia
Metal text release 7 is now available from GimpScripts, remember to remove your old script and insert the new one
I've been thinking of adding a 'Metal mesh' background choice, any Ideas on this welcome
Image

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: Metal-Text release 7 [additional menu settings]
PostPosted: Sun Jul 17, 2016 12:00 am  (#98) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14834
Location: roma, italy
many thanks, Graechan !

Attachment:
OMG-ballerina-GRAECHAN.png
OMG-ballerina-GRAECHAN.png [ 507.02 KiB | Viewed 3592 times ]

_________________
"Where am I ?"


Top
 Post subject: Re: Metal-Text release 7 [additional menu settings]
PostPosted: Sun Jul 17, 2016 12:08 am  (#99) 
Offline
GimpChat Member

Joined: May 12, 2015
Posts: 4693
I think the metal mesh would be very nice!


Top
 Post subject: Re: Metal-Text release 7 [additional menu settings]
PostPosted: Sun Jul 17, 2016 12:40 am  (#100) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 14197
Location: Native to NYC living in Arizona, Gimp 2.8 - 3.0, Win 11 PC.
I removed the old script and installed the new one.
Look what happened.

:oops:

Image

Image

_________________
Image
"A wise man learns more from a foolish question than a fool can learn from a wise answer"
Image


Top
Post new topic Reply to topic  [ 132 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group