LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 10-23-2010, 11:09 AM   #1
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Rep: Reputation: 35
How to install (Script-Fu version-plug-in) in Gimp 2.6.8 ?


I was wondering if anyone out there knew how to install How to Script-Fu version - plug-ins into Gimp plug-ins folder....?

Thanks....

d-1
 
Old 10-24-2010, 08:57 PM   #2
bret381
Member
 
Registered: Nov 2009
Location: Alabama
Distribution: Arch x86_64
Posts: 650

Rep: Reputation: 79
Place the script-fu.scm file into ~/.gimp/scripts
 
Old 10-24-2010, 10:36 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
and you do know that gimp 2.6.11 is the current version

some scm plugins have normal plugins with them( resynthesizer is one )
IF you ran the install
Code:
./configure
make
sudo make install 
-- or --
su  make install
the plugin will be installed in the gimp install folder
/usr/lib/gimp/2.0/plugins
-- or if there is a root folder --
/root/.gimp-2.6/scripts

if ran as a normal user
"make install" will put it in ~/.gimp-2.6/scripts

now if it is a OLD gimp 2.2 or 2.4 scm / plugin
you might need to use "gimptool-2.0 " to install

now some do not have a install option .For those you need to manually "copy/paste" it into the script folder
 
Old 10-25-2010, 08:48 AM   #4
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
I have gimp 2.6.8 and I appreciate both of your replies, but with that being said, I have no idea what to do, based on what you wrote.

I dragged the file into the plug-in folders, but do not see any evidence that it works.

d-1
 
Old 10-25-2010, 11:38 AM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
how about you informing us as to just WHAT the plugin is
and did you get it from the gimp-plugin registry

that way we can help
 
Old 10-25-2010, 10:44 PM   #6
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Thanks John, for the reply, sorry I posted a few hours late, could not get away from work.

Okay what I am trying to do: I am trying to create the word font look of the word WARCRAFT font with Gimp.

I am trying to get the semi dimensional raised shadow look and not necessarily the word Warcraft.

Here's an outstanding video by this kid named GimpKnowHow, go to the 3:12mins section of the video and next to the word "filter" in Gimp, his video shows the word Script-Fu to navigate to this needed menu, to get that signature look.

The Font install was easy - Script-Fu is another story.

Layerfx:
http://gimp-registry.fargonauten.de/n...

Font:
http://www.dafont.com/lifecraft.font

I appreciate any advice.

d-1





Quote:
Originally Posted by John VV View Post
how about you informing us as to just WHAT the plugin is
and did you get it from the gimp-plugin registry

that way we can help
 
Old 10-25-2010, 11:56 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
there is no need to install anything for adding a "shadow"
That is built into Gimp

gimnp2.6.11 is the current and what i have installed ( been using gimp for 9+ years )

filter/Light& shadow / drop shadow
-- like this --?
( default font)
http://www.imagebam.com/image/b98eb9103867569

and have a look at the default settings ( and give them a try )
file/create /logo
( that is also the same as )
filter/alpha to logo


as for installing a font
just copy/paste the *.ttf( true type font) to your
~/.fonts folder , in YOUR home folder
log out then log back in -- it is installed .

now this old 2008 scm "Layer Effects"
http://registry.gimp.org/node/186

most things are all ready built into gimp ,there is no need to try to get it to work .

you can if you want just move the "layerfx.scm" to
/home/" your user name" /.gimp-2.6/scripts
-- or the same folder --
~/.gimp-2.6/scripts
the scm would cut a few steps off using the "bevel and emboss"

Last edited by John VV; 10-26-2010 at 12:17 AM.
 
Old 10-26-2010, 12:17 AM   #8
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Well it was pretty hard to follow GimpKnowhow's tutorial and navigating through my version of gimp. You'd have to see the video.

Anway, here is a snapshot of what I did, prior to reading your/this response from you.

My Warcraft "test" example does not look as good as his (GimpKnowHow's), but then again, I was just shooting in the dark and did not know what I was doing.

The Fonts as I stated earlier was the easy part.

My WarCraft example.

http://picasaweb.google.com/dolphans...17322055223170

Any thoughts or ideas...? Can you try to it and give a step by step short tutorial how you navigated through Gimp...?

GimpKnowHow's video on Warcraft -

http://www.youtube.com/watch?v=Yubpx...ext=1&index=19

Thanks for your help....

d-1



Quote:
Originally Posted by John VV View Post
there is no need to install anything for adding a "shadow"
That is built into Gimp

gimnp2.6.11 is the current and what i have installed ( been using gimp for 9+ years )

filter/Light& shadow / drop shadow
-- like this --?
( default font)
http://www.imagebam.com/image/b98eb9103867569

and have a look at the default settings ( and give them a try )
file/create /logo
( that is also the same as )
filter/alpha to logo


as for installing a font
just copy/paste the *.ttf( true type font) to your
~/.fonts folder , in YOUR home folder
log out then log back in -- it is installed .

Last edited by dolphans1; 10-26-2010 at 08:59 AM.
 
Old 10-26-2010, 12:44 AM   #9
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Okay John, was able to get the"layerfx.scm" to
my /home/" your user name" /.gimp-2.6/scripts folder

It now appears in the menu....

I'll keep retrying working on a different picture to improve it.

Thanks, a bunch!!!!!

Here is a pic of my Gimp Menu:
http://picasaweb.google.com/dolphans...25465221265442

Oh one your your picture links doesn't work.....

d-1

Last edited by dolphans1; 10-26-2010 at 01:19 AM.
 
Old 10-26-2010, 09:48 AM   #10
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Okay, here's where I am at, I was able to get the Script-Fu menu installed, but I am not able to get the same menu he does and cannot duplicate the white and the red like he does. For some reason, my Gimp does not allow me the menu where I can hit repeat this step over and over. I just don't know what I am doing wrong.

Here is the new one:

http://picasaweb.google.com/dolphans...66376845691026

I just cant get the menu like GimpKnowHow does it, so its hard to duplicate the exact same steps to achieve the same sort of look.

d-1
 
Old 10-26-2010, 10:47 AM   #11
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Oaky John,

I'm getting close, he talks really fast so I slowed everything down. I added a layers tab in my Gimp toolbox so I could follow his steps a bit more easily. I just have to figure out the black outline around the word WarCraft.

http://picasaweb.google.com/dolphans...80951010520802

d-1
 
Old 10-26-2010, 12:39 PM   #12
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
Oh one your your picture links doesn't work....
it DOSE work.
http://www.imagebam.com/image/b98eb9103867569
Quote:
I just cant get the menu like GimpKnowHow does it, so its hard to duplicate the exact same steps to achieve the same sort of look.
for starters -- that video is on a apple mac
and the version of gimp used it the OLD gimp 2.4 or 2.2
 
Old 10-26-2010, 02:44 PM   #13
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
On your picture link, I just see the word "Test" on my Browser. I didn't catch he was using Mac.

d-1


Quote:
Originally Posted by John VV View Post
it DOSE work.
http://www.imagebam.com/image/b98eb9103867569

for starters -- that video is on a apple mac
and the version of gimp used it the OLD gimp 2.4 or 2.2
 
Old 10-26-2010, 02:46 PM   #14
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
This is the best I could do:

http://picasaweb.google.com/dolphans...43228653513074

Thanks,

d-1
 
Old 10-26-2010, 04:35 PM   #15
dolphans1
Senior Member
 
Registered: Jun 2003
Location: LoneStar
Distribution: Mandriva & Ubuntu
Posts: 1,041

Original Poster
Rep: Reputation: 35
Okay, I finally got the look I was looking for.

Thanks John....

http://picasaweb.google.com/dolphans...71294435412674

d-1
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
gimp plug-in creation daveoily Programming 4 06-26-2008 12:45 PM
gimp py-slice plug-in GTBlackwell Linux - Software 0 12-25-2005 03:42 PM
Installing plug-in on Gimp stefane321 Linux - Software 3 07-02-2004 02:35 PM
Slackware 9.0 and Gimp Video plug-in coyote Slackware 0 05-14-2003 02:35 PM
The Gimp plug-ins and scripts Shaopudding Linux - Software 1 10-18-2002 12:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 06:03 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration