Notably the Nik Color Efex Pro 4 and Nik Silver Efex Pro 2.
But I found a workaround to use them without any problem. I've made two scripts that execute the filters, send them the image being edited inside PSP X6 and, on return, they create a new layer with the result of the filters applied. Original layers left unttouched.
This scripts works with the latest version of the Nik Collection plugins. I've not tested them with previous versions.
In the attached ZIP:
(Version 2 Scripts here: http://forum.corel.com/EN/viewtopic.php ... 92#p275433)
there are two files: Nik_ColorEfexPro4.PspScript and Nik_SilverEfexPro2.PspScript.
Just copy them to: C:\Users\<Your_Windows_User>\Documents\Corel PaintShop Pro\16.0\Scripts-Trusted
You must edit both scripts (with Notepad or similar text editor) and check the line that says:
Code: Select all
filtroExe = u'C:\\Program Files\\Google\\Nik Collection\\Color Efex Pro 4\\Color Efex Pro 4.exe'Code: Select all
filtroExe = u'C:\\Program Files\\Google\\Nik Collection\\Silver Efex Pro 2\\Silver Efex Pro 2.exe'On PSP X6 just execute those scripts. Both of them must appear on the "Script" Toolbar (View -> Toolbars -> Script)
There is only a flaw with these scripts and is when you exit the Nik Efex filter via "Cancel" a layer with a copy of the image being edited is also created. But is a minor flaw that I want to fix in future versions.
