Search found 10 matches

by giuse
Tue Oct 27, 2009 7:42 am
Forum: Using Neat Image
Topic: Photoshop scripting: a couple of questions
Replies: 7
Views: 16314

Thanks a lot, very good support.

Giuse
by giuse
Mon Oct 26, 2009 11:33 pm
Forum: Using Neat Image
Topic: Photoshop scripting: a couple of questions
Replies: 7
Views: 16314

Ok, just to recap to check if I understood:

"BmaN" = auto match PROFILE
"BpaN" = auto build PROFILE
"BfaN" = auto fine tune PROFILE
"BsaN" = auto match PRESET

Correct?
thanks

Giuse
by giuse
Mon Oct 26, 2009 10:54 pm
Forum: Using Neat Image
Topic: Photoshop scripting: a couple of questions
Replies: 7
Views: 16314

Thanks for your prompt reply, so:
  • "BmaN" is the flag for auto match
    the flag for auto build is "BpaN"?
    what about "BfaN" and "BsaN"?
Thanks!

Giuse
by giuse
Mon Oct 26, 2009 8:59 am
Forum: Using Neat Image
Topic: Photoshop scripting: a couple of questions
Replies: 7
Views: 16314

about full path

I made additional tests and about second point (need for specifying full path), it seems that I can avoid the path only if I put the presets in the base preset folder: if I put them into a "myPresets" folder and call the plugin with the javascript referencing them with "myPresets\<pre...
by giuse
Sun Oct 25, 2009 11:19 pm
Forum: Using Neat Image
Topic: Photoshop scripting: a couple of questions
Replies: 7
Views: 16314

Photoshop scripting: a couple of questions

Hi, I am using Neat Image Pro+ plugin called from a javascript in Photoshop and I have a couple of questions: 1) I need to select "Auto Match profile" but with a fallback policy of "Auto Build profile" if there is no matched profile. Is this possible? I found that after setting &...
by giuse
Fri Dec 29, 2006 1:38 am
Forum: Using Neat Image
Topic: Neat Image plug-in automation with Photoshop CS2 actions
Replies: 11
Views: 11790

Re: help

BUT when I play them with dialog enabled When you open the dialog this way, Photoshop makes Neat Image think it is not running in an action so action parameters are not used. Do not enable the dialog when you play an action. OK, that's the trick! I was enabling dialog to check if my script was corr...
by giuse
Fri Dec 29, 2006 1:32 am
Forum: Using Neat Image
Topic: Pro+: passing preset name to plugin in CS2 script
Replies: 4
Views: 6180

Thanks. I will try. Recording an action I found the following parameters: 1 ) "SfpN" = policy to select the profile (I will use "Auto match profile and Auto fine-tune") 2 ) "SrpN" = Noise Preset (passed from javascript), correct? 3 ) "FfpN" = seems to be alway...
by giuse
Wed Dec 27, 2006 8:55 pm
Forum: Using Neat Image
Topic: Pro+: passing preset name to plugin in CS2 script
Replies: 4
Views: 6180

Hi Vlad, first of all thanks for your very responsive feedback :D Yes, the two threads are related: I am trying to invoke NI by a javascript with different presets based on calculations made in the script itself. Firstly I tried passing parameters (this thread) but to me it does not seem to work. Sh...
by giuse
Wed Dec 27, 2006 8:12 pm
Forum: Using Neat Image
Topic: Neat Image plug-in automation with Photoshop CS2 actions
Replies: 11
Views: 11790

help

Hi, after many attempts, I found this interesting thread. I tried to record 2 actions each invoking NI plugin with a different preset. The Action tab in CS2 correctly shows the profile and preset that I selected with rags trick (use the Action menu since the options do not work with CS2 automation),...
by giuse
Wed Dec 27, 2006 7:15 pm
Forum: Using Neat Image
Topic: Pro+: passing preset name to plugin in CS2 script
Replies: 4
Views: 6180

Pro+: passing preset name to plugin in CS2 script

Hi, I tried to pass a preset name from a CS2 javascript to NI plugin without any success: the plugin just uses the default preset (if set to use a preset) or the auto-matched preset (but not the one I want :? ).... Since my script is making calculations to decide which preset to use, should I create...