NLFilter not found (greyed out) - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: General questions (https://www.gimp-forum.net/Forum-General-questions) +--- Thread: NLFilter not found (greyed out) (/Thread-NLFilter-not-found-greyed-out) |
NLFilter not found (greyed out) - Stephen Liu - 03-16-2019 Hi all, GIMP 2.8.16 I couldn't find NLFilter -> Filters -> Enhance NL Filter is NOT there. Please help. Thanks Regards SL RE: NLFilter not found - rich2005 - 03-16-2019 From your earlier posts you are using Ubuntu 16.04 - Is that still correct? The filter is there in my (k)ubuntu 16.04 Gimp 2.8.22. It is a compiled plugin. Can you check in /usr/lib/gimp/2.0/plug-ins that the file nl-filter is there and it is executable. [attachment=2710] RE: NLFilter not found - Stephen Liu - 03-17-2019 (03-16-2019, 05:41 PM)rich2005 Wrote: From your earlier posts you are using Ubuntu 16.04 - Is that still correct?Hi, Thanks for your advice Filters -> Enhence -> NL Filter It is there but grey-out, not working. ⟫ ls /usr/lib/gimp/2.0/plug-ins/ | grep nl Code: nl-filter ⟫ ls -al /usr/lib/gimp/2.0/plug-ins/nl-filter Code: -rwxr-xr-x 1 root root 23264 Jul 1 2016 /usr/lib/gimp/2.0/plug-ins/nl-filter ⟫ ls /usr/lib/gimp/ Code: 2.0 But I'm running GIMP 2.8.16 Regards SL RE: NLFilter not found - dinasset - 03-17-2019 The filter works only on images without Alpha channel. Just remove it and you weill see it active. RE: NLFilter not found - Stephen Liu - 03-17-2019 (03-17-2019, 04:56 AM)dinasset Wrote: The filter works only on images without Alpha channel.Performed following steps; ⟫ cd /usr/lib/gimp/2.0/plug-ins/ ⟫ sudo mv nl-filter nl-filter.old ⟫ ls | grep nl_* Code: nl-filter.old NL_Filter still grey-out even after rebooting PC Regards SL RE: NLFilter not found (greyed out) - rich2005 - 03-17-2019 Read the previous post again. It is the image alpha-channel that is the problem. Do not remove / disable the filter. Remove the image alpha channel Layer -> Transparency -> Remove Alpha Channel [attachment=2717] RE: NLFilter not found (greyed out) - Stephen Liu - 03-17-2019 (03-17-2019, 09:35 AM)rich2005 Wrote: Read the previous post again.Hi, I got it after removeing "Alpha Channel" Thanks Regards SL |