It is currently Sun Apr 28, 2024 8:34 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: Re: ICCII Layer FX for 2.10
PostPosted: Wed Jan 02, 2019 4:15 am  (#11) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
addendum:
-tested ALL the effects, all are working.
-about "Impossible de trouver le dégradé « FG to Transparent »" that's likely due to the fact that you are NOT using English as Language, pls change the name into your French equivalent (you see it on the desktop)

_________________
"Where am I ?"


Top
 Post subject: Re: ICCII Layer FX for 2.10
PostPosted: Wed Jan 02, 2019 4:31 am  (#12) 
Offline
GimpChat Member

Joined: Mar 15, 2014
Posts: 11
Hi thank you for this #5 It is Correct

But i have a " Erreur lors de l’exécution de script-fu-layer-vignette :
Error: Procedure execution of gimp-context-set-gradient failed on invalid input arguments: Impossible de trouver le dégradé « FG to Transparent »"

In Add Vignette.

And "Erreur lors de l’exécution de script-fu-layer-effects-styles-sample1 :
Error: Procedure execution of gimp-context-set-gradient failed on invalid input arguments: Impossible de trouver le dégradé « FG to Transparent » "

In Style Sample 1.

Best Regards

I don't understand your request about "FG..."
I have this :


Attachments:
Annotation 2019-01-02 102925.jpg
Annotation 2019-01-02 102925.jpg [ 182.03 KiB | Viewed 3797 times ]
Top
 Post subject: Re: ICCII Layer FX for 2.10
PostPosted: Wed Jan 02, 2019 4:50 am  (#13) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
If you click on the Gradient tool panel on the right, you should see how those types are translated into French.
I attach a screenshot.
Beware, I use English, this is just to show you where to look.

Attachment:
Cattura.PNG
Cattura.PNG [ 18.02 KiB | Viewed 3794 times ]


Once you know how it is defined in French, use that text in the filter.

_________________
"Where am I ?"


Top
 Post subject: Re: ICCII Layer FX for 2.10
PostPosted: Wed Jan 02, 2019 4:55 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
I started GIMP in French, so you can see:
Attachment:
CatturaF.PNG
CatturaF.PNG [ 19.1 KiB | Viewed 3793 times ]

Use "PP vers Transparent" in the script parameter.

_________________
"Where am I ?"


Top
 Post subject: Re: ICCII Layer FX for 2.10
PostPosted: Wed Jan 02, 2019 5:01 am  (#15) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Wait, I look into the filter code…
Done, it is hard-coded, so you need the filter "translated" into French for some effects.
If you like I can try to do it for you

_________________
"Where am I ?"


Top
 Post subject: Re: ICCII Layer FX for 2.10
PostPosted: Wed Jan 02, 2019 5:08 am  (#16) 
Offline
GimpChat Member

Joined: Mar 15, 2014
Posts: 11
:tyspin

Well I have "edit" the scn and change this.
No error message now

Thank you very much.
Have a good day.


Top
 Post subject: Re: ICCII Layer FX for 2.10
PostPosted: Wed Jan 02, 2019 5:14 am  (#17) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
OK, glad you have it running.

_________________
"Where am I ?"


Top
 Post subject: Re: ICCII Layer FX for 2.10
PostPosted: Sun Jan 20, 2019 2:08 am  (#18) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2248
Location: Poland
Another solution for gradients (probably simpler - and also works for other scripts without having to change the code) is the addition (to gradients) of the English-language version.
These additional gradients should not be used in the English version.

ps. In fact, it script Iccii-Layer-Effects.scm use a lot of outdated procedures (only a few examples):


called deprecated procedure 'gimp-drawable-get-name'.
It should call 'gimp-item-get-name' instead!
 
called deprecated procedure 'gimp-image-add-layer'.
It should call 'gimp-image-insert-layer' instead!
 
called deprecated procedure 'gimp-round-rect-select'.
It should call 'gimp-image-select-round-rectangle' instead!
 
called deprecated procedure 'gimp-selection-layer-alpha'.
It should call 'gimp-image-select-item' instead!

called deprecated procedure 'gimp-selection-load'.
It should call 'gimp-image-select-item' instead!
 
called deprecated procedure 'gimp-invert'.
It should call 'gimp-drawable-invert' instead!

called deprecated procedure 'gimp-image-lower-layer'.
It should call 'gimp-image-lower-item' instead!

called deprecated procedure 'gimp-ellipse-select'.
It should call 'gimp-image-select-ellipse' instead!

called deprecated procedure 'gimp-palette-set-foreground'.
It should call 'gimp-context-set-foreground' instead!


In Attachment (for testing):
- additional gradients English names,
- changed script (rename outdated procedures, change of location in the Gimp menu: Layer -> Layer FX (ICCII)
and added contex menu (right mouse button) in window "Layers Menu" -> Layer Effects FX


Attachments:
Add English Gradients.png
Add English Gradients.png [ 175.05 KiB | Viewed 3714 times ]
Gradients En.zip [1.2 KiB]
Downloaded 165 times
scripts_Iccii-Layer-Effects-210.zip [10.99 KiB]
Downloaded 197 times

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: ICCII Layer FX for 2.10
PostPosted: Thu Dec 12, 2019 3:54 am  (#19) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2606
Location: California
Can someone please show an example of what Icci Layer Effects does and how to get it to work? I can't get it to work. The main one in this Layerfx that I can't seem to get to work is Satin.


Top
 Post subject: Re: ICCII Layer FX for 2.10
PostPosted: Thu Dec 12, 2019 12:50 pm  (#20) 
Offline
GimpChat Member
User avatar

Joined: May 10, 2013
Posts: 1389
Location: FInland
It's a bundle of custom LayerEffects with some additional stuff: vignette, border, satin.
There's also a simple text/logo creator and 2 different style samples.

Image

Image


Top
 Post subject: Re: ICCII Layer FX for 2.10
PostPosted: Thu Dec 12, 2019 2:16 pm  (#21) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2606
Location: California
Nidhogg wrote:
It's a bundle of custom LayerEffects with some additional stuff: vignette, border, satin.
There's also a simple text/logo creator and 2 different style samples.

[ Image ]

[ Image ]


I know what it is, I just want to know how to get the Satin Effect to work and the Stroke effect. Can they work on images, text, or both? I'd like an example please.

Here's what I get when using Stroke:
Image

A frame around the image


Top
 Post subject: Re: ICCII Layer FX for 2.10
PostPosted: Thu Dec 12, 2019 2:54 pm  (#22) 
Offline
GimpChat Member
User avatar

Joined: May 10, 2013
Posts: 1389
Location: FInland
Satin seems to works for me as supposed, I'm using the latest version that was fixed by MareroQ.
I would use border with image, and stroke with objects/text.
But I'm not using this stroke, it's not looking so good with certain settings as you can see.
The one that ofnuts created while ago is the best of all by far in my opinion, ofn-outline-layer.py
I recommend just to play with the filters some time and you'll find out how they work...if they work.

Image


Top
 Post subject: Re: ICCII Layer FX for 2.10
PostPosted: Thu Dec 12, 2019 5:59 pm  (#23) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2606
Location: California
I have the one fixed by MareroQ but I'll download it again just to see if it gives me the same thing.


Top
Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) iccii-aquabou.scm

26

No new posts Attachment(s) Error with ICCII's Random Blends Script

6

No new posts Attachment(s) Adding a image as a layer, moving layer, and then flattening

2

No new posts How do I script a new white layer to the bottom of the layer stack

7

No new posts Shortcuts to 2.10 documentation re: Layer & Layer-group modes

0



* Login  



Powered by phpBB3 © phpBB Group