It is currently Sat Aug 15, 2026 10:53 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 20 posts ] 
Author Message
 Post subject: The new text art filter
PostPosted: Thu Jan 13, 2011 2:07 pm  (#1) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16158
Looks kinda cool. :)

Image

_________________
Image


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: The new text art filter
PostPosted: Thu Jan 13, 2011 10:23 pm  (#2) 
Offline
GimpChat Member
User avatar

Joined: Apr 08, 2010
Posts: 5420
Location: Northwest Ohio
very cool...is it a script?


Top
 Post subject: Re: The new text art filter
PostPosted: Thu Jan 13, 2011 11:56 pm  (#3) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
I think its this: http://registry.gimp.org/node/24974

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: The new text art filter
PostPosted: Fri Jan 14, 2011 7:01 am  (#4) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16158
Yeah its a new script from this site
http://simply-signage.com/blog/?p=89

_________________
Image


Top
 Post subject: Re: The new text art filter
PostPosted: Mon Jan 17, 2011 4:05 am  (#5) 
Offline
GimpChat Member

Joined: Dec 20, 2010
Posts: 49
I've put the file in C/Program Files/GIMP-2.0/lib/gimp/2.0/plug-ins. I opened up GIMP but i can't find it.
Should I put the .py file in the Python folder? Where do I find this tool in GIMP?


Top
 Post subject: Re: The new text art filter
PostPosted: Mon Jan 17, 2011 4:16 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
I don't recommend people putting scripts and plug-ins in their application folders in Program Files, because when you upgrade or delete GIMP, you'll lose them. Put plug-ins and scripts in your C:\Users\username\.gimp-2.6\plug-ins and scripts folders instead.

Python files are considered "plug-ins" so they will go in the plug-ins folder.

Scripts have the .scm extension and go in the scripts folder. (the only thing that will go in this folder is .scm files)

Once you have it correctly installed, you'll find it under File/Create/Web Page Themes/www.bytes-and-pixels.com on the menu.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: The new text art filter
PostPosted: Mon Jan 17, 2011 7:58 am  (#7) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16158
AeonTown wrote:
I've put the file in C/Program Files/GIMP-2.0/lib/gimp/2.0/plug-ins. I opened up GIMP but i can't find it.
Should I put the .py file in the Python folder? Where do I find this tool in GIMP?


If you can not see it after following Mahvins explanation.You probably need python installed.
Python is needed and if you install it, you must re-install Gimp to use python-fu.
There is a tutorial just for this on the gimpuser site which contains all instructions for installing it.
http://www.gimpusers.com/tutorials/inst ... -6-windows

_________________
Image


Top
 Post subject: Re: The new text art filter
PostPosted: Mon Jan 17, 2011 4:11 pm  (#8) 
Offline
GimpChat Member

Joined: Dec 20, 2010
Posts: 49
Rod wrote:
If you can not see it after following Mahvins explanation.You probably need python installed.


I can see the Filters-->Python-->Console menu selection so I'm pretty certain I installed Python correctly using that tutorial.


Top
 Post subject: Re: The new text art filter
PostPosted: Tue Jan 18, 2011 12:48 am  (#9) 
Offline
GimpChat Member

Joined: Dec 20, 2010
Posts: 49
mahvin wrote:
Once you have it correctly installed, you'll find it under File/Create/Web Page Themes/www.bytes-and-pixels.com on the menu.


OK I can see this in the menu, but when I select Word Art nothing happens, even if I hace created a text layer???

This is the file I have in my plug-ins folder: b&p_word_art_01_v1.0.py


Top
 Post subject: Re: The new text art filter
PostPosted: Tue Jan 18, 2011 1:36 am  (#10) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
You don't need to create any layers, or open any images. You should be able to call it directly, and it creates it's own image. You'll need to get support from the plug-in developer, try either leaving a comment on the Registry or see if he has an email address on his website.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: The new text art filter
PostPosted: Tue Jan 18, 2011 5:01 am  (#11) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16158
As Mahvin said, you just need to select the plug-in and then select all your values for the artwork.The plug-in creates a new document, hence the reason it is found under create/new

It is also possible you need to unblock the exe file.
In windows XP right click the file select properties/unblock/apply/ok

In Linux, and Mac i am not sure how to chmod them.

_________________
Image


Top
 Post subject: Re: The new text art filter
PostPosted: Tue Jan 18, 2011 2:53 pm  (#12) 
Offline
GimpChat Member

Joined: Dec 20, 2010
Posts: 49
I did look at the properties of the file but I couldn't see any unblock option. I am using Windows 7. The developer did reply to me on the B&P website. I also left a comment on the GIMP registry website but I'm still waiting for it to be approved so people can see it.


Top
 Post subject: Re: The new text art filter
PostPosted: Tue Jan 18, 2011 3:51 pm  (#13) 
Offline
Script Coder
User avatar

Joined: Oct 25, 2010
Posts: 4812
Hmmm. The author says it's using a hacked gimpfu module, so I wonder what other filter it can break when installed...

_________________
Image


Top
 Post subject: Re: The new text art filter
PostPosted: Thu Jan 20, 2011 5:36 am  (#14) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16158
It works well on windows xp, could be it just isn't compatible with windows 7.

_________________
Image


Top
 Post subject: Re: The new text art filter
PostPosted: Thu Jan 20, 2011 1:35 pm  (#15) 
Offline
GimpChat Member

Joined: Dec 20, 2010
Posts: 49
Rod wrote:
It works well on windows xp, could be it just isn't compatible with windows 7.


That's what the developer suggested before I told him I was on Windows 7. I've posted comments on the GIMP registry for this script days ago and I'm still waiting for the moderators to approve them. Very frustrating on all counts.


Top
 Post subject: Re: The new text art filter
PostPosted: Thu Jan 20, 2011 1:43 pm  (#16) 
Offline
Global Moderator
User avatar

Joined: May 16, 2010
Posts: 16158
AeonTown wrote:
Rod wrote:
It works well on windows xp, could be it just isn't compatible with windows 7.


That's what the developer suggested before I told him I was on Windows 7. I've posted comments on the GIMP registry for this script days ago and I'm still waiting for the moderators to approve them. Very frustrating on all counts.

have you registered to the gimp repository?
then all you need to do is log-in and post a comment.

_________________
Image


Top
 Post subject: Re: The new text art filter
PostPosted: Thu Jan 20, 2011 2:14 pm  (#17) 
Offline
GimpChat Member

Joined: Dec 20, 2010
Posts: 49
Rod wrote:
have you registered to the gimp repository?
then all you need to do is log-in and post a comment.


Yup. But then it says your comment has been saved and is waiting approval from the moderators.


Top
 Post subject: Re: The new text art filter
PostPosted: Thu Jan 20, 2011 2:20 pm  (#18) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
I see your comments as being posted on the Registry, AeonTown. I just checked.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: The new text art filter
PostPosted: Thu Jan 20, 2011 8:21 pm  (#19) 
Offline
GimpChat Member

Joined: Dec 20, 2010
Posts: 49
mahvin wrote:
I see your comments as being posted on the Registry, AeonTown. I just checked.


I must be blind. I can't see them.


Top
 Post subject: Re: The new text art filter
PostPosted: Thu Jan 20, 2011 8:34 pm  (#20) 
Offline
GimpChat Member
User avatar

Joined: Oct 06, 2010
Posts: 4050
Quote:
Comments
January 20, 2011 - 00:14 — AeonTown
Plugin not working
Hi

I can see the Word Art option in the File-Create menu, but when I click it, nothing happens. Can you help please?

I am using Windows 7. GIMP Version 2.6.10. Python 2.6.6.

delete edit reply report to Mollom not spam (1) mark as spam
January 17, 2011 - 00:56 — AeonTown
Plug-in
I have put this file in the Plug-in folder and opened GIMP but I can't see this feature. Where do I find it in GIMP?

delete edit reply report to Mollom not spam (1) mark as spam
January 16, 2011 - 12:52 — seniorgimper
Now i did......
I right-clicked and checked the box.....................It works!!!!
Many Thanks!

delete


Check your email, I just resent your validation email. Also, check your spam folder for it, if it doesn't show in your inbox with regular email.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
Post new topic Reply to topic  [ 20 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group