It is currently Thu Jul 04, 2024 2:49 am


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: Filter Pack?
PostPosted: Mon Sep 17, 2018 11:13 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
Does Filter Pack still exist? I ask because it's not showing up in Gimp 2.10.6 when I open the program, but it exists in my program files:

Image

Image

It also exists in the gimp procedure browser:
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: Filter Pack?
PostPosted: Tue Sep 18, 2018 12:26 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12531
You're right, Mackenzieh; it use to be in the Color drop down; it's no longer there. Not sure why it was removed. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Filter Pack?
PostPosted: Tue Sep 18, 2018 12:40 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
lylejk wrote:
You're right, Mackenzieh; it use to be in the Color drop down; it's no longer there. Not sure why it was removed. :)

Hey Lyle, I'm glad it's not just me who sees this. For me it was in Filters>Decor .. now it's removed. I loved that filter.


Top
 Post subject: Re: Filter Pack?
PostPosted: Tue Sep 18, 2018 12:55 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Follow Rich's instruction, you will find it again.
Attachment:
Cattura.PNG
Cattura.PNG [ 23.97 KiB | Viewed 9571 times ]

_________________
"Where am I ?"


Top
 Post subject: Re: Filter Pack?
PostPosted: Tue Sep 18, 2018 12:57 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Look.
Attachment:
Cattura2.PNG
Cattura2.PNG [ 184.94 KiB | Viewed 9571 times ]

_________________
"Where am I ?"


Top
 Post subject: Re: Filter Pack?
PostPosted: Tue Sep 18, 2018 1:40 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
dinasset wrote:
Look.
Attachment:
Cattura2.PNG

It came up, but there should be an easier way to get to it without having to search for it in the commands.


Top
 Post subject: Re: Filter Pack?
PostPosted: Tue Sep 18, 2018 3:01 am  (#7) 
Offline
GimpChat Member

Joined: Mar 04, 2011
Posts: 2438
mackenzieh wrote:
It came up, but there should be an easier way to get to it without having to search for it in the commands.


The search facility is a great tool for those little used gimp tools. Saves having to open the plugin browser in Help to find their location.

There will be a reason filter-pack is no longer in the menu, probably a bit flakey due to the new layer/color modes. Possibly still included as a dependency for some other filter.

It has been mentioned before, to get the menu entry back, take the Gimp 2.8 plugin and add it to Gimp 2.10

To save any misunderstandings, filter-pack.exe is zipped and attached.
Unzip it and add to your Gimp 2.10 profile. C:\Users\your-name\AppData\Roaming\GIMP\2.10\plug-ins

Attachment:
01-pack.jpg
01-pack.jpg [ 68.57 KiB | Viewed 9547 times ]


Where to find in the menu structure? Bottom of the Colours menu.

Attachment:
02-pack.jpg
02-pack.jpg [ 168.2 KiB | Viewed 9547 times ]


Attachments:
filter-pack.exe.zip [33.5 KiB]
Downloaded 478 times

_________________
Image
Top
 Post subject: Re: Filter Pack?
PostPosted: Tue Sep 18, 2018 3:48 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: Apr 15, 2017
Posts: 1826
I'm glad it's not listed in the Filter list. No sense cluttering up the list with such a old and useless filter......


Top
 Post subject: Re: Filter Pack?
PostPosted: Tue Sep 18, 2018 1:33 pm  (#9) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12531
Ahh; they did the same for filter back as they did small tile. Why?

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Filter Pack?
PostPosted: Wed Sep 19, 2018 2:20 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: Jul 06, 2013
Posts: 2607
Location: California
Image

I got it to work.


Top
 Post subject: Re: Filter Pack?
PostPosted: Wed Sep 19, 2018 11:53 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12531
Is there a quick and dirty way to create shortcuts for these now hidden gems? Just curious. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Filter Pack?
PostPosted: Thu Sep 20, 2018 7:43 am  (#12) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Lyle,
you may try this small "caller".
It register itself under "Extras", but if you like it and you want to change the Menu, just tell me.

Note: similar "callers" may be derived for other hidden old filters.

;This Script Fu is meant to call Filter Pack (for Lyle)

(define (script-fu-call-filter-pack img drw)
      
   (plug-in-filter-pack RUN-INTERACTIVE img drw)

)


(script-fu-register
    "script-fu-call-filter-pack"
    "<Image>/Extras/Call Filter Pack..."
    "Call Filter Pack plug-in."
    "DN"
    "DN"
    "2018"
    "RGB*"
    SF-IMAGE      "The Image"           0
    SF-DRAWABLE   "The Layer"           0

)


_________________
"Where am I ?"


Top
 Post subject: Re: Filter Pack?
PostPosted: Thu Sep 20, 2018 11:58 am  (#13) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12531
Get the following error, Diego. That said, I suppose a similar mechanism can be used for small tile. Anyway, not a coder; just no desire for it. lol

:)


Attachments:
error.png
error.png [ 7.67 KiB | Viewed 3195 times ]

_________________
Lyle

Psalm 109:8

Image
Top
 Post subject: Re: Filter Pack?
PostPosted: Thu Sep 20, 2018 1:00 pm  (#14) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
That is the name of the filter.
Has it been placed into the folder for the user scripts?
I have as you know samj's portable 2.10.6 and it works

_________________
"Where am I ?"


Top
 Post subject: Re: Filter Pack?
PostPosted: Thu Sep 20, 2018 1:01 pm  (#15) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Can someone else double-check it?

_________________
"Where am I ?"


Top
 Post subject: Re: Filter Pack?
PostPosted: Thu Sep 20, 2018 1:03 pm  (#16) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Remember, it's not a plug-in, it's a scheme script.

_________________
"Where am I ?"


Top
 Post subject: Re: Filter Pack?
PostPosted: Thu Sep 20, 2018 1:04 pm  (#17) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
i.e you have to store it as "call_filter_pack.scm" under scripts

_________________
"Where am I ?"


Top
 Post subject: Re: Filter Pack?
PostPosted: Thu Sep 20, 2018 1:34 pm  (#18) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
this is the filter as a unit to place under scripts:
Attachment:
call_filter_pack.scm [433 Bytes]
Downloaded 172 times

_________________
"Where am I ?"


Top
 Post subject: Re: Filter Pack?
PostPosted: Thu Sep 20, 2018 2:00 pm  (#19) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12531
Your Script-fu worked, Diego. Completely forgot about the name issue (it's been a while since I did anything like copy paste in text file and named a Script-fu accordingly. I knew this, but again, forgot. lol

I'll look at your script and add small tiles this way too. Thanks a heap. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Filter Pack?
PostPosted: Thu Sep 20, 2018 2:05 pm  (#20) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Glad it works !

_________________
"Where am I ?"


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) Pack sprites G'mic

13

No new posts Icon Pack

6

No new posts Create a brush pack

11

No new posts Disintegration effect + 53 brushes pack

7

No new posts Attachment(s) A Joint Venture: 2nd pack. Effect J,K KP,L,LA,M,MD,MG,N,P,PA.

713



* Login  



Powered by phpBB3 © phpBB Group