[Solved] Similarly named effects — how are they different?

Having tech problems? Post them here and do not worry, there is always a solution for you.
Post Reply
es
Posts: 114
Joined: Sun Dec 04, 2022 6:24 pm

[Solved] Similarly named effects — how are they different?

Post by es »

What's the difference between these effects?
"Effect → Plug-In Filter → Gauss 7×7" and
"Effect → Blur → Gaussian Blur..."
I see that the resulting effect is similar (blur, but plugin seems a bit worse), but the parameter type for the second is different (a single number), and I can't seem to be able to customize the parameter for the Plug-In filter (there are 4 predefined pairs)

Are these embedded plugins? Though the app's "Contents/PlugIns/" folder only has the following
"FinderSyncHelper.appex"
"GCEditWith.appex"
"GCShareOpen.appex"
"GCTWAIN.bundle"
"ICAScannerBundle.bundle"
"Xe847.appex"
User avatar
forum_adm
Site Admin
Posts: 1814
Joined: Fri Dec 23, 2016 9:41 am
Location: Germany
Country: Germany
Contact:

Re: Similarly named effects — how are they different?

Post by forum_adm »

"Effect → Plug-In Filter → Gauss 7×7"
is a simple 7x7 matrix filter

"Effect → Blur → Gaussian Blur..."
is a dynamic filter provided by Apple core image

Yes, the other items are embedded plugins: Edit with and Xe847 for Photos, TWAIN and scanner for support of scanning, FinderSync for the extension of the Finder with i.e. GraphicConverter batch features.
es
Posts: 114
Joined: Sun Dec 04, 2022 6:24 pm

Re: Similarly named effects — how are they different?

Post by es »

forum_adm wrote: Sun Dec 11, 2022 9:14 am "Effect → Plug-In Filter → Gauss 7×7"
is a simple 7x7 matrix filter

"Effect → Blur → Gaussian Blur..."
is a dynamic filter provided by Apple core image
Oh, ok, thanks for clarification. But then what do I do if I need to apply "10px gaussian blur" (am just trying to get an image that was done with this filter in some other app from this blog?
forum_adm wrote: Sun Dec 11, 2022 9:14 am Yes, the other items are embedded plugins: Edit with and Xe847 for Photos, TWAIN and scanner for support of scanning, FinderSync for the extension of the Finder with i.e. GraphicConverter batch features.
Sorry, I didn't ask it clearly, I was just trying to understand what "Plug-In" this Gauss filter was coming from, and the names and your explanation suggest that it's actually not from these files, but maybe part of the app itself or something (so just a bit confusing that it's called "Plug-In" then, but no big deal)
User avatar
forum_adm
Site Admin
Posts: 1814
Joined: Fri Dec 23, 2016 9:41 am
Location: Germany
Country: Germany
Contact:

Re: Similarly named effects — how are they different?

Post by forum_adm »

Just look into the app package for Contents/Resources/Matrices/
es
Posts: 114
Joined: Sun Dec 04, 2022 6:24 pm

Re: Similarly named effects — how are they different?

Post by es »

Thanks, and I can copy them to Application Support/GraphicConverter/Matrices/ and they'll get picked up by the menu

That leaves only one 10px-Gaussian question remaining
User avatar
forum_adm
Site Admin
Posts: 1814
Joined: Fri Dec 23, 2016 9:41 am
Location: Germany
Country: Germany
Contact:

Re: Similarly named effects — how are they different?

Post by forum_adm »

No, please do not change the app itself. That voids the Apple codesigning signature.

Just store custom Matrices at: ~/your_name/Library/Application Support/GraphicConverter/Matrices/
es
Posts: 114
Joined: Sun Dec 04, 2022 6:24 pm

Re: Similarly named effects — how are they different?

Post by es »

But that's almost exactly what I wrote :) "Application Support/GraphicConverter", just skipped the ~/Library part, sorry about the confusion
Post Reply