It is currently Fri Apr 26, 2024 11:14 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 new bug fixes
PostPosted: Wed Mar 06, 2013 9:00 pm  (#81) 
Offline
GimpChat Member
User avatar

Joined: May 27, 2011
Posts: 707
hi Graechan
HI Everybody :)

I tried Iccii on gimp 6.2 and for the vignette i keep getting the same message,even after I tried both screen shots you have.I am not sure,but I also d/l the scrip in gimp script,I hope that it is where it goes
Image


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

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Pirate541 no your error is different but easy to fix none the less. I had inadvertantly used a proceedure for 2.8 upwards only,

could you please download an update I just posted Dated March 7th, replace your current script and retry, please let me know how it went

_________________
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: Thu Mar 07, 2013 5:09 am  (#83) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
I just tried all the ICCII options again and vignette and stroke crash every time I click the gradient button. When I choose a different gradient, I get no errors or warnings, it just closes down.

The vignette works very well as long as I don't try to change the gradient.

Image

_________________
Image


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Thu Mar 07, 2013 7:50 am  (#84) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
I am using Gimp-2.8.2 x64bit also Linux Fedora17 x64bit.
I downloaded the newest iccii this morning.

_________________
Image


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Thu Mar 07, 2013 11:41 am  (#85) 
Offline
GimpChat Member

Joined: Feb 22, 2012
Posts: 295
Location: Germany
For
"Bevel and Emboss"
"Drop Shadow"
"Outer Glow"
the newly created layer is under the image layer, so the effect can't be seen.
"Satin" does actually create a layer of the selected color with a layer mask of full transparency. Hmm.
Actually nothing. But is does create the colored layer in a very sophisticated way :-)

Hatti


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Thu Mar 07, 2013 5:09 pm  (#86) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Molly did you read my reply to your Problem on Pg 9 and action accordingly

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

_________________
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: Thu Mar 07, 2013 5:17 pm  (#87) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
I am using Fedora and I don't use Gimp-2.8.4, I am using 2.8.2

_________________
Image


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Thu Mar 07, 2013 5:20 pm  (#88) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Onkel Hatti the effects are designed to action on a layer with transparency surrounding the image e.g. primarily a text layer in which the effects are clearly visible

_________________
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: Thu Mar 07, 2013 5:22 pm  (#89) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Molly can you try updating the bin file anyway

_________________
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: Thu Mar 07, 2013 5:30 pm  (#90) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
I have been trying to find it. I haven't had much experience getting into those files and I can't find where to look. I am still working on it. I think I have to go to nautilus.

_________________
Image


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Thu Mar 07, 2013 5:41 pm  (#91) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Molly I do not want to cause any problem with your gimp so maybe you could message someone in the penguin group here on gimpchat.

_________________
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: Thu Mar 07, 2013 5:57 pm  (#92) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Okay, Grachan, I found the bin folders and I don't think there are any dll files in Linux. Hey, I thought you installed Linux Fedora way back in the Fall...what happened? :teeth
I will look around from some penguins, already found a couple.
Maybe it won't work in Linux.

just looked it up

Yes linux does use dll's, however the name dll isn't a generic computer science term it's just what windows calls it, it's a function library and in linux they're called libraries and pretty much always have the postfix of .so.
Configuration data for programs and scripts used by the local system are stored in the directory /etc, the windows registry is a good idea in theory, but poorly implemented and poorly maintainable without third party applications, /etc would be the equivalent, but is in no way an inferior design.

Programs are maintained by package managers, these keep track of what files the package placed on the system and where they are, the location of these files are then used when the package is removed in order to make sure that the files are removed. It can also be used as a term for managers that download and install software for you, resolving dependencies in the process etc since it's function is package based, however the basic package manager manages packages on the local system.

_________________
Image


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Thu Mar 07, 2013 6:13 pm  (#93) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Sadly my Fedora is no more and I am not game to re-install as last time I lost windows.
I am to old to manage 2 operating systems (to old and to senile)

I think the original intent of icii was to create a group of layer effects for working on text because his layer effects were of no use to images, I have tried to keep this in mind while updating

_________________
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: Thu Mar 07, 2013 6:49 pm  (#94) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Molly have you tried gradient overlay on a text layer

_________________
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: Thu Mar 07, 2013 7:49 pm  (#95) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
No I haven't tried that Graechan. I will try it tomorrow.
@Cecilia, I love your results

_________________
Image


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Thu Mar 07, 2013 7:50 pm  (#96) 
Offline
Global Moderator
User avatar

Joined: Apr 07, 2010
Posts: 14182
Pirate, that is so very cool.

_________________
Image


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Thu Mar 07, 2013 8:07 pm  (#97) 
Offline
GimpChat Member
User avatar

Joined: May 27, 2011
Posts: 707
Thank You Molly:)


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Thu Mar 07, 2013 8:25 pm  (#98) 
Offline
GimpChat Member
User avatar

Joined: May 27, 2011
Posts: 707
thank you :)


Top
 Post subject: Re: Iccii Layer Effects updated with new bug fixes
PostPosted: Thu Mar 07, 2013 8:32 pm  (#99) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Thank you all for your great text art made with Iccii, it's fast to produce different text effects using these files once you find your way around the menu's

_________________
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: Thu Mar 07, 2013 8:45 pm  (#100) 
Offline
GimpChat Member
User avatar

Joined: May 27, 2011
Posts: 707
Graechan
nono,thank You for the fun You give us :)


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) FX Foundry Layer Effects Not Working

0

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

1



* Login  



Powered by phpBB3 © phpBB Group