It is currently Fri Mar 29, 2024 10:30 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 141 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7, 8  Next
Author Message
 Post subject: Re: Iccii Layer Effects updated with vignette and new location
PostPosted: Mon Mar 04, 2013 9:38 pm  (#61) 
Offline
GimpChat Member
User avatar

Joined: Jul 17, 2012
Posts: 2770
it crashes as soon as i click a gradient from the list of the pop up menu :(

EDIT:
wait
it crashed like five times in a row, and suddenly it works
i didnt change anything


Top
 Post subject: Re: Iccii Layer Effects updated with vignette and new location
PostPosted: Mon Mar 04, 2013 9:58 pm  (#62) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Esper I see you downloaded a fresh copy that is the version Right from my files and I've tried it in
2.6, 2.8 32bit and 64bit, 2.8.2 32bit and 64bit, but not in my 4 versions of gimppainter or 2.9 32 bit and 64bit I've tried everything to get it to fail or produce an error :gaah

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


Top
 Post subject: Re: Iccii Layer Effects updated with vignette and new location
PostPosted: Mon Mar 04, 2013 11:57 pm  (#63) 
Offline
Administrator
User avatar

Joined: Aug 10, 2012
Posts: 12978
Location: Native to NYC living in Arizona, Gimp 2.8 & 2.10, Win 11 PC.
Graechan wrote:
The Iccii files have just been updated again with a new location and a vignette option added see initial post


@ Graechan,

Yes thanks I downloaded it, just haven't installed it yet.

I'm using Gimp 2.6.11 and I have...

iccii-convolution-presets.scm
iccii-cross-light.scm
iccii-pastel-image.scm
iccii-soft-focus.scm
iccii-texturizer.scm
iccii-water-paint-effect.scm
iccii-wrap-effect.scm and now the new updated iccii-layer-effects.scm.

That's a whole lot of iccii's... :hehe

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


Top
 Post subject: Re: Iccii Layer Effects updated with vignette and new location
PostPosted: Tue Mar 05, 2013 3:54 am  (#64) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14804
Location: roma, italy
I still get:
Satin Warning
Error while executing script-fu-layer-effects-satin:
Error: (<unknown> : 41852760) eval: unbound variable: math-ceil

_________________
"Where am I ?"


Top
 Post subject: Re: Iccii Layer Effects updated with vignette and new location
PostPosted: Tue Mar 05, 2013 7:33 am  (#65) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Graechan, I deleted old version and installed new version just now of the ICCII and it still crashes as soon as I click custom gradient. Very strange

_________________
Image


Top
 Post subject: Re: Iccii Layer Effects updated with vignette and new location
PostPosted: Tue Mar 05, 2013 9:37 am  (#66) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14804
Location: roma, italy
Graechan, additional info from my side:
it seems that in my environment there is a lot of predefined functions used by "satin" which are not in (downloaded and installed your last version of the script);
the missing (for me) functions are:
-(define (math-round input)
-(define (math-ceil input)
-(define (add-over-layer img newlayer oldlayer)
-(define (add-under-layer img newlayer oldlayer)
-(define (draw-blurshape img drawable size initgrowth sel invert)
-(define (get-layer-pos img layer)
walking through google I found those definitions and copied them just before the "(define (script-fu-layer-effects-satin img...."
eventually I did receive no other "unbound variable" message;
still I get a problem, the stmt "(set! satinlayer (car (gimp-image-merge-down img satinmask 0)))" gives an error, I had to comment it out to have finally the script go to an end.
What's wrong in my environment? Is there somewhere another script which has the missing definitions and which I should have?
Many thanks...

_________________
"Where am I ?"


Top
 Post subject: Re: Iccii Layer Effects updated with vignette and new location
PostPosted: Tue Mar 05, 2013 4:29 pm  (#67) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
I got the same errors...
They refer to functions, that are not available.
"math-round" can be changed by "round".
"math-ceil" can be changed by "ceiling"
Both functions are offered by script-fu (scheme).
The others seem to refer to other script functions, but I do not have them.
So I deleted the script...


Top
 Post subject: Re: Iccii Layer Effects updated with vignette and new location
PostPosted: Tue Mar 05, 2013 5:53 pm  (#68) 
Offline
GimpChat Member
User avatar

Joined: Jul 17, 2012
Posts: 2770
Graechan, this all seems like an awful lot of work

how about taking the Jon Stipe layerfx.scm and swapping your updated iccii Stroke with the existing
also adding your Vignette and Add Border function and you're done

that would give us the best of both worlds

really i dont think with Gimp there is something like Gradient and Color Overlay needed

what would be cool though if RobA's Chisel script could be added to the J. Stipe Bevel script


Top
 Post subject: Re: Iccii Layer Effects updated
PostPosted: Tue Mar 05, 2013 6:10 pm  (#69) 
Offline
GimpChat Member
User avatar

Joined: Apr 22, 2010
Posts: 123
Esper wrote:
Graechan wrote:
2/ the gradient problem I need more info
for example: i choose 'Gradient Overlay', click 'Gradient' the pop up menu appears
i choose a gradient from the list
Gimp greys out and crashes


This is a library error libpangoft2-1.0-0.dll in Gimp 2.8.4. Just replace the files in the bin folder.
GIMP library for Windows 64-bit file attached below.

btw:The same problem is with the script Blended (File>Create>Logos>Blended) in Gimp 2.8.4


Attachments:
libpangoft2-1.0-0.dll_win64_bit.zip [102.15 KiB]
Downloaded 47 times

_________________
Image
Top
 Post subject: Re: Iccii Layer Effects updated with vignette and new location
PostPosted: Tue Mar 05, 2013 7:12 pm  (#70) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
I have addressed all the problems shown by dinasset and Onkel Hatti what is shown by pogogogo is a gimp error new file to be posted shortly.

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


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Tue Mar 05, 2013 8:28 pm  (#71) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
The updated file with all the bugs in the satin section fixed has been posted see initial post.

But if your still having gradient problems see reply by pogogogo

Quote:
This is a library error libpangoft2-1.0-0.dll in Gimp 2.8.4. Just replace the files in the bin folder.
GIMP library for Windows 64-bit file attached below.

btw:The same problem is with the script Blended (File>Create>Logos>Blended) in Gimp 2.8.4

Attachment:
libpangoft2-1.0-0.dll_win64_bit.zip [102.15 KiB]
Downloaded 71 times

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


Top
 Post subject: Re: Iccii Layer Effects updated with vignette and new location
PostPosted: Tue Mar 05, 2013 10:56 pm  (#72) 
Offline
GimpChat Member
User avatar

Joined: Apr 18, 2011
Posts: 619
Location: New York
Graechan wrote:
Cecilia you could test in 2.6 because I honestly do not know if it will work in other than 2.8

ah, ok...when I have time I'll see what I can do :hi5

_________________
Ubuntu 22.04, Kernel i686, 5.4.0-131-generic
python3 v3.10.6 ----- GIMP - ver 2.10.30


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Wed Mar 06, 2013 12:40 am  (#73) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Cecilia yes it works in 2.6 but why do you still use 2.6 and make sure you use the latest copy off Iccii that I posted today as it will have all the latest bugfixes, and could you let me know of your results with it in 2.6

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


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Wed Mar 06, 2013 1:18 am  (#74) 
Offline
GimpChat Member
User avatar

Joined: Jul 17, 2012
Posts: 2770
im got this error more than once
Attachment:
Vignette error.png
Vignette error.png [ 196.83 KiB | Viewed 1031 times ]


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Wed Mar 06, 2013 2:41 am  (#75) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14804
Location: roma, italy
Many thanks, Graechan!
Re-tested satin, everything OK!

_________________
"Where am I ?"


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Wed Mar 06, 2013 2:47 am  (#76) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Esper did this happen on the version of the iccii files I posted dated march 6th

Dinasset thank you for getting back to me

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


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Wed Mar 06, 2013 4:03 am  (#77) 
Offline
GimpChat Member
User avatar

Joined: Apr 22, 2010
Posts: 123
Esper wrote:
im got this error more than once
Attachment:
Vignette error.png


@Esper Copy the gradient and change its name to English -> FG to Transparent

_________________
Image


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Wed Mar 06, 2013 9:15 am  (#78) 
Offline
GimpChat Member
User avatar

Joined: Jul 17, 2012
Posts: 2770
Graechan wrote:
Esper did this happen on the version of the iccii files I posted dated march 6th
it happened with all versions so far

Quote:
@Esper Copy the gradient and change its name to English -> FG to Transparent


i dont understand what this means


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Wed Mar 06, 2013 11:24 am  (#79) 
Offline
GimpChat Member
User avatar

Joined: Apr 22, 2010
Posts: 123
Esper wrote:
Graechan wrote:
Esper did this happen on the version of the iccii files I posted dated march 6th
it happened with all versions so far

Quote:
@Esper Copy the gradient and change its name to English -> FG to Transparent


i dont understand what this means


simply duplicate the gradient VG nach Transparent

Image


and change the name of the "VG nach Transparent-Kopie" to FG-to-Transparent

_________________
Image


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Wed Mar 06, 2013 6:35 pm  (#80) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Esper there are 2 ways to set the vignette menu for a 'F/G to transparent gradient' I'll show both below
because I used an enum for blend mode I hope It's not a gimp language problem

Image

Image

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


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

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) LAYER EFFECTS-2

2

No new posts Attachment(s) FX Foundry Layer Effects Not Working

0

No new posts Attachment(s) Layer Effects by Jon Stipe for Gimp 2.99.8 and 2.10.30

2

No new posts Attachment(s) Best working layer effects for GIMP 2.8.22

1

No new posts Attachment(s) FX Foundry Layer Effects Not Working

0



* Login  



Powered by phpBB3 © phpBB Group